Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c201 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() function
203 static void _twalk(obj,action,level) in _twalk()
213 _twalk((Tree_t*)obj->lchild,action,level+1);
216 _twalk((Tree_t*)obj->rchild,action,level+1);
237 _twalk(o,action,0);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c40 #pragma weak _twalk = twalk macro
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3013 _twalk;