re_token_t 59 maint/gnulib/lib/regcomp.c static Idx fetch_number (re_string_t *input, re_token_t *token, re_token_t 61 maint/gnulib/lib/regcomp.c static int peek_token (re_token_t *token, re_string_t *input, re_token_t 66 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, re_token_t 69 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, re_token_t 72 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, re_token_t 75 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, re_token_t 78 maint/gnulib/lib/regcomp.c re_dfa_t *dfa, re_token_t *token, re_token_t 81 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, re_token_t 85 maint/gnulib/lib/regcomp.c re_token_t *token, int token_len, re_token_t 91 maint/gnulib/lib/regcomp.c re_token_t *token); re_token_t 121 maint/gnulib/lib/regcomp.c const re_token_t *token); re_token_t 123 maint/gnulib/lib/regcomp.c static void free_token (re_token_t *node); re_token_t 840 maint/gnulib/lib/regcomp.c MAX (sizeof (re_token_t), re_token_t 859 maint/gnulib/lib/regcomp.c dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc); re_token_t 1026 maint/gnulib/lib/regcomp.c re_token_t *clexp_node; re_token_t 1772 maint/gnulib/lib/regcomp.c fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax) re_token_t 1781 maint/gnulib/lib/regcomp.c peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) re_token_t 1999 maint/gnulib/lib/regcomp.c re_token_t next; re_token_t 2019 maint/gnulib/lib/regcomp.c peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax) re_token_t 2122 maint/gnulib/lib/regcomp.c re_token_t current_token; re_token_t 2151 maint/gnulib/lib/regcomp.c parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, re_token_t 2200 maint/gnulib/lib/regcomp.c parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token, re_token_t 2245 maint/gnulib/lib/regcomp.c parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token, re_token_t 2479 maint/gnulib/lib/regcomp.c parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, re_token_t 2523 maint/gnulib/lib/regcomp.c re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) re_token_t 2527 maint/gnulib/lib/regcomp.c re_token_t start_token = *token; re_token_t 2838 maint/gnulib/lib/regcomp.c parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, re_token_t 3092 maint/gnulib/lib/regcomp.c re_token_t br_token; re_token_t 3173 maint/gnulib/lib/regcomp.c re_token_t token2; re_token_t 3392 maint/gnulib/lib/regcomp.c re_token_t *token, int token_len, re_dfa_t *dfa, re_token_t 3414 maint/gnulib/lib/regcomp.c re_token_t token2; re_token_t 3432 maint/gnulib/lib/regcomp.c re_token_t *token) re_token_t 3707 maint/gnulib/lib/regcomp.c re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset }; re_token_t 3753 maint/gnulib/lib/regcomp.c fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax) re_token_t 3798 maint/gnulib/lib/regcomp.c re_token_t t = { .type = type }; re_token_t 3804 maint/gnulib/lib/regcomp.c const re_token_t *token) re_token_t 3852 maint/gnulib/lib/regcomp.c free_token (re_token_t *node) re_token_t 1412 maint/gnulib/lib/regex_internal.c re_dfa_add_node (re_dfa_t *dfa, re_token_t token) re_token_t 1419 maint/gnulib/lib/regex_internal.c re_token_t *new_nodes; re_token_t 1422 maint/gnulib/lib/regex_internal.c const size_t max_object_size = MAX (sizeof (re_token_t), re_token_t 1429 maint/gnulib/lib/regex_internal.c new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc); re_token_t 1650 maint/gnulib/lib/regex_internal.c re_token_t *node = dfa->nodes + nodes->elems[i]; re_token_t 1702 maint/gnulib/lib/regex_internal.c re_token_t *node = dfa->nodes + nodes->elems[i]; re_token_t 476 maint/gnulib/lib/regex_internal.h re_token_t token; re_token_t 640 maint/gnulib/lib/regex_internal.h re_token_t *nodes; re_token_t 172 maint/gnulib/lib/regexec.c const re_token_t *node, Idx idx); re_token_t 2531 maint/gnulib/lib/regexec.c const re_token_t *node = dfa->nodes + node_idx; re_token_t 2819 maint/gnulib/lib/regexec.c const re_token_t *node = dfa->nodes + cls_node; re_token_t 3466 maint/gnulib/lib/regexec.c re_token_t *node = &dfa->nodes[cur_nodes->elems[i]]; re_token_t 3651 maint/gnulib/lib/regexec.c const re_token_t *node = dfa->nodes + node_idx; re_token_t 3937 maint/gnulib/lib/regexec.c check_node_accept (const re_match_context_t *mctx, const re_token_t *node,