Lines Matching refs:create_token_tree
118 static bin_tree_t *create_token_tree (re_dfa_t *dfa,
2183 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2197 mbc_remain = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2225 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2270 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2289 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2295 tree_first = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2298 tree_last = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2308 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
2322 tree = create_token_tree (dfa, NULL, NULL, token); in parse_expression()
3194 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3207 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3231 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3573 tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3585 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in build_charclass_op()
3664 return create_token_tree (dfa, left, right, &t); in create_tree()
3668 create_token_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, in create_token_tree() function
3754 *p_new = create_token_tree (dfa, NULL, NULL, &node->token); in duplicate_tree()