Searched refs:h_usyms (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dhash.c119 hte->h_usyms = NULL;
120 hte->h_lusym = &hte->h_usyms;
H A Dlint2.h179 usym_t *h_usyms; /* usage info */ member in struct:hte
H A Dread.c1155 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_nxt) {
1185 nhte->h_usyms = NULL;
1186 nhte->h_lusym = &nhte->h_usyms;
1219 for (usymp = &hte->h_usyms; (usym = *usymp) != NULL; ) {
H A Dchk.c142 } else if ((usym = hte->h_usyms) != NULL) {

Completed in 119 milliseconds