OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trecurse
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
twalk.c
28
trecurse
(const node_t *root, /* Root of the tree to be walked */
function in typeref:typename:void
39
trecurse
(root->llink, action, level + 1);
42
trecurse
(root->rlink, action, level + 1);
52
trecurse
(vroot, action, 0);
twalk.c
28
trecurse
(const node_t *root, /* Root of the tree to be walked */
function in typeref:typename:void
39
trecurse
(root->llink, action, level + 1);
42
trecurse
(root->rlink, action, level + 1);
52
trecurse
(vroot, action, 0);
Completed in 24 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025