Lines Matching refs:create_tree
115 static bin_tree_t *create_tree (re_dfa_t *dfa,
1347 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP);
1348 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1349 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1350 tree = create_tree (dfa, op, tree1, CONCAT);
2121 eor = create_tree (dfa, NULL, NULL, END_OF_RE);
2123 root = create_tree (dfa, tree, eor, CONCAT);
2165 tree = create_tree (dfa, tree, branch, OP_ALT);
2204 tree = create_tree (dfa, tree, expr, CONCAT);
2248 tree = create_tree (dfa, tree, mbc_remain, CONCAT);
2349 tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
2466 tree = create_tree (dfa, tree, NULL, SUBEXP);
2559 tree = create_tree (dfa, tree, elem, CONCAT);
2577 tree = create_tree (dfa, elem, NULL,
2589 tree = create_tree (dfa, tree, elem, CONCAT);
2593 tree = create_tree (dfa, tree, NULL, OP_ALT);
2599 tree = create_tree (dfa, old_tree, tree, CONCAT);
3284 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
3669 tree = create_tree (dfa, tree, mbc_tree, OP_ALT);
3741 create_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right,