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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c75 typedef struct thtab { struct
78 struct thtab *th_nxt;
80 static thtab_t **thtab; /* hash table */ variable
125 if (thtab == NULL)
126 if ((thtab = calloc(THSHSIZ2, sizeof (thtab_t))) == NULL)
919 for (thte = thtab[h]; thte != NULL; thte = thte->th_nxt) {
961 thte->th_nxt = thtab[h];
962 thtab[h] = thte;

Completed in 65 milliseconds