Home | History | Annotate | Download | only in lib

Lines Matching refs:branch

2148   bin_tree_t *tree, *branch = NULL;
2159 branch = parse_branch (regexp, preg, token, syntax, nest, err);
2160 if (BE (*err != REG_NOERROR && branch == NULL, 0))
2164 branch = NULL;
2165 tree = create_tree (dfa, tree, branch, OP_ALT);