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

/netbsd-current/usr.bin/xlint/lint2/
H A Dlint2.h171 bool h_used:1; /* symbol is used */ member in struct:hte
H A Dhash.c99 hte->h_used = false;
H A Dread.c381 hte->h_used = true;
512 hte->h_used |= used;
580 hte->h_used = true;
1168 hte->h_used = true;
1186 nhte->h_used = true;
H A Dchk.c82 hte->h_used = true;
139 if (!hte->h_used || hte->h_def)
159 if (!hte->h_def || hte->h_used)
180 if (hte->h_syms == NULL || hte->h_used || hte->h_def)

Completed in 181 milliseconds