Searched refs:re_token_t (Results 1 – 4 of 4) sorted by relevance
91 re_token_t *token);840 MAX (sizeof (re_token_t), in init_dfa()1026 re_token_t *clexp_node; in create_initial_state()1999 re_token_t next; in peek_token()2122 re_token_t current_token; in parse()3107 re_token_t br_token; in parse_bracket_exp()3188 re_token_t token2; in parse_bracket_exp()3432 re_token_t token2; in parse_bracket_element()3450 re_token_t *token) in parse_bracket_symbol()3822 const re_token_t *token) in create_token_tree()[all …]
365 } re_token_t; typedef476 re_token_t token;640 re_token_t *nodes;
1412 re_dfa_add_node (re_dfa_t *dfa, re_token_t token) in re_dfa_add_node()1419 re_token_t *new_nodes; in re_dfa_add_node()1422 const size_t max_object_size = MAX (sizeof (re_token_t), in re_dfa_add_node()1429 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc); in re_dfa_add_node()1650 re_token_t *node = dfa->nodes + nodes->elems[i]; in create_ci_newstate()1702 re_token_t *node = dfa->nodes + nodes->elems[i]; in create_cd_newstate()
172 const re_token_t *node, Idx idx);2530 const re_token_t *node = dfa->nodes + node_idx; in transit_state_bkref()2818 const re_token_t *node = dfa->nodes + cls_node; in find_subexp_node()3465 re_token_t *node = &dfa->nodes[cur_nodes->elems[i]]; in group_nodes_into_DFAstates()3650 const re_token_t *node = dfa->nodes + node_idx; in check_node_accept_bytes()3936 check_node_accept (const re_match_context_t *mctx, const re_token_t *node, in check_node_accept()
Completed in 24 milliseconds