token              81 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             124 include/crm/cib/internal.h xmlNode *cib_create_op(int call_id, const char *token, const char *op, const char *host,
token             109 include/crm/common/ipc_internal.h     char *token;
token              34 lib/cib/cib_native.c     char *token;
token             230 lib/cib/cib_native.c                 native->token = crm_element_value_copy(reply, F_CIB_CLIENTID);
token             231 lib/cib/cib_native.c                 if (native->token == NULL) {
token             298 lib/cib/cib_native.c         free(native->token);
token             351 lib/cib/cib_native.c     CRM_CHECK(native->token != NULL,;
token             354 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
token             296 lib/cib/cib_remote.c             connection->token = strdup(tmp_ticket);
token             414 lib/cib/cib_remote.c             cib_create_op(0, private->callback.token, CRM_OP_REGISTER, NULL, NULL, NULL, 0, NULL);
token             507 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
token             513 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
token             519 lib/cib/cib_utils.c     CRM_CHECK(token != NULL, return NULL);
token             524 lib/cib/cib_utils.c     crm_xml_add(op_msg, F_CIB_CALLBACK_TOKEN, token);
token             607 lib/common/logging.c             char token[500];
token             614 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
token             616 lib/common/logging.c                 tag = g_quark_from_string(token);
token             617 lib/common/logging.c                 crm_info("Created GQuark %u from token '%s' in '%s'", tag, token, trace_tags);
token              66 lib/fencing/st_client.c     char *token;
token             113 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             326 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1269 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
token            1274 lib/fencing/st_client.c     CRM_CHECK(token != NULL, return NULL);
token            1279 lib/fencing/st_client.c     crm_xml_add(op_msg, F_STONITH_CALLBACK_TOKEN, token);
token            1326 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1581 lib/fencing/st_client.c             native->token = crm_element_value_copy(reply, F_STONITH_CLIENTID);
token            1588 lib/fencing/st_client.c             } else if (native->token == NULL) {
token            1598 lib/fencing/st_client.c                           display_name, native->token);
token            1919 lib/fencing/st_client.c     if ((stonith->state == stonith_disconnected) || (native->token == NULL)) {
token            1932 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
token            2008 lib/fencing/st_client.c         free(native->token); native->token = NULL;
token              73 lib/lrmd/lrmd_client.c     char *token;
token             514 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout,
token             520 lib/lrmd/lrmd_client.c     CRM_CHECK(token != NULL, return NULL);
token             524 lib/lrmd/lrmd_client.c     crm_xml_add(op_msg, F_LRMD_CALLBACK_TOKEN, token);
token             862 lib/lrmd/lrmd_client.c     CRM_CHECK(native->token != NULL,;
token             866 lib/lrmd/lrmd_client.c     op_msg = lrmd_create_op(native->token, op, data, timeout, options);
token             998 lib/lrmd/lrmd_client.c             native->token = strdup(tmp_ticket);
token            1666 lib/lrmd/lrmd_client.c     free(native->token);
token            1667 lib/lrmd/lrmd_client.c     native->token = NULL;
token            2346 lib/lrmd/lrmd_client.c         free(native->token);
token             243 maint/gnulib/lib/dfa.c static token const TOKEN_MAX = PTRDIFF_MAX;
token             436 maint/gnulib/lib/dfa.c   token lasttok;	/* Previous token returned; initially END.  */
token             456 maint/gnulib/lib/dfa.c   token tok;               /* Lookahead token.  */
token             480 maint/gnulib/lib/dfa.c   token *tokens;                /* Postfix parse array.  */
token             492 maint/gnulib/lib/dfa.c   token utf8_anychar_classes[9]; /* To lower ANYCHAR in UTF-8 locales.  */
token             659 maint/gnulib/lib/dfa.c prtok (token t)
token             940 maint/gnulib/lib/dfa.c static token
token            1187 maint/gnulib/lib/dfa.c static token
token            1535 maint/gnulib/lib/dfa.c addtok_mb (struct dfa *dfa, token t, char mbprop)
token            1593 maint/gnulib/lib/dfa.c addtok (struct dfa *dfa, token t)
token            2441 maint/gnulib/lib/dfa.c   token *tokens = xnmalloc (d->nleaves, sizeof *tokens);
token            4075 maint/gnulib/lib/dfa.c       token t = d->tokens[ri];
token             201 maint/gnulib/lib/getprogname.c       int token;
token             210 maint/gnulib/lib/getprogname.c           for (token = 0; token >= 0;
token             211 maint/gnulib/lib/getprogname.c                token = w_getpsent (token, &buf, sizeof(buf)))
token             213 maint/gnulib/lib/getprogname.c               if (token > 0 && buf.ps_pid == pid)
token             147 maint/gnulib/lib/readtokens.c   token_buffer tb, *token = &tb;
token             162 maint/gnulib/lib/readtokens.c   init_tokenbuffer (token);
token             166 maint/gnulib/lib/readtokens.c       size_t token_length = readtoken (stream, delim, n_delim, token);
token             182 maint/gnulib/lib/readtokens.c       tokens[n_tokens] = memcpy (tmp, token->buffer, token_length + 1);
token             186 maint/gnulib/lib/readtokens.c   free (token->buffer);
token              59 maint/gnulib/lib/regcomp.c static Idx fetch_number (re_string_t *input, re_token_t *token,
token              61 maint/gnulib/lib/regcomp.c static int peek_token (re_token_t *token, re_string_t *input,
token              66 maint/gnulib/lib/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
token              69 maint/gnulib/lib/regcomp.c 				 re_token_t *token, reg_syntax_t syntax,
token              72 maint/gnulib/lib/regcomp.c 				     re_token_t *token, reg_syntax_t syntax,
token              75 maint/gnulib/lib/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
token              78 maint/gnulib/lib/regcomp.c 				 re_dfa_t *dfa, re_token_t *token,
token              81 maint/gnulib/lib/regcomp.c 				      re_token_t *token, reg_syntax_t syntax,
token              85 maint/gnulib/lib/regcomp.c 					    re_token_t *token, int token_len,
token              91 maint/gnulib/lib/regcomp.c 					  re_token_t *token);
token             121 maint/gnulib/lib/regcomp.c 				      const re_token_t *token);
token            1295 maint/gnulib/lib/regcomp.c   if (node->token.type == OP_BACK_REF && dfa->subexp_map)
token            1297 maint/gnulib/lib/regcomp.c       int idx = node->token.opr.idx;
token            1298 maint/gnulib/lib/regcomp.c       node->token.opr.idx = dfa->subexp_map[idx];
token            1299 maint/gnulib/lib/regcomp.c       dfa->used_bkref_map |= 1 << node->token.opr.idx;
token            1302 maint/gnulib/lib/regcomp.c   else if (node->token.type == SUBEXP
token            1303 maint/gnulib/lib/regcomp.c 	   && node->left && node->left->token.type == SUBEXP)
token            1305 maint/gnulib/lib/regcomp.c       Idx other_idx = node->left->token.opr.idx;
token            1311 maint/gnulib/lib/regcomp.c       dfa->subexp_map[other_idx] = dfa->subexp_map[node->token.opr.idx];
token            1327 maint/gnulib/lib/regcomp.c   if (node->left && node->left->token.type == SUBEXP)
token            1333 maint/gnulib/lib/regcomp.c   if (node->right && node->right->token.type == SUBEXP)
token            1356 maint/gnulib/lib/regcomp.c       && (node->token.opr.idx >= BITSET_WORD_BITS
token            1358 maint/gnulib/lib/regcomp.c 	       & ((bitset_word_t) 1 << node->token.opr.idx))))
token            1374 maint/gnulib/lib/regcomp.c   op->token.opr.idx = cls->token.opr.idx = node->token.opr.idx;
token            1375 maint/gnulib/lib/regcomp.c   op->token.opt_subexp = cls->token.opt_subexp = node->token.opt_subexp;
token            1385 maint/gnulib/lib/regcomp.c   if (node->token.type == CONCAT)
token            1393 maint/gnulib/lib/regcomp.c       node->node_idx = re_dfa_add_node (dfa, node->token);
token            1396 maint/gnulib/lib/regcomp.c       if (node->token.type == ANCHOR)
token            1397 maint/gnulib/lib/regcomp.c 	dfa->nodes[node->node_idx].constraint = node->token.opr.ctx_type;
token            1406 maint/gnulib/lib/regcomp.c   switch (node->token.type)
token            1433 maint/gnulib/lib/regcomp.c   switch (node->token.type)
token            1469 maint/gnulib/lib/regcomp.c       if (node->token.type == OP_BACK_REF)
token            1474 maint/gnulib/lib/regcomp.c       DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type));
token            1781 maint/gnulib/lib/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
token            1787 maint/gnulib/lib/regcomp.c       token->type = END_OF_RE;
token            1792 maint/gnulib/lib/regcomp.c   token->opr.c = c;
token            1794 maint/gnulib/lib/regcomp.c   token->word_char = 0;
token            1796 maint/gnulib/lib/regcomp.c   token->mb_partial = 0;
token            1800 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            1801 maint/gnulib/lib/regcomp.c       token->mb_partial = 1;
token            1810 maint/gnulib/lib/regcomp.c 	  token->type = BACK_SLASH;
token            1815 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
token            1816 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            1822 maint/gnulib/lib/regcomp.c 	  token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
token            1826 maint/gnulib/lib/regcomp.c 	token->word_char = IS_WORD_CHAR (c2) != 0;
token            1832 maint/gnulib/lib/regcomp.c 	    token->type = OP_ALT;
token            1838 maint/gnulib/lib/regcomp.c 	      token->type = OP_BACK_REF;
token            1839 maint/gnulib/lib/regcomp.c 	      token->opr.idx = c2 - '1';
token            1845 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1846 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_FIRST;
token            1852 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1853 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_LAST;
token            1859 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1860 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_DELIM;
token            1866 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1867 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = NOT_WORD_DELIM;
token            1872 maint/gnulib/lib/regcomp.c 	    token->type = OP_WORD;
token            1876 maint/gnulib/lib/regcomp.c 	    token->type = OP_NOTWORD;
token            1880 maint/gnulib/lib/regcomp.c 	    token->type = OP_SPACE;
token            1884 maint/gnulib/lib/regcomp.c 	    token->type = OP_NOTSPACE;
token            1889 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1890 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = BUF_FIRST;
token            1896 maint/gnulib/lib/regcomp.c 	      token->type = ANCHOR;
token            1897 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = BUF_LAST;
token            1902 maint/gnulib/lib/regcomp.c 	    token->type = OP_OPEN_SUBEXP;
token            1906 maint/gnulib/lib/regcomp.c 	    token->type = OP_CLOSE_SUBEXP;
token            1910 maint/gnulib/lib/regcomp.c 	    token->type = OP_DUP_PLUS;
token            1914 maint/gnulib/lib/regcomp.c 	    token->type = OP_DUP_QUESTION;
token            1918 maint/gnulib/lib/regcomp.c 	    token->type = OP_OPEN_DUP_NUM;
token            1922 maint/gnulib/lib/regcomp.c 	    token->type = OP_CLOSE_DUP_NUM;
token            1930 maint/gnulib/lib/regcomp.c   token->type = CHARACTER;
token            1935 maint/gnulib/lib/regcomp.c       token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
token            1939 maint/gnulib/lib/regcomp.c     token->word_char = IS_WORD_CHAR (token->opr.c);
token            1945 maint/gnulib/lib/regcomp.c 	token->type = OP_ALT;
token            1949 maint/gnulib/lib/regcomp.c 	token->type = OP_ALT;
token            1952 maint/gnulib/lib/regcomp.c       token->type = OP_DUP_ASTERISK;
token            1956 maint/gnulib/lib/regcomp.c 	token->type = OP_DUP_PLUS;
token            1960 maint/gnulib/lib/regcomp.c 	token->type = OP_DUP_QUESTION;
token            1964 maint/gnulib/lib/regcomp.c 	token->type = OP_OPEN_DUP_NUM;
token            1968 maint/gnulib/lib/regcomp.c 	token->type = OP_CLOSE_DUP_NUM;
token            1972 maint/gnulib/lib/regcomp.c 	token->type = OP_OPEN_SUBEXP;
token            1976 maint/gnulib/lib/regcomp.c 	token->type = OP_CLOSE_SUBEXP;
token            1979 maint/gnulib/lib/regcomp.c       token->type = OP_OPEN_BRACKET;
token            1982 maint/gnulib/lib/regcomp.c       token->type = OP_PERIOD;
token            1992 maint/gnulib/lib/regcomp.c       token->type = ANCHOR;
token            1993 maint/gnulib/lib/regcomp.c       token->opr.ctx_type = LINE_FIRST;
token            2006 maint/gnulib/lib/regcomp.c       token->type = ANCHOR;
token            2007 maint/gnulib/lib/regcomp.c       token->opr.ctx_type = LINE_LAST;
token            2019 maint/gnulib/lib/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
token            2024 maint/gnulib/lib/regcomp.c       token->type = END_OF_RE;
token            2028 maint/gnulib/lib/regcomp.c   token->opr.c = c;
token            2034 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            2046 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
token            2047 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            2058 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
token            2063 maint/gnulib/lib/regcomp.c 	  token->type = OP_OPEN_COLL_ELEM;
token            2067 maint/gnulib/lib/regcomp.c 	  token->type = OP_OPEN_EQUIV_CLASS;
token            2073 maint/gnulib/lib/regcomp.c 	      token->type = OP_OPEN_CHAR_CLASS;
token            2078 maint/gnulib/lib/regcomp.c 	  token->type = CHARACTER;
token            2079 maint/gnulib/lib/regcomp.c 	  token->opr.c = c;
token            2088 maint/gnulib/lib/regcomp.c       token->type = OP_CHARSET_RANGE;
token            2091 maint/gnulib/lib/regcomp.c       token->type = OP_CLOSE_BRACKET;
token            2094 maint/gnulib/lib/regcomp.c       token->type = OP_NON_MATCH_LIST;
token            2097 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            2151 maint/gnulib/lib/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2157 maint/gnulib/lib/regcomp.c   tree = parse_branch (regexp, preg, token, syntax, nest, err);
token            2161 maint/gnulib/lib/regcomp.c   while (token->type == OP_ALT)
token            2163 maint/gnulib/lib/regcomp.c       fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE);
token            2164 maint/gnulib/lib/regcomp.c       if (token->type != OP_ALT && token->type != END_OF_RE
token            2165 maint/gnulib/lib/regcomp.c 	  && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
token            2169 maint/gnulib/lib/regcomp.c 	  branch = parse_branch (regexp, preg, token, syntax, nest, err);
token            2200 maint/gnulib/lib/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2205 maint/gnulib/lib/regcomp.c   tree = parse_expression (regexp, preg, token, syntax, nest, err);
token            2209 maint/gnulib/lib/regcomp.c   while (token->type != OP_ALT && token->type != END_OF_RE
token            2210 maint/gnulib/lib/regcomp.c 	 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
token            2212 maint/gnulib/lib/regcomp.c       expr = parse_expression (regexp, preg, token, syntax, nest, err);
token            2245 maint/gnulib/lib/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2250 maint/gnulib/lib/regcomp.c   switch (token->type)
token            2253 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
token            2266 maint/gnulib/lib/regcomp.c 	      fetch_token (token, regexp, syntax);
token            2267 maint/gnulib/lib/regcomp.c 	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
token            2280 maint/gnulib/lib/regcomp.c       tree = parse_sub_exp (regexp, preg, token, syntax, nest + 1, err);
token            2286 maint/gnulib/lib/regcomp.c       tree = parse_bracket_exp (regexp, dfa, token, syntax, err);
token            2292 maint/gnulib/lib/regcomp.c       if (!__glibc_likely (dfa->completed_bkref_map & (1 << token->opr.idx)))
token            2297 maint/gnulib/lib/regcomp.c       dfa->used_bkref_map |= 1 << token->opr.idx;
token            2298 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
token            2325 maint/gnulib/lib/regcomp.c 	  fetch_token (token, regexp, syntax);
token            2326 maint/gnulib/lib/regcomp.c 	  return parse_expression (regexp, preg, token, syntax, nest, err);
token            2330 maint/gnulib/lib/regcomp.c       if ((token->type == OP_CLOSE_SUBEXP)
token            2341 maint/gnulib/lib/regcomp.c       token->type = CHARACTER;
token            2344 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
token            2353 maint/gnulib/lib/regcomp.c       if ((token->opr.ctx_type
token            2357 maint/gnulib/lib/regcomp.c       if (token->opr.ctx_type == WORD_DELIM
token            2358 maint/gnulib/lib/regcomp.c 	  || token->opr.ctx_type == NOT_WORD_DELIM)
token            2361 maint/gnulib/lib/regcomp.c 	  if (token->opr.ctx_type == WORD_DELIM)
token            2363 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_FIRST;
token            2364 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
token            2365 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = WORD_LAST;
token            2369 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = INSIDE_WORD;
token            2370 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
token            2371 maint/gnulib/lib/regcomp.c 	      token->opr.ctx_type = INSIDE_NOTWORD;
token            2373 maint/gnulib/lib/regcomp.c 	  tree_last = create_token_tree (dfa, NULL, NULL, token);
token            2384 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
token            2395 maint/gnulib/lib/regcomp.c       fetch_token (token, regexp, syntax);
token            2399 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
token            2414 maint/gnulib/lib/regcomp.c 				 token->type == OP_NOTWORD, err);
token            2424 maint/gnulib/lib/regcomp.c 				 token->type == OP_NOTSPACE, err);
token            2442 maint/gnulib/lib/regcomp.c   fetch_token (token, regexp, syntax);
token            2444 maint/gnulib/lib/regcomp.c   while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS
token            2445 maint/gnulib/lib/regcomp.c 	 || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM)
token            2447 maint/gnulib/lib/regcomp.c       bin_tree_t *dup_tree = parse_dup_op (tree, regexp, dfa, token,
token            2458 maint/gnulib/lib/regcomp.c 	  && (token->type == OP_DUP_ASTERISK
token            2459 maint/gnulib/lib/regcomp.c 	      || token->type == OP_OPEN_DUP_NUM))
token            2479 maint/gnulib/lib/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
token            2487 maint/gnulib/lib/regcomp.c   fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE);
token            2490 maint/gnulib/lib/regcomp.c   if (token->type == OP_CLOSE_SUBEXP)
token            2494 maint/gnulib/lib/regcomp.c       tree = parse_reg_exp (regexp, preg, token, syntax, nest, err);
token            2496 maint/gnulib/lib/regcomp.c 			    && token->type != OP_CLOSE_SUBEXP))
token            2515 maint/gnulib/lib/regcomp.c   tree->token.opr.idx = cur_nsub;
token            2523 maint/gnulib/lib/regcomp.c 	      re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
token            2527 maint/gnulib/lib/regcomp.c   re_token_t start_token = *token;
token            2529 maint/gnulib/lib/regcomp.c   if (token->type == OP_OPEN_DUP_NUM)
token            2532 maint/gnulib/lib/regcomp.c       start = fetch_number (regexp, token, syntax);
token            2535 maint/gnulib/lib/regcomp.c 	  if (token->type == CHARACTER && token->opr.c == ',')
token            2546 maint/gnulib/lib/regcomp.c 	  end = ((token->type == OP_CLOSE_DUP_NUM) ? start
token            2547 maint/gnulib/lib/regcomp.c 		 : ((token->type == CHARACTER && token->opr.c == ',')
token            2548 maint/gnulib/lib/regcomp.c 		    ? fetch_number (regexp, token, syntax) : -2));
token            2555 maint/gnulib/lib/regcomp.c 	      if (token->type == END_OF_RE)
token            2565 maint/gnulib/lib/regcomp.c 	  *token = start_token;
token            2566 maint/gnulib/lib/regcomp.c 	  token->type = CHARACTER;
token            2573 maint/gnulib/lib/regcomp.c 			    || token->type != OP_CLOSE_DUP_NUM))
token            2588 maint/gnulib/lib/regcomp.c       start = (token->type == OP_DUP_PLUS) ? 1 : 0;
token            2589 maint/gnulib/lib/regcomp.c       end = (token->type == OP_DUP_QUESTION) ? 1 : -1;
token            2592 maint/gnulib/lib/regcomp.c   fetch_token (token, regexp, syntax);
token            2626 maint/gnulib/lib/regcomp.c   if (elem->token.type == SUBEXP)
token            2628 maint/gnulib/lib/regcomp.c       uintptr_t subidx = elem->token.opr.idx;
token            2838 maint/gnulib/lib/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
token            3138 maint/gnulib/lib/regcomp.c   token_len = peek_token_bracket (token, regexp, syntax);
token            3139 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (token->type == END_OF_RE))
token            3144 maint/gnulib/lib/regcomp.c   if (token->type == OP_NON_MATCH_LIST)
token            3153 maint/gnulib/lib/regcomp.c       token_len = peek_token_bracket (token, regexp, syntax);
token            3154 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (token->type == END_OF_RE))
token            3162 maint/gnulib/lib/regcomp.c   if (token->type == OP_CLOSE_BRACKET)
token            3163 maint/gnulib/lib/regcomp.c     token->type = CHARACTER;
token            3177 maint/gnulib/lib/regcomp.c       ret = parse_bracket_element (&start_elem, regexp, token, token_len, dfa,
token            3187 maint/gnulib/lib/regcomp.c       token_len = peek_token_bracket (token, regexp, syntax);
token            3192 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (token->type == END_OF_RE))
token            3197 maint/gnulib/lib/regcomp.c 	  if (token->type == OP_CHARSET_RANGE)
token            3210 maint/gnulib/lib/regcomp.c 		  token->type = CHARACTER;
token            3229 maint/gnulib/lib/regcomp.c 	  token_len = peek_token_bracket (token, regexp, syntax);
token            3305 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (token->type == END_OF_RE))
token            3310 maint/gnulib/lib/regcomp.c       if (token->type == OP_CLOSE_BRACKET)
token            3392 maint/gnulib/lib/regcomp.c 		       re_token_t *token, int token_len, re_dfa_t *dfa,
token            3407 maint/gnulib/lib/regcomp.c   if (token->type == OP_OPEN_COLL_ELEM || token->type == OP_OPEN_CHAR_CLASS
token            3408 maint/gnulib/lib/regcomp.c       || token->type == OP_OPEN_EQUIV_CLASS)
token            3409 maint/gnulib/lib/regcomp.c     return parse_bracket_symbol (elem, regexp, token);
token            3410 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (token->type == OP_CHARSET_RANGE) && !accept_hyphen)
token            3422 maint/gnulib/lib/regcomp.c   elem->opr.ch = token->opr.c;
token            3432 maint/gnulib/lib/regcomp.c 		      re_token_t *token)
token            3434 maint/gnulib/lib/regcomp.c   unsigned char ch, delim = token->opr.c;
token            3442 maint/gnulib/lib/regcomp.c       if (token->type == OP_OPEN_CHAR_CLASS)
token            3454 maint/gnulib/lib/regcomp.c   switch (token->type)
token            3753 maint/gnulib/lib/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
token            3759 maint/gnulib/lib/regcomp.c       fetch_token (token, input, syntax);
token            3760 maint/gnulib/lib/regcomp.c       c = token->opr.c;
token            3761 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (token->type == END_OF_RE))
token            3763 maint/gnulib/lib/regcomp.c       if (token->type == OP_CLOSE_DUP_NUM || c == ',')
token            3765 maint/gnulib/lib/regcomp.c       num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2)
token            3804 maint/gnulib/lib/regcomp.c 		   const re_token_t *token)
token            3822 maint/gnulib/lib/regcomp.c   tree->token = *token;
token            3823 maint/gnulib/lib/regcomp.c   tree->token.duplicated = 0;
token            3824 maint/gnulib/lib/regcomp.c   tree->token.opt_subexp = 0;
token            3843 maint/gnulib/lib/regcomp.c   if (node->token.type == SUBEXP && node->token.opr.idx == idx)
token            3844 maint/gnulib/lib/regcomp.c     node->token.opt_subexp = 1;
token            3869 maint/gnulib/lib/regcomp.c   free_token (&node->token);
token            3889 maint/gnulib/lib/regcomp.c       *p_new = create_token_tree (dfa, NULL, NULL, &node->token);
token            3893 maint/gnulib/lib/regcomp.c       (*p_new)->token.duplicated = 1;
token            1412 maint/gnulib/lib/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
token            1452 maint/gnulib/lib/regex_internal.c   dfa->nodes[dfa->nodes_len] = token;
token            1456 maint/gnulib/lib/regex_internal.c     ((token.type == OP_PERIOD && dfa->mb_cur_max > 1)
token            1457 maint/gnulib/lib/regex_internal.c      || token.type == COMPLEX_BRACKET);
token             476 maint/gnulib/lib/regex_internal.h   re_token_t token;
token             183 maint/gnulib/lib/stdio.in.h #define _GL_STDIO_STRINGIZE(token) #token
token             184 maint/gnulib/lib/stdio.in.h #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token)
token              46 maint/gnulib/lib/strtok_r.c   char *token;
token              60 maint/gnulib/lib/strtok_r.c   token = s;
token              61 maint/gnulib/lib/strtok_r.c   s = strpbrk (token, delim);
token              64 maint/gnulib/lib/strtok_r.c     *save_ptr = __rawmemchr (token, '\0');
token              71 maint/gnulib/lib/strtok_r.c   return token;