Searched refs:Strnode (Results 1 – 2 of 2) sorted by relevance
5 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()
20 typedef struct Strnode Strnode; typedef148 struct Strnode struct150 Strnode *next; /* in hash bucket */ argument