Home
last modified time | relevance | path

Searched refs:Strnode (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/9nfs/
H A Dstring.c5 static Strnode * stab[STRHASH];
8 static Strnode* nalloc(int);
13 Strnode **bin, *x, *xp; in strfind()
32 Strnode **bin, *x, *xp; in strstore()
56 Strnode **bin, *x; in strprint()
81 static Strnode *
93 n += sizeof(Strnode)-4; in nalloc()
104 return (Strnode*)p; in nalloc()
H A Ddat.h20 typedef struct Strnode Strnode; typedef
148 struct Strnode struct
150 Strnode *next; /* in hash bucket */ argument