HomeSort by: relevance | last modified time | path
    Searched defs:thtab (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint2/
read.c 79 typedef struct thtab { struct
82 struct thtab *th_next;
84 static thtab_t *thtab[1009]; /* hash table */ variable
929 for (thte = thtab[h]; thte != NULL; thte = thte->th_next) {
969 thte->th_next = thtab[h];
970 thtab[h] = thte;
988 return v % (sizeof(thtab) / sizeof(thtab[0]));

Completed in 14 milliseconds