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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c112 hte->h_used = 0;
H A Dlint2.h172 u_int h_used : 1; /* symbol is used */ member in struct:hte
H A Dread.c336 hte->h_used = 1;
462 hte->h_used |= used;
530 hte->h_used = 1;
1163 hte->h_used = 1;
1181 nhte->h_used = 1;
H A Dchk.c79 hte->h_used = 1;
136 if (!hte->h_used || hte->h_def)
156 if (!hte->h_def || hte->h_used)
177 if (hte->h_syms == NULL || hte->h_used || hte->h_def)

Completed in 112 milliseconds