Searched refs:str_tree (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regcomp.c | 792 dfa->str_tree = parse (®exp, preg, syntax, &err); in re_compile_internal() 793 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal() 982 dfa->str_tree = NULL; in free_workarea_compile() 998 first = dfa->str_tree->first->node_idx; in create_initial_state() 1166 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze() 1177 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze() 1180 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze() 1183 preorder (dfa->str_tree, calc_next, dfa); in analyze() 1184 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
|
| H A D | regex_internal.h | 631 bin_tree_t *str_tree; member
|