Home | History | Annotate | Download | only in lib

Lines Matching refs:str_tree

821   dfa->str_tree = parse (&regexp, preg, syntax, &err);
822 if (BE (dfa->str_tree == NULL, 0))
975 dfa->str_tree = NULL;
991 first = dfa->str_tree->first->node_idx;
1167 preorder (dfa->str_tree, optimize_subexps, dfa);
1178 ret = postorder (dfa->str_tree, lower_subexps, preg);
1181 ret = postorder (dfa->str_tree, calc_first, dfa);
1184 preorder (dfa->str_tree, calc_next, dfa);
1185 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa);