HomeSort by: relevance | last modified time | path
    Searched refs:u_next (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 160 struct usym *u_next; /* next usage */ member in struct:usym
176 usym_t **h_lusym; /* points to u_next of last usage info */
read.c 583 hte->h_lusym = &usym->u_next;
1163 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) {
1229 *usymp = usym->u_next;
1230 if (hte->h_lusym == &usym->u_next)
1232 usym->u_next = NULL;
1234 nhte->h_lusym = &usym->u_next;
1236 usymp = &usym->u_next;

Completed in 20 milliseconds