Searched refs:vrootp (Results 1 – 2 of 2) sorted by relevance
24 tfind(const void *vkey, void * const *vrootp, in tfind() argument28 node **rootp = (node **)vrootp; in tfind()
25 tsearch(const void *vkey, void **vrootp, in tsearch() argument30 node **rootp = (node **)vrootp; in tsearch()54 tdelete(const void *vkey, void **vrootp, in tdelete() argument57 node **rootp = (node **)vrootp; in tdelete()