Searched refs:node_t (Results 1 – 1 of 1) sorted by relevance
39 typedef struct node_t struct42 struct node_t *left, *right; argument57 if (rootp == (struct node_t **)0) in tsearch()58 return ((struct node_t *)0); in tsearch()86 if (rootp == (struct node_t **)0) in libc_hidden_def()87 return ((struct node_t *)0); in libc_hidden_def()117 if (rootp == (struct node_t **)0 || (p = *rootp) == (struct node_t *)0) in libc_hidden_def()118 return ((struct node_t *)0); in libc_hidden_def()125 if (*rootp == (struct node_t *)0) in libc_hidden_def()163 if (root->left == (struct node_t *)0 && root->right == (struct node_t *)0) in trecurse()[all …]
Completed in 3 milliseconds