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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c917 thtab_t *thte; local
919 for (thte = thtab[h]; thte != NULL; thte = thte->th_nxt) {
920 if (strncmp(thte->th_name, cp, len) != 0)
922 if (thte->th_name[len] == '\0')
923 return (thte->th_idx);
937 thtab_t *thte; local
958 thte
[all...]

Completed in 63 milliseconds