Searched refs:tree1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c1339 bin_tree_t *op, *cls, *tree1, *tree;
1356 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1357 tree = create_tree (dfa, op, tree1, CONCAT);
1358 if (BE (tree == NULL || tree1 == NULL || op == NULL || cls == NULL, 0))
1332 bin_tree_t *op, *cls, *tree1, *tree; local

Completed in 26 milliseconds