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

/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dlint2.h164 struct usym *u_nxt; /* next usage */ member in struct:usym
180 usym_t **h_lusym; /* points to u_nxt of last usage info */
H A Dread.c533 hte->h_lusym = &usym->u_nxt;
1158 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_nxt) {
1224 (*usymp) = usym->u_nxt;
1225 if (hte->h_lusym == &usym->u_nxt)
1227 usym->u_nxt = NULL;
1229 nhte->h_lusym = &usym->u_nxt;
1231 usymp = &usym->u_nxt;

Completed in 78 milliseconds