token            1135 java/org/gnu/emacs/EmacsService.java 		       int token)
token            1138 java/org/gnu/emacs/EmacsService.java       Log.d (TAG, "updateExtractedText: @" + token + ", " + text);
token            1141 java/org/gnu/emacs/EmacsService.java 					       token, text);
token            2294 lib-src/ebrowse.c skip_to (int token)
token            2296 lib-src/ebrowse.c   while (!LOOKING_AT2 (YYEOF, token))
token            2890 lib-src/etags.c } token;			/* latest token read */
token            3361 lib-src/etags.c       token = savetoken;						\
token            3373 lib-src/etags.c   if (token.valid)
token            3374 lib-src/etags.c     make_tag (token_name.buffer, token_name.len, isfun, token.line,
token            3375 lib-src/etags.c 	      token.offset+token.length+1, token.lineno, token.linepos);
token            3379 lib-src/etags.c 		token_name.len + 17, isfun, token.line,
token            3380 lib-src/etags.c 		token.offset+token.length+1, token.lineno, token.linepos);
token            3384 lib-src/etags.c   token.valid = false;
token            3441 lib-src/etags.c   token.valid = savetoken.valid = false;
token            3674 lib-src/etags.c 			  token.named = false;
token            3695 lib-src/etags.c 			      token.named = true;
token            3716 lib-src/etags.c 			      token.named = true;
token            3722 lib-src/etags.c 			      token.named = true;
token            3740 lib-src/etags.c 				  token.named = true;
token            3741 lib-src/etags.c 				  token.lineno = lineno;
token            3742 lib-src/etags.c 				  token.offset = tokoff;
token            3743 lib-src/etags.c 				  token.length = toklen;
token            3744 lib-src/etags.c 				  token.line = newlb.buffer;
token            3745 lib-src/etags.c 				  token.linepos = newlinepos;
token            3746 lib-src/etags.c 				  token.valid = true;
token            3758 lib-src/etags.c 			      token.named = defun;
token            3766 lib-src/etags.c 			      token.named = (structdef == stagseen
token            3776 lib-src/etags.c 			  token.lineno = lineno;
token            3777 lib-src/etags.c 			  token.offset = tokoff;
token            3778 lib-src/etags.c 			  token.length = toklen;
token            3779 lib-src/etags.c 			  token.line = newlb.buffer;
token            3780 lib-src/etags.c 			  token.linepos = newlinepos;
token            3781 lib-src/etags.c 			  token.valid = true;
token            3849 lib-src/etags.c 		  savetoken = token;
token            3872 lib-src/etags.c 	  if (yacc_rules && token.offset == 0 && token.valid)
token            3937 lib-src/etags.c 		  token.valid = false;
token            3954 lib-src/etags.c 		    token.valid = false;
token            4010 lib-src/etags.c 	      token.valid = false;
token            4201 lib-src/etags.c 	      pushclass_above (bracelev,token.line+token.offset, token.length);
token            4216 lib-src/etags.c 	      token.valid = false;
token            4229 lib-src/etags.c 		token.valid = false; /* unexpected value, token unreliable */
token            4235 lib-src/etags.c 	      token.valid = false; /* something gone amiss, token unreliable */
token              55 lib/regcomp.c  static Idx fetch_number (re_string_t *input, re_token_t *token,
token              57 lib/regcomp.c  static int peek_token (re_token_t *token, re_string_t *input,
token              62 lib/regcomp.c  				  re_token_t *token, reg_syntax_t syntax,
token              65 lib/regcomp.c  				 re_token_t *token, reg_syntax_t syntax,
token              68 lib/regcomp.c  				     re_token_t *token, reg_syntax_t syntax,
token              71 lib/regcomp.c  				  re_token_t *token, reg_syntax_t syntax,
token              74 lib/regcomp.c  				 re_dfa_t *dfa, re_token_t *token,
token              77 lib/regcomp.c  				      re_token_t *token, reg_syntax_t syntax,
token              81 lib/regcomp.c  					    re_token_t *token, int token_len,
token              87 lib/regcomp.c  					  re_token_t *token);
token             108 lib/regcomp.c  				      const re_token_t *token);
token            1257 lib/regcomp.c    if (node->token.type == OP_BACK_REF && dfa->subexp_map)
token            1259 lib/regcomp.c        int idx = node->token.opr.idx;
token            1260 lib/regcomp.c        node->token.opr.idx = dfa->subexp_map[idx];
token            1261 lib/regcomp.c        dfa->used_bkref_map |= 1 << node->token.opr.idx;
token            1264 lib/regcomp.c    else if (node->token.type == SUBEXP
token            1265 lib/regcomp.c  	   && node->left && node->left->token.type == SUBEXP)
token            1267 lib/regcomp.c        Idx other_idx = node->left->token.opr.idx;
token            1273 lib/regcomp.c        dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx];
token            1289 lib/regcomp.c    if (node->left && node->left->token.type == SUBEXP)
token            1295 lib/regcomp.c    if (node->right && node->right->token.type == SUBEXP)
token            1318 lib/regcomp.c        && (node->token.opr.idx >= BITSET_WORD_BITS
token            1320 lib/regcomp.c  	       & ((bitset_word_t) 1 << node->token.opr.idx))))
token            1336 lib/regcomp.c    op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx;
token            1337 lib/regcomp.c    op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp;
token            1347 lib/regcomp.c    if (node->token.type == CONCAT)
token            1355 lib/regcomp.c        node->node_idx = re_dfa_add_node (dfa, node->token);
token            1358 lib/regcomp.c        if (node->token.type == ANCHOR)
token            1359 lib/regcomp.c  	dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type;
token            1368 lib/regcomp.c    switch (node->token.type)
token            1395 lib/regcomp.c    switch (node->token.type)
token            1431 lib/regcomp.c        if (node->token.type == OP_BACK_REF)
token            1436 lib/regcomp.c        DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type));
token            1743 lib/regcomp.c  peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
token            1749 lib/regcomp.c        token->type = END_OF_RE;
token            1754 lib/regcomp.c    token->opr.c = c;
token            1756 lib/regcomp.c    token->word_char = 0;
token            1757 lib/regcomp.c    token->mb_partial = 0;
token            1761 lib/regcomp.c        token->type = CHARACTER;
token            1762 lib/regcomp.c        token->mb_partial = 1;
token            1770 lib/regcomp.c  	  token->type = BACK_SLASH;
token            1775 lib/regcomp.c        token->opr.c = c2;
token            1776 lib/regcomp.c        token->type = CHARACTER;
token            1781 lib/regcomp.c  	  token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
token            1784 lib/regcomp.c  	token->word_char = IS_WORD_CHAR (c2) != 0;
token            1790 lib/regcomp.c  	    token->type = OP_ALT;
token            1796 lib/regcomp.c  	      token->type = OP_BACK_REF;
token            1797 lib/regcomp.c  	      token->opr.idx = c2 - '1';
token            1803 lib/regcomp.c  	      token->type = ANCHOR;
token            1804 lib/regcomp.c  	      token->opr.ctx_type = WORD_FIRST;
token            1810 lib/regcomp.c  	      token->type = ANCHOR;
token            1811 lib/regcomp.c  	      token->opr.ctx_type = WORD_LAST;
token            1817 lib/regcomp.c  	      token->type = ANCHOR;
token            1818 lib/regcomp.c  	      token->opr.ctx_type = WORD_DELIM;
token            1824 lib/regcomp.c  	      token->type = ANCHOR;
token            1825 lib/regcomp.c  	      token->opr.ctx_type = NOT_WORD_DELIM;
token            1830 lib/regcomp.c  	    token->type = OP_WORD;
token            1834 lib/regcomp.c  	    token->type = OP_NOTWORD;
token            1838 lib/regcomp.c  	    token->type = OP_SPACE;
token            1842 lib/regcomp.c  	    token->type = OP_NOTSPACE;
token            1847 lib/regcomp.c  	      token->type = ANCHOR;
token            1848 lib/regcomp.c  	      token->opr.ctx_type = BUF_FIRST;
token            1854 lib/regcomp.c  	      token->type = ANCHOR;
token            1855 lib/regcomp.c  	      token->opr.ctx_type = BUF_LAST;
token            1860 lib/regcomp.c  	    token->type = OP_OPEN_SUBEXP;
token            1864 lib/regcomp.c  	    token->type = OP_CLOSE_SUBEXP;
token            1868 lib/regcomp.c  	    token->type = OP_DUP_PLUS;
token            1872 lib/regcomp.c  	    token->type = OP_DUP_QUESTION;
token            1876 lib/regcomp.c  	    token->type = OP_OPEN_DUP_NUM;
token            1880 lib/regcomp.c  	    token->type = OP_CLOSE_DUP_NUM;
token            1888 lib/regcomp.c    token->type = CHARACTER;
token            1892 lib/regcomp.c        token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
token            1895 lib/regcomp.c      token->word_char = IS_WORD_CHAR (token->opr.c);
token            1901 lib/regcomp.c  	token->type = OP_ALT;
token            1905 lib/regcomp.c  	token->type = OP_ALT;
token            1908 lib/regcomp.c        token->type = OP_DUP_ASTERISK;
token            1912 lib/regcomp.c  	token->type = OP_DUP_PLUS;
token            1916 lib/regcomp.c  	token->type = OP_DUP_QUESTION;
token            1920 lib/regcomp.c  	token->type = OP_OPEN_DUP_NUM;
token            1924 lib/regcomp.c  	token->type = OP_CLOSE_DUP_NUM;
token            1928 lib/regcomp.c  	token->type = OP_OPEN_SUBEXP;
token            1932 lib/regcomp.c  	token->type = OP_CLOSE_SUBEXP;
token            1935 lib/regcomp.c        token->type = OP_OPEN_BRACKET;
token            1938 lib/regcomp.c        token->type = OP_PERIOD;
token            1948 lib/regcomp.c        token->type = ANCHOR;
token            1949 lib/regcomp.c        token->opr.ctx_type = LINE_FIRST;
token            1962 lib/regcomp.c        token->type = ANCHOR;
token            1963 lib/regcomp.c        token->opr.ctx_type = LINE_LAST;
token            1975 lib/regcomp.c  peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
token            1980 lib/regcomp.c        token->type = END_OF_RE;
token            1984 lib/regcomp.c    token->opr.c = c;
token            1989 lib/regcomp.c        token->type = CHARACTER;
token            2000 lib/regcomp.c        token->opr.c = c2;
token            2001 lib/regcomp.c        token->type = CHARACTER;
token            2012 lib/regcomp.c        token->opr.c = c2;
token            2017 lib/regcomp.c  	  token->type = OP_OPEN_COLL_ELEM;
token            2021 lib/regcomp.c  	  token->type = OP_OPEN_EQUIV_CLASS;
token            2027 lib/regcomp.c  	      token->type = OP_OPEN_CHAR_CLASS;
token            2032 lib/regcomp.c  	  token->type = CHARACTER;
token            2033 lib/regcomp.c  	  token->opr.c = c;
token            2042 lib/regcomp.c        token->type = OP_CLOSE_BRACKET;
token            2045 lib/regcomp.c        token->type = OP_NON_MATCH_LIST;
token            2055 lib/regcomp.c            token->type = OP_CHARSET_RANGE;
token            2061 lib/regcomp.c        token->type = CHARACTER;
token            2115 lib/regcomp.c  parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2121 lib/regcomp.c    tree = parse_branch (regexp, preg, token, syntax, nest, err);
token            2125 lib/regcomp.c    while (token->type == OP_ALT)
token            2127 lib/regcomp.c        fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE);
token            2128 lib/regcomp.c        if (token->type != OP_ALT && token->type != END_OF_RE
token            2129 lib/regcomp.c  	  && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
token            2133 lib/regcomp.c  	  branch = parse_branch (regexp, preg, token, syntax, nest, err);
token            2164 lib/regcomp.c  parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2169 lib/regcomp.c    tree = parse_expression (regexp, preg, token, syntax, nest, err);
token            2173 lib/regcomp.c    while (token->type != OP_ALT && token->type != END_OF_RE
token            2174 lib/regcomp.c  	 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
token            2176 lib/regcomp.c        expr = parse_expression (regexp, preg, token, syntax, nest, err);
token            2209 lib/regcomp.c  parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2214 lib/regcomp.c    switch (token->type)
token            2217 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
token            2229 lib/regcomp.c  	      fetch_token (token, regexp, syntax);
token            2230 lib/regcomp.c  	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
token            2242 lib/regcomp.c        tree = parse_sub_exp (regexp, preg, token, syntax, nest + 1, err);
token            2248 lib/regcomp.c        tree = parse_bracket_exp (regexp, dfa, token, syntax, err);
token            2254 lib/regcomp.c        if (!__glibc_likely (dfa->completed_bkref_map & (1 << token->opr.idx)))
token            2259 lib/regcomp.c        dfa->used_bkref_map |= 1 << token->opr.idx;
token            2260 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
token            2287 lib/regcomp.c  	  fetch_token (token, regexp, syntax);
token            2288 lib/regcomp.c  	  return parse_expression (regexp, preg, token, syntax, nest, err);
token            2292 lib/regcomp.c        if ((token->type == OP_CLOSE_SUBEXP)
token            2303 lib/regcomp.c        token->type = CHARACTER;
token            2306 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
token            2315 lib/regcomp.c        if ((token->opr.ctx_type
token            2319 lib/regcomp.c        if (token->opr.ctx_type == WORD_DELIM
token            2320 lib/regcomp.c  	  || token->opr.ctx_type == NOT_WORD_DELIM)
token            2323 lib/regcomp.c  	  if (token->opr.ctx_type == WORD_DELIM)
token            2325 lib/regcomp.c  	      token->opr.ctx_type = WORD_FIRST;
token            2326 lib/regcomp.c  	      tree_first = create_token_tree (dfa, NULL, NULL, token);
token            2327 lib/regcomp.c  	      token->opr.ctx_type = WORD_LAST;
token            2331 lib/regcomp.c  	      token->opr.ctx_type = INSIDE_WORD;
token            2332 lib/regcomp.c  	      tree_first = create_token_tree (dfa, NULL, NULL, token);
token            2333 lib/regcomp.c  	      token->opr.ctx_type = INSIDE_NOTWORD;
token            2335 lib/regcomp.c  	  tree_last = create_token_tree (dfa, NULL, NULL, token);
token            2346 lib/regcomp.c  	  tree = create_token_tree (dfa, NULL, NULL, token);
token            2357 lib/regcomp.c        fetch_token (token, regexp, syntax);
token            2361 lib/regcomp.c        tree = create_token_tree (dfa, NULL, NULL, token);
token            2376 lib/regcomp.c  				 token->type == OP_NOTWORD, err);
token            2386 lib/regcomp.c  				 token->type == OP_NOTSPACE, err);
token            2404 lib/regcomp.c    fetch_token (token, regexp, syntax);
token            2406 lib/regcomp.c    while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS
token            2407 lib/regcomp.c  	 || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM)
token            2409 lib/regcomp.c        bin_tree_t *dup_tree = parse_dup_op (tree, regexp, dfa, token,
token            2420 lib/regcomp.c  	  && (token->type == OP_DUP_ASTERISK
token            2421 lib/regcomp.c  	      || token->type == OP_OPEN_DUP_NUM))
token            2441 lib/regcomp.c  parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2449 lib/regcomp.c    fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE);
token            2452 lib/regcomp.c    if (token->type == OP_CLOSE_SUBEXP)
token            2456 lib/regcomp.c        tree = parse_reg_exp (regexp, preg, token, syntax, nest, err);
token            2458 lib/regcomp.c  			    && token->type != OP_CLOSE_SUBEXP))
token            2477 lib/regcomp.c    tree->token.opr.idx = cur_nsub;
token            2485 lib/regcomp.c  	      re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
token            2489 lib/regcomp.c    re_token_t start_token = *token;
token            2491 lib/regcomp.c    if (token->type == OP_OPEN_DUP_NUM)
token            2494 lib/regcomp.c        start = fetch_number (regexp, token, syntax);
token            2497 lib/regcomp.c  	  if (token->type == CHARACTER && token->opr.c == ',')
token            2508 lib/regcomp.c  	  end = ((token->type == OP_CLOSE_DUP_NUM) ? start
token            2509 lib/regcomp.c  		 : ((token->type == CHARACTER && token->opr.c == ',')
token            2510 lib/regcomp.c  		    ? fetch_number (regexp, token, syntax) : -2));
token            2517 lib/regcomp.c  	      if (token->type == END_OF_RE)
token            2527 lib/regcomp.c  	  *token = start_token;
token            2528 lib/regcomp.c  	  token->type = CHARACTER;
token            2535 lib/regcomp.c  			    || token->type != OP_CLOSE_DUP_NUM))
token            2550 lib/regcomp.c        start = (token->type == OP_DUP_PLUS) ? 1 : 0;
token            2551 lib/regcomp.c        end = (token->type == OP_DUP_QUESTION) ? 1 : -1;
token            2554 lib/regcomp.c    fetch_token (token, regexp, syntax);
token            2588 lib/regcomp.c    if (elem->token.type == SUBEXP)
token            2590 lib/regcomp.c        uintptr_t subidx = elem->token.opr.idx;
token            3023 lib/regcomp.c  parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
token            3068 lib/regcomp.c    token_len = peek_token_bracket (token, regexp, syntax);
token            3069 lib/regcomp.c    if (__glibc_unlikely (token->type == END_OF_RE))
token            3074 lib/regcomp.c    if (token->type == OP_NON_MATCH_LIST)
token            3081 lib/regcomp.c        token_len = peek_token_bracket (token, regexp, syntax);
token            3082 lib/regcomp.c        if (__glibc_unlikely (token->type == END_OF_RE))
token            3090 lib/regcomp.c    if (token->type == OP_CLOSE_BRACKET)
token            3091 lib/regcomp.c      token->type = CHARACTER;
token            3105 lib/regcomp.c        ret = parse_bracket_element (&start_elem, regexp, token, token_len, dfa,
token            3115 lib/regcomp.c        token_len = peek_token_bracket (token, regexp, syntax);
token            3120 lib/regcomp.c  	  if (__glibc_unlikely (token->type == END_OF_RE))
token            3125 lib/regcomp.c  	  if (token->type == OP_CHARSET_RANGE)
token            3138 lib/regcomp.c  		  token->type = CHARACTER;
token            3157 lib/regcomp.c  	  token_len = peek_token_bracket (token, regexp, syntax);
token            3218 lib/regcomp.c        if (__glibc_unlikely (token->type == END_OF_RE))
token            3223 lib/regcomp.c        if (token->type == OP_CLOSE_BRACKET)
token            3299 lib/regcomp.c  		       re_token_t *token, int token_len, re_dfa_t *dfa,
token            3312 lib/regcomp.c    if (token->type == OP_OPEN_COLL_ELEM || token->type == OP_OPEN_CHAR_CLASS
token            3313 lib/regcomp.c        || token->type == OP_OPEN_EQUIV_CLASS)
token            3314 lib/regcomp.c      return parse_bracket_symbol (elem, regexp, token);
token            3315 lib/regcomp.c    if (__glibc_unlikely (token->type == OP_CHARSET_RANGE) && !accept_hyphen)
token            3327 lib/regcomp.c    elem->opr.ch = token->opr.c;
token            3337 lib/regcomp.c  		      re_token_t *token)
token            3339 lib/regcomp.c    unsigned char ch, delim = token->opr.c;
token            3347 lib/regcomp.c        if (token->type == OP_OPEN_CHAR_CLASS)
token            3359 lib/regcomp.c    switch (token->type)
token            3629 lib/regcomp.c  fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
token            3635 lib/regcomp.c        fetch_token (token, input, syntax);
token            3636 lib/regcomp.c        c = token->opr.c;
token            3637 lib/regcomp.c        if (__glibc_unlikely (token->type == END_OF_RE))
token            3639 lib/regcomp.c        if (token->type == OP_CLOSE_DUP_NUM || c == ',')
token            3641 lib/regcomp.c        num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2)
token            3678 lib/regcomp.c  		   const re_token_t *token)
token            3696 lib/regcomp.c    tree->token = *token;
token            3697 lib/regcomp.c    tree->token.duplicated = 0;
token            3698 lib/regcomp.c    tree->token.opt_subexp = 0;
token            3717 lib/regcomp.c    if (node->token.type == SUBEXP && node->token.opr.idx == idx)
token            3718 lib/regcomp.c      node->token.opt_subexp = 1;
token            3740 lib/regcomp.c    free_token (&node->token);
token            3760 lib/regcomp.c        *p_new = create_token_tree (dfa, NULL, NULL, &node->token);
token            3764 lib/regcomp.c        (*p_new)->token.duplicated = 1;
token            1378 lib/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
token            1416 lib/regex_internal.c   dfa->nodes[dfa->nodes_len] = token;
token            1419 lib/regex_internal.c     ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
token            1420 lib/regex_internal.c      || token.type == COMPLEX_BRACKET);
token             464 lib/regex_internal.h   re_token_t token;
token             210 lib/stdio.in.h #define _GL_STDIO_STRINGIZE(token) #token
token             211 lib/stdio.in.h #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token)
token             986 src/android.c    char *head, *token, *next, *saveptr, *copy, *mark, *mark1;
token            1010 src/android.c    token = strtok_r (copy, "/", &saveptr);
token            1012 src/android.c    while (token)
token            1050 src/android.c  	  mark1 = strchr (token, '?');
token            1065 src/android.c  	  if (mark > token)
token            1066 src/android.c  	    rc = android_url_encode (token, mark - token,
token            1090 src/android.c  	rc = android_url_encode (token, strlen (token),
token            1097 src/android.c        token = next;
token            6587 src/android.c  			       int token)
token            6606 src/android.c  						 (jint) token);
token            5332 src/androidterm.c   int token;
token            5382 src/androidterm.c   FRAME_ANDROID_OUTPUT (f)->extracted_text_token = request->token;
token            5393 src/androidterm.c   jfieldID token;
token            5495 src/androidterm.c       request_class.token
token            5497 src/androidterm.c       assert (request_class.token);
token            5534 src/androidterm.c   context.token
token            5535 src/androidterm.c     = (*env)->GetIntField (env, request, request_class.token);
token            5592 src/androidterm.c   context.token = 0;
token            5961 src/androidterm.c   int hint, token;
token            6011 src/androidterm.c       token = FRAME_ANDROID_OUTPUT (f)->extracted_text_token;
token            6037 src/androidterm.c 					     extracted, token);
token            1010 src/androidvfs.c   char *token, *saveptr, *copy, *copy1, *start, *max, *limit;
token            1030 src/androidvfs.c   while ((token = strtok_r (copy, "/", &saveptr)))
token            1041 src/androidvfs.c       tokens[ntokens] = SAFE_ALLOCA (strlen (token) + 1);
token            1042 src/androidvfs.c       memcpy (tokens[ntokens], token, strlen (token) + 1);
token            1070 src/androidvfs.c       token = tokens[i];
token            1073 src/androidvfs.c       token_length = strlen (token);
token            1082 src/androidvfs.c       if (!memcmp (start, token, token_length))
token             345 src/haiku_font_support.cc   char *token;
token             357 src/haiku_font_support.cc   while ((token = std::strtok (!tok ? style : NULL, " ")) && tok < 3)
token             359 src/haiku_font_support.cc       if (token && !strcmp (token, "Thin"))
token             361 src/haiku_font_support.cc       else if (token && (!strcmp (token, "UltraLight")
token             362 src/haiku_font_support.cc 			 || !strcmp (token, "ExtraLight")))
token             364 src/haiku_font_support.cc       else if (token && !strcmp (token, "Light"))
token             366 src/haiku_font_support.cc       else if (token && !strcmp (token, "SemiLight"))
token             368 src/haiku_font_support.cc       else if (token && !strcmp (token, "Regular"))
token             379 src/haiku_font_support.cc       else if (token && (!strcmp (token, "SemiBold")
token             381 src/haiku_font_support.cc 			 || !strcmp (token, "Semibold")))
token             383 src/haiku_font_support.cc       else if (token && !strcmp (token, "Bold"))
token             385 src/haiku_font_support.cc       else if (token && (!strcmp (token, "ExtraBold")
token             387 src/haiku_font_support.cc 			 || !strcmp (token, "Extrabold")
token             388 src/haiku_font_support.cc 			 || !strcmp (token, "UltraBold")))
token             390 src/haiku_font_support.cc       else if (token && !strcmp (token, "Book"))
token             392 src/haiku_font_support.cc       else if (token && !strcmp (token, "Heavy"))
token             394 src/haiku_font_support.cc       else if (token && !strcmp (token, "UltraHeavy"))
token             396 src/haiku_font_support.cc       else if (token && !strcmp (token, "Black"))
token             398 src/haiku_font_support.cc       else if (token && !strcmp (token, "Medium"))
token             400 src/haiku_font_support.cc       else if (token && !strcmp (token, "Oblique"))
token             402 src/haiku_font_support.cc       else if (token && !strcmp (token, "Italic"))
token             404 src/haiku_font_support.cc       else if (token && !strcmp (token, "UltraCondensed"))
token             406 src/haiku_font_support.cc       else if (token && !strcmp (token, "ExtraCondensed"))
token             408 src/haiku_font_support.cc       else if (token && !strcmp (token, "Condensed"))
token             410 src/haiku_font_support.cc       else if (token && !strcmp (token, "SemiCondensed"))
token             412 src/haiku_font_support.cc       else if (token && !strcmp (token, "SemiExpanded"))
token             414 src/haiku_font_support.cc       else if (token && !strcmp (token, "Expanded"))
token             416 src/haiku_font_support.cc       else if (token && !strcmp (token, "ExtraExpanded"))
token             418 src/haiku_font_support.cc       else if (token && !strcmp (token, "UltraExpanded"))
token            1160 src/textconv.c complete_edit (void *token)
token            1163 src/textconv.c     text_interface->notify_conversion (*(unsigned long *) token);
token            1226 src/textconv.c   unsigned long token;
token            1233 src/textconv.c   token = action->counter;
token            1249 src/textconv.c   record_unwind_protect_ptr (complete_edit, &token);
token            2259 src/w32.c        HANDLE       token = NULL;
token            2267 src/w32.c        result = open_process_token (GetCurrentProcess (), TOKEN_QUERY, &token);
token            2270 src/w32.c            result = get_token_information (token, TokenUser, NULL, 0, &blen);
token            2274 src/w32.c      	  result = get_token_information (token, TokenUser,
token            2303 src/w32.c      	  result = get_token_information (token, TokenPrimaryGroup,
token            2308 src/w32.c      	      result = get_token_information (token, TokenPrimaryGroup,
token            2375 src/w32.c        if (token)
token            2376 src/w32.c          CloseHandle (token);
token            7336 src/w32.c        HANDLE token = NULL;
token            7420 src/w32.c            result = open_process_token (h_proc, TOKEN_QUERY, &token);
token            7423 src/w32.c      	  result = get_token_information (token, TokenUser, NULL, 0, &blen);
token            7427 src/w32.c      	      result = get_token_information (token, TokenUser,
token            7462 src/w32.c      	      result = get_token_information (token, TokenPrimaryGroup,
token            7467 src/w32.c      		  result = get_token_information (token, TokenPrimaryGroup,
token            7533 src/w32.c            if (token)
token            7534 src/w32.c      	CloseHandle (token);
token             204 src/w32image.c static ULONG_PTR token;
token             230 src/w32image.c       status = GdiplusStartup (&token, &input, &output);
token             243 src/w32image.c     GdiplusShutdown (token);
token            2508 test/manual/etags/c-src/etags.c } token;			/* latest token read */
token            2952 test/manual/etags/c-src/etags.c       token = savetoken;						\
token            2964 test/manual/etags/c-src/etags.c   if (token.valid)
token            2965 test/manual/etags/c-src/etags.c     make_tag (token_name.buffer, token_name.len, isfun, token.line,
token            2966 test/manual/etags/c-src/etags.c 	      token.offset+token.length+1, token.lineno, token.linepos);
token            2970 test/manual/etags/c-src/etags.c 		token_name.len + 17, isfun, token.line,
token            2971 test/manual/etags/c-src/etags.c 		token.offset+token.length+1, token.lineno, token.linepos);
token            2975 test/manual/etags/c-src/etags.c   token.valid = false;
token            3027 test/manual/etags/c-src/etags.c   token.valid = savetoken.valid = false;
token            3259 test/manual/etags/c-src/etags.c 			  token.named = false;
token            3270 test/manual/etags/c-src/etags.c 			      token.named = true;
token            3279 test/manual/etags/c-src/etags.c 			      token.named = true;
token            3285 test/manual/etags/c-src/etags.c 			      token.named = true;
token            3309 test/manual/etags/c-src/etags.c 			      token.named = defun;
token            3318 test/manual/etags/c-src/etags.c 			      token.named = (structdef == stagseen
token            3328 test/manual/etags/c-src/etags.c 			  token.lineno = lineno;
token            3329 test/manual/etags/c-src/etags.c 			  token.offset = tokoff;
token            3330 test/manual/etags/c-src/etags.c 			  token.length = toklen;
token            3331 test/manual/etags/c-src/etags.c 			  token.line = newlb.buffer;
token            3332 test/manual/etags/c-src/etags.c 			  token.linepos = newlinepos;
token            3333 test/manual/etags/c-src/etags.c 			  token.valid = true;
token            3399 test/manual/etags/c-src/etags.c 		  savetoken = token;
token            3420 test/manual/etags/c-src/etags.c 	  if (yacc_rules && token.offset == 0 && token.valid)
token            3480 test/manual/etags/c-src/etags.c 		  token.valid = false;
token            3497 test/manual/etags/c-src/etags.c 		    token.valid = false;
token            3551 test/manual/etags/c-src/etags.c 	      token.valid = false;
token            3706 test/manual/etags/c-src/etags.c 	      pushclass_above (bracelev,token.line+token.offset, token.length);
token            3719 test/manual/etags/c-src/etags.c 	      token.valid = false;
token            3729 test/manual/etags/c-src/etags.c 		token.valid = false; /* unexpected value, token unreliable */
token            3735 test/manual/etags/c-src/etags.c 	      token.valid = false; /* something gone amiss, token unreliable */
token            1636 test/manual/etags/y-src/cccp.c   int token;
token            1639 test/manual/etags/y-src/cccp.c static struct token tokentab2[] = {
token            1661 test/manual/etags/y-src/cccp.c   register struct token *toktab;
token            1673 test/manual/etags/y-src/cccp.c 	if (toktab->token == ERROR)
token            1679 test/manual/etags/y-src/cccp.c 	return toktab->token;
token             439 test/manual/etags/y-src/cccp.y   int token;
token             442 test/manual/etags/y-src/cccp.y static struct token tokentab2[] = {
token             464 test/manual/etags/y-src/cccp.y   register struct token *toktab;
token             476 test/manual/etags/y-src/cccp.y 	if (toktab->token == ERROR)
token             482 test/manual/etags/y-src/cccp.y 	return toktab->token;