Searched refs:re_token_t (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 58 static Idx fetch_number (re_string_t *input, re_token_t *token, 60 static int peek_token (re_token_t *token, re_string_t *input, 65 re_token_t *token, reg_syntax_t syntax, 68 re_token_t *token, reg_syntax_t syntax, 71 re_token_t *token, reg_syntax_t syntax, 74 re_token_t *token, reg_syntax_t syntax, 77 re_dfa_t *dfa, re_token_t *token, 80 re_token_t *token, reg_syntax_t syntax, 84 re_token_t *token, int token_len, 90 re_token_t *token); [all …]
|
D | regex_internal.h | 358 } re_token_t; typedef 492 re_token_t token; 661 re_token_t *nodes;
|
D | regex_internal.c | 1408 re_dfa_add_node (re_dfa_t *dfa, re_token_t token) in re_dfa_add_node() 1415 re_token_t *new_nodes; in re_dfa_add_node() 1417 MAX (sizeof (re_token_t), in re_dfa_add_node() 1425 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc); in re_dfa_add_node() 1642 re_token_t *node = dfa->nodes + nodes->elems[i]; in create_ci_newstate() 1694 re_token_t *node = dfa->nodes + nodes->elems[i]; in create_cd_newstate()
|
D | regexec.c | 204 const re_token_t *node, Idx idx) 2618 const re_token_t *node = dfa->nodes + node_idx; in transit_state_bkref() 2906 const re_token_t *node = dfa->nodes + cls_node; in find_subexp_node() 3601 re_token_t *node = &dfa->nodes[cur_nodes->elems[i]]; in group_nodes_into_DFAstates() 3782 const re_token_t *node = dfa->nodes + node_idx; in check_node_accept_bytes() 4079 check_node_accept (const re_match_context_t *mctx, const re_token_t *node, in check_node_accept()
|