Home
last modified time | relevance | path

Searched defs:cachenode (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c776 static struct cachenode { /* this struct must be zeroed before using */ struct
777 struct cachenode *lesschild; /* subtree whose entries < val */ argument
778 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
784 static struct cachenode * argument
/titanic_41/usr/src/cmd/ls/
H A Dls.c2185 struct cachenode { /* this struct must be zeroed before using */ struct
2186 struct cachenode *lesschild; /* subtree whose entries < val */ argument
2187 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
2192 static struct cachenode *names, *groups; argument
/titanic_41/usr/src/cmd/tar/
H A Dtar.c6189 typedef struct cachenode { /* this struct must be zeroed before using */ struct
6190 struct cachenode *next; /* next in hash chain */ argument
6194 } cachenode_t; argument