Searched refs:str_tree (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regcomp.c | 774 dfa->str_tree = parse (®exp, preg, syntax, &err); in re_compile_internal() 775 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal() 927 dfa->str_tree = NULL; in free_workarea_compile() 943 first = dfa->str_tree->first->node_idx; in create_initial_state() 1116 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze() 1127 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze() 1130 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze() 1133 preorder (dfa->str_tree, calc_next, dfa); in analyze() 1134 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
|
H A D | regex_internal.h | 726 bin_tree_t *str_tree; member
|