Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregcomp.c3115 bin_tree_t *work_tree; in parse_bracket_exp() local
3366 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3367 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp()
3371 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT); in parse_bracket_exp()
3372 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp()
3378 work_tree = mbc_tree; in parse_bracket_exp()
3390 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()
3391 if (__glibc_unlikely (work_tree == NULL)) in parse_bracket_exp()
3394 return work_tree; in parse_bracket_exp()