Searched refs:NODE (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dtsearch.c36 * The NODE * arguments are declared in the lint files as char *,
37 * because the definition of NODE isn't available to the user.
55 typedef struct node { char *key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
57 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
65 NODE **rootp = (NODE **)rtp;
66 NODE *q; /* New node if key not found */
78 q = lmalloc(sizeof (NODE)); /* T5: Not found */
92 NODE **rootp = (NODE **)rt
[all...]
H A Dtfind.c35 * The NODE * arguments are declared in the lint files as char *,
36 * because the definition of NODE isn't available to the user.
48 typedef struct node { void *key; struct node *llink, *rlink; } NODE; typedef in typeref:struct:node
62 NODE **rootp = (NODE **)rtp;
H A Dhsearch.c120 } NODE; typedef in typeref:struct:node
121 typedef NODE *TABELEM;
122 static NODE **table; /* The address of the hash table */
248 NODE *p, *oldp;
250 if (table[i] != (NODE *)NULL) {
252 while (p != (NODE *)NULL) {
415 NODE *p; /* Searches through the linked list */
416 NODE **q; /* Where to store the pointer to a new NODE */
425 if (table[i] == (NODE*)NUL
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_search.c56 typedef struct node NODE; typedef in typeref:struct:node
61 NODE *root = (NODE *) r;
78 NODE **rootp = (NODE **)rtp;
79 NODE *q; /* New node if key not found */
91 q = (NODE *) malloc(sizeof (NODE)); /* T5: Not found */
103 NODE **rootp = (NODE **)rt
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h23 } NODE; typedef in typeref:struct:node
34 NODE **table; /* The address of the hash table */
46 HASH_ENTRY *hlist_s(HASH_TABLE *hash_table, int * i, NODE ** a);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl6915 260A ASCENDING NODE
6916 260B DESCENDING NODE

Completed in 68 milliseconds