Symbol: re_token_t
src/system/libroot/posix/glibc/regex/regcomp.c
1038
re_token_t *clexp_node;
src/system/libroot/posix/glibc/regex/regcomp.c
121
const re_token_t *token);
src/system/libroot/posix/glibc/regex/regcomp.c
123
static void free_token (re_token_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
1788
fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
1797
peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
2015
re_token_t next;
src/system/libroot/posix/glibc/regex/regcomp.c
2035
peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
2138
re_token_t current_token;
src/system/libroot/posix/glibc/regex/regcomp.c
2167
parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2216
parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2261
parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2496
parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2539
re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
2543
re_token_t start_token = *token;
src/system/libroot/posix/glibc/regex/regcomp.c
2852
parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
3102
re_token_t br_token;
src/system/libroot/posix/glibc/regex/regcomp.c
3183
re_token_t token2;
src/system/libroot/posix/glibc/regex/regcomp.c
3402
re_token_t *token, int token_len, re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regcomp.c
3424
re_token_t token2;
src/system/libroot/posix/glibc/regex/regcomp.c
3442
re_token_t *token)
src/system/libroot/posix/glibc/regex/regcomp.c
3667
re_token_t br_token;
src/system/libroot/posix/glibc/regex/regcomp.c
3768
fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
3813
re_token_t t;
src/system/libroot/posix/glibc/regex/regcomp.c
3823
const re_token_t *token)
src/system/libroot/posix/glibc/regex/regcomp.c
3871
free_token (re_token_t *node)
src/system/libroot/posix/glibc/regex/regcomp.c
59
static Idx fetch_number (re_string_t *input, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
61
static int peek_token (re_token_t *token, re_string_t *input,
src/system/libroot/posix/glibc/regex/regcomp.c
66
re_token_t *token, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
69
re_token_t *token, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
72
re_token_t *token, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
75
re_token_t *token, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
78
re_dfa_t *dfa, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
81
re_token_t *token, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
85
re_token_t *token, int token_len,
src/system/libroot/posix/glibc/regex/regcomp.c
853
MAX (sizeof (re_token_t),
src/system/libroot/posix/glibc/regex/regcomp.c
871
dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
src/system/libroot/posix/glibc/regex/regcomp.c
91
re_token_t *token);
src/system/libroot/posix/glibc/regex/regex_internal.c
1404
re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
src/system/libroot/posix/glibc/regex/regex_internal.c
1411
re_token_t *new_nodes;
src/system/libroot/posix/glibc/regex/regex_internal.c
1414
const size_t max_object_size = MAX (sizeof (re_token_t),
src/system/libroot/posix/glibc/regex/regex_internal.c
1420
new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
src/system/libroot/posix/glibc/regex/regex_internal.c
1641
re_token_t *node = dfa->nodes + nodes->elems[i];
src/system/libroot/posix/glibc/regex/regex_internal.c
1693
re_token_t *node = dfa->nodes + nodes->elems[i];
src/system/libroot/posix/glibc/regex/regex_internal.h
530
re_token_t token;
src/system/libroot/posix/glibc/regex/regex_internal.h
699
re_token_t *nodes;
src/system/libroot/posix/glibc/regex/regexec.c
172
const re_token_t *node, Idx idx);
src/system/libroot/posix/glibc/regex/regexec.c
2545
const re_token_t *node = dfa->nodes + node_idx;
src/system/libroot/posix/glibc/regex/regexec.c
2831
const re_token_t *node = dfa->nodes + cls_node;
src/system/libroot/posix/glibc/regex/regexec.c
3528
re_token_t *node = &dfa->nodes[cur_nodes->elems[i]];
src/system/libroot/posix/glibc/regex/regexec.c
3712
const re_token_t *node = dfa->nodes + node_idx;
src/system/libroot/posix/glibc/regex/regexec.c
3998
check_node_accept (const re_match_context_t *mctx, const re_token_t *node,