Searched refs:create_token_tree (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/grep/lib/ |
H A D | regcomp.c | 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() [all …]
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regcomp.c | 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() [all …]
|