Searched refs:create_tree (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/grep/lib/ |
H A D | regcomp.c | 116 static bin_tree_t *create_tree (re_dfa_t *dfa, 1363 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp() 1364 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp() 1365 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; in lower_subexp() 1366 tree = create_tree (dfa, op, tree1, CONCAT); in lower_subexp() 2130 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse() 2132 root = create_tree (dfa, tree, eor, CONCAT); in parse() 2182 tree = create_tree (dfa, tree, branch, OP_ALT); in parse_reg_exp() 2223 bin_tree_t *newtree = create_tree (dfa, tree, expr, CONCAT); in parse_branch() 2270 tree = create_tree (dfa, tree, mbc_remain, CONCAT); in parse_expression() [all …]
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regcomp.c | 112 static bin_tree_t *create_tree (re_dfa_t *dfa, 1292 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp() 1293 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp() 1294 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; in lower_subexp() 1295 tree = create_tree (dfa, op, tree1, CONCAT); in lower_subexp() 2068 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse() 2070 root = create_tree (dfa, tree, eor, CONCAT); in parse() 2112 tree = create_tree (dfa, tree, branch, OP_ALT); in parse_reg_exp() 2151 tree = create_tree (dfa, tree, exp, CONCAT); in parse_branch() 2195 tree = create_tree (dfa, tree, mbc_remain, CONCAT); in parse_expression() [all …]
|