re_token_t         55 maint/gnulib/lib/regcomp.c static Idx fetch_number (re_string_t *input, re_token_t *token,
re_token_t         57 maint/gnulib/lib/regcomp.c static int peek_token (re_token_t *token, re_string_t *input,
re_token_t         62 maint/gnulib/lib/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
re_token_t         65 maint/gnulib/lib/regcomp.c 				 re_token_t *token, reg_syntax_t syntax,
re_token_t         68 maint/gnulib/lib/regcomp.c 				     re_token_t *token, reg_syntax_t syntax,
re_token_t         71 maint/gnulib/lib/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
re_token_t         74 maint/gnulib/lib/regcomp.c 				 re_dfa_t *dfa, re_token_t *token,
re_token_t         77 maint/gnulib/lib/regcomp.c 				      re_token_t *token, reg_syntax_t syntax,
re_token_t         81 maint/gnulib/lib/regcomp.c 					    re_token_t *token, int token_len,
re_token_t         87 maint/gnulib/lib/regcomp.c 					  re_token_t *token);
re_token_t        108 maint/gnulib/lib/regcomp.c 				      const re_token_t *token);
re_token_t        110 maint/gnulib/lib/regcomp.c static void free_token (re_token_t *node);
re_token_t        808 maint/gnulib/lib/regcomp.c 	 MAX (sizeof (re_token_t),
re_token_t        827 maint/gnulib/lib/regcomp.c   dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
re_token_t        990 maint/gnulib/lib/regcomp.c 	    re_token_t *clexp_node;
re_token_t       1734 maint/gnulib/lib/regcomp.c fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax)
re_token_t       1743 maint/gnulib/lib/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_token_t       1955 maint/gnulib/lib/regcomp.c 	  re_token_t next;
re_token_t       1975 maint/gnulib/lib/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_token_t       2076 maint/gnulib/lib/regcomp.c   re_token_t current_token;
re_token_t       2105 maint/gnulib/lib/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2154 maint/gnulib/lib/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2199 maint/gnulib/lib/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2431 maint/gnulib/lib/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2475 maint/gnulib/lib/regcomp.c 	      re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
re_token_t       2479 maint/gnulib/lib/regcomp.c   re_token_t start_token = *token;
re_token_t       3013 maint/gnulib/lib/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
re_token_t       3023 maint/gnulib/lib/regcomp.c   re_token_t br_token;
re_token_t       3091 maint/gnulib/lib/regcomp.c       re_token_t token2;
re_token_t       3289 maint/gnulib/lib/regcomp.c 		       re_token_t *token, int token_len, re_dfa_t *dfa,
re_token_t       3309 maint/gnulib/lib/regcomp.c       re_token_t token2;
re_token_t       3327 maint/gnulib/lib/regcomp.c 		      re_token_t *token)
re_token_t       3579 maint/gnulib/lib/regcomp.c   re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset };
re_token_t       3619 maint/gnulib/lib/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
re_token_t       3662 maint/gnulib/lib/regcomp.c   re_token_t t = { .type = type };
re_token_t       3668 maint/gnulib/lib/regcomp.c 		   const re_token_t *token)
re_token_t       3716 maint/gnulib/lib/regcomp.c free_token (re_token_t *node)
re_token_t       1378 maint/gnulib/lib/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
re_token_t       1385 maint/gnulib/lib/regex_internal.c       re_token_t *new_nodes;
re_token_t       1388 maint/gnulib/lib/regex_internal.c       const size_t max_object_size = MAX (sizeof (re_token_t),
re_token_t       1395 maint/gnulib/lib/regex_internal.c       new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
re_token_t       1614 maint/gnulib/lib/regex_internal.c       re_token_t *node = dfa->nodes + nodes->elems[i];
re_token_t       1664 maint/gnulib/lib/regex_internal.c       re_token_t *node = dfa->nodes + nodes->elems[i];
re_token_t        467 maint/gnulib/lib/regex_internal.h   re_token_t token;
re_token_t        631 maint/gnulib/lib/regex_internal.h   re_token_t *nodes;
re_token_t        166 maint/gnulib/lib/regexec.c 			       const re_token_t *node, Idx idx);
re_token_t       2506 maint/gnulib/lib/regexec.c       const re_token_t *node = dfa->nodes + node_idx;
re_token_t       2794 maint/gnulib/lib/regexec.c       const re_token_t *node = dfa->nodes + cls_node;
re_token_t       3438 maint/gnulib/lib/regexec.c       re_token_t *node = &dfa->nodes[cur_nodes->elems[i]];
re_token_t       3614 maint/gnulib/lib/regexec.c   const re_token_t *node = dfa->nodes + node_idx;
re_token_t       3899 maint/gnulib/lib/regexec.c check_node_accept (const re_match_context_t *mctx, const re_token_t *node,