Home
last modified time | relevance | path

Searched refs:str_tree (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c816 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
817 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
970 dfa->str_tree = NULL; in free_workarea_compile()
986 first = dfa->str_tree->first->node_idx; in create_initial_state()
1160 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1171 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1174 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1177 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1178 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
Dregex_internal.h674 bin_tree_t *str_tree; member