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

  /src/usr.bin/xlint/lint2/
hash.c 106 hte->h_usyms = NULL;
107 hte->h_lusym = &hte->h_usyms;
lint2.h 175 usym_t *h_usyms; /* usage info */ member in struct:hte
read.c 1163 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) {
1193 nhte->h_usyms = NULL;
1194 nhte->h_lusym = &nhte->h_usyms;
1227 for (usymp = &hte->h_usyms; (usym = *usymp) != NULL; ) {
chk.c 150 } else if ((usym = hte->h_usyms) != NULL) {

Completed in 13 milliseconds