re_token_t         58 compat/regex/regcomp.c static int fetch_number (re_string_t *input, re_token_t *token,
re_token_t         60 compat/regex/regcomp.c static int peek_token (re_token_t *token, re_string_t *input,
re_token_t         65 compat/regex/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
re_token_t         68 compat/regex/regcomp.c 				 re_token_t *token, reg_syntax_t syntax,
re_token_t         71 compat/regex/regcomp.c 				     re_token_t *token, reg_syntax_t syntax,
re_token_t         74 compat/regex/regcomp.c 				  re_token_t *token, reg_syntax_t syntax,
re_token_t         77 compat/regex/regcomp.c 				 re_dfa_t *dfa, re_token_t *token,
re_token_t         80 compat/regex/regcomp.c 				      re_token_t *token, reg_syntax_t syntax,
re_token_t         84 compat/regex/regcomp.c 					    re_token_t *token, int token_len,
re_token_t         90 compat/regex/regcomp.c 					  re_token_t *token);
re_token_t        120 compat/regex/regcomp.c 				      const re_token_t *token);
re_token_t        122 compat/regex/regcomp.c static void free_token (re_token_t *node);
re_token_t        859 compat/regex/regcomp.c   dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
re_token_t       1026 compat/regex/regcomp.c 	    re_token_t *clexp_node;
re_token_t       1766 compat/regex/regcomp.c fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax)
re_token_t       1776 compat/regex/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_token_t       1994 compat/regex/regcomp.c 	  re_token_t next;
re_token_t       2015 compat/regex/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
re_token_t       2116 compat/regex/regcomp.c   re_token_t current_token;
re_token_t       2145 compat/regex/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2186 compat/regex/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2226 compat/regex/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2442 compat/regex/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
re_token_t       2481 compat/regex/regcomp.c 	      re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
re_token_t       2486 compat/regex/regcomp.c   re_token_t start_token = *token;
re_token_t       2488 compat/regex/regcomp.c   re_token_t start_token;
re_token_t       2782 compat/regex/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
re_token_t       3049 compat/regex/regcomp.c   re_token_t br_token;
re_token_t       3125 compat/regex/regcomp.c       re_token_t token2;
re_token_t       3341 compat/regex/regcomp.c 		       re_token_t *token, int token_len, re_dfa_t *dfa,
re_token_t       3363 compat/regex/regcomp.c       re_token_t token2;
re_token_t       3381 compat/regex/regcomp.c 		      re_token_t *token)
re_token_t       3621 compat/regex/regcomp.c   re_token_t br_token;
re_token_t       3723 compat/regex/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
re_token_t       3766 compat/regex/regcomp.c   re_token_t t;
re_token_t       3773 compat/regex/regcomp.c 		   const re_token_t *token)
re_token_t       3821 compat/regex/regcomp.c free_token (re_token_t *node)
re_token_t       1423 compat/regex/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
re_token_t       1430 compat/regex/regex_internal.c       re_token_t *new_nodes;
re_token_t       1433 compat/regex/regex_internal.c       const size_t max_object_size = MAX (sizeof (re_token_t),
re_token_t       1439 compat/regex/regex_internal.c       new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
re_token_t       1645 compat/regex/regex_internal.c       re_token_t *node = dfa->nodes + nodes->elems[i];
re_token_t       1697 compat/regex/regex_internal.c       re_token_t *node = dfa->nodes + nodes->elems[i];
re_token_t        487 compat/regex/regex_internal.h   re_token_t token;
re_token_t        656 compat/regex/regex_internal.h   re_token_t *nodes;
re_token_t        198 compat/regex/regexec.c 			      const re_token_t *node, int idx)
re_token_t       2583 compat/regex/regexec.c       const re_token_t *node = dfa->nodes + node_idx;
re_token_t       2870 compat/regex/regexec.c       const re_token_t *node = dfa->nodes + cls_node;
re_token_t       3566 compat/regex/regexec.c       re_token_t *node = &dfa->nodes[cur_nodes->elems[i]];
re_token_t       3744 compat/regex/regexec.c   const re_token_t *node = dfa->nodes + node_idx;
re_token_t       4046 compat/regex/regexec.c check_node_accept (const re_match_context_t *mctx, const re_token_t *node,