Lines Matching refs:create_token_tree
119 static bin_tree_t *create_token_tree (re_dfa_t *dfa,
2255 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2269 mbc_remain = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2300 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2346 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2366 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2372 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2375 tree_last = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2386 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2401 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
3337 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3350 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3374 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3710 tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3722 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3801 return create_token_tree (dfa, left, right, &t); in create_tree()
3805 create_token_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, in create_token_tree() function
3891 *p_new = create_token_tree (dfa, NULL, NULL, &node->token); in duplicate_tree()