Lines Matching defs:create_tree
115 static bin_tree_t *create_tree (re_dfa_t *dfa,
1302 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP);
1303 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1304 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1305 tree = create_tree (dfa, op, tree1, CONCAT);
2080 eor = create_tree (dfa, NULL, NULL, END_OF_RE);
2082 root = create_tree (dfa, tree, eor, CONCAT);
2124 tree = create_tree (dfa, tree, branch, OP_ALT);
2163 tree = create_tree (dfa, tree, exp, CONCAT);
2207 tree = create_tree (dfa, tree, mbc_remain, CONCAT);
2308 tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
2425 tree = create_tree (dfa, tree, NULL, SUBEXP);
2518 tree = create_tree (dfa, tree, elem, CONCAT);
2536 tree = create_tree (dfa, elem, NULL,
2548 tree = create_tree (dfa, tree, elem, CONCAT);
2552 tree = create_tree (dfa, tree, NULL, OP_ALT);
2558 tree = create_tree (dfa, old_tree, tree, CONCAT);
3221 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
3598 tree = create_tree (dfa, tree, mbc_tree, OP_ALT);
3670 create_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right,