Home
last modified time | relevance | path

Searched refs:hshtab (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c96 struct nlist **hshtab; /* hash table */ variable
H A Dm4macs.c177 for (np = hshtab[i]; np != NULL; np = np->next) in dodump()
513 tnp = hshtab[hshval]; /* lookup sets hshval */ in undef()
515 hshtab[hshval] = tnp->next; in undef()
H A Dm4.c459 hshtab = xcalloc(hshsize, sizeof (struct nlist *)); in initalloc()
495 np->next = hshtab[hshval]; in install()
496 hshtab[hshval] = np; in install()
520 for (np = hshtab[hshval]; np != NULL; np = np->next) { in lookup()
H A Dm4.h152 extern struct nlist **hshtab;