HomeSort by: relevance | last modified time | path
    Searched defs:usymp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint2/
read.c 1141 usym_t **usymp, *usym; local in function:mkstatic
1227 for (usymp = &hte->h_usyms; (usym = *usymp) != NULL; ) {
1229 *usymp = usym->u_next;
1231 hte->h_lusym = usymp;
1236 usymp = &usym->u_next;

Completed in 11 milliseconds