Home
last modified time | relevance | path

Searched refs:work_tree (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c2967 bin_tree_t *work_tree; in parse_bracket_exp() local
3207 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3208 if (BE (work_tree == NULL, 0)) in parse_bracket_exp()
3212 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT); in parse_bracket_exp()
3213 if (BE (work_tree == NULL, 0)) in parse_bracket_exp()
3219 work_tree = mbc_tree; in parse_bracket_exp()
3231 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3232 if (BE (work_tree == NULL, 0)) in parse_bracket_exp()
3235 return work_tree; in parse_bracket_exp()