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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c120 hte->h_lusym = &hte->h_usyms;
H A Dlint2.h180 usym_t **h_lusym; /* points to u_nxt of last usage info */ member in struct:hte
H A Dread.c532 *hte->h_lusym = usym;
533 hte->h_lusym = &usym->u_nxt;
1189 nhte->h_lusym = &nhte->h_usyms;
1225 if (hte->h_lusym == &usym->u_nxt)
1226 hte->h_lusym = usymp;
1228 *nhte->h_lusym = usym;
1229 nhte->h_lusym = &usym->u_nxt;

Completed in 72 milliseconds