Searched refs:h_lsym (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dhash.c116 hte->h_lsym = &hte->h_syms;
H A Dlint2.h176 sym_t **h_lsym; /* points to s_nxt of last decl./def. */ member in struct:hte
H A Dread.c496 *hte->h_lsym = symp;
497 hte->h_lsym = &symp->s_nxt;
1182 nhte->h_lsym = &nhte->h_syms;
1198 if (hte->h_lsym == &sym->s_nxt)
1199 hte->h_lsym = symp;
1201 *nhte->h_lsym = sym;
1202 nhte->h_lsym = &sym->s_nxt;

Completed in 40 milliseconds