OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_first
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
regcomp.c
2294
bin_tree_t *
tree_first
, *tree_last;
2298
tree_first
= create_token_tree (dfa, NULL, NULL, token);
2304
tree_first
= create_token_tree (dfa, NULL, NULL, token);
2308
tree = create_tree (dfa,
tree_first
, tree_last, OP_ALT);
2309
if (BE (
tree_first
== NULL || tree_last == NULL || tree == NULL, 0))
2285
bin_tree_t *
tree_first
, *tree_last;
local
regcomp.c
2294
bin_tree_t *
tree_first
, *tree_last;
2298
tree_first
= create_token_tree (dfa, NULL, NULL, token);
2304
tree_first
= create_token_tree (dfa, NULL, NULL, token);
2308
tree = create_tree (dfa,
tree_first
, tree_last, OP_ALT);
2309
if (BE (
tree_first
== NULL || tree_last == NULL || tree == NULL, 0))
2285
bin_tree_t *
tree_first
, *tree_last;
local
Completed in 55 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026