Searched defs:work_tree (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c3059 bin_tree_t *work_tree;
3306 work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
3307 if (BE (work_tree == NULL, 0))
3311 work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
3312 if (BE (work_tree == NULL, 0))
3318 work_tree = mbc_tree;
3331 work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
3332 if (BE (work_tree == NULL, 0))
3335 return work_tree;
3050 bin_tree_t *work_tree; local
[all...]

Completed in 62 milliseconds