Searched refs:work_tree (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/grep/lib/ |
H A D | regcomp.c | 3102 bin_tree_t *work_tree; in parse_bracket_exp() local 3350 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp() 3351 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp() 3355 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT); in parse_bracket_exp() 3356 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp() 3362 work_tree = mbc_tree; in parse_bracket_exp() 3374 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp() 3375 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp() 3378 return work_tree; in parse_bracket_exp()
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regcomp.c | 2964 bin_tree_t *work_tree; in parse_bracket_exp() local 3204 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp() 3205 if (BE (work_tree == NULL, 0)) in parse_bracket_exp() 3209 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT); in parse_bracket_exp() 3210 if (BE (work_tree == NULL, 0)) in parse_bracket_exp() 3216 work_tree = mbc_tree; in parse_bracket_exp() 3228 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp() 3229 if (BE (work_tree == NULL, 0)) in parse_bracket_exp() 3232 return work_tree; in parse_bracket_exp()
|