Searched refs:create_token_tree (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regcomp.c | 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() [all …]
|