Lines Matching refs:create_token_tree
115 static bin_tree_t *create_token_tree (re_dfa_t *dfa,
2180 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2194 mbc_remain = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2222 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2267 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2286 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2292 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2295 tree_last = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2305 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2319 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
3191 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3204 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3228 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3570 tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3582 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3661 return create_token_tree (dfa, left, right, &t); in create_tree()
3665 create_token_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, in create_token_tree() function
3751 *p_new = create_token_tree (dfa, NULL, NULL, &node->token); in duplicate_tree()