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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dhash.c118 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.c504 *hte->h_lsym = symp;
505 hte->h_lsym = &symp->s_nxt;
1236 nhte->h_lsym = &nhte->h_syms;
1252 if (hte->h_lsym == &sym->s_nxt)
1253 hte->h_lsym = symp;
1255 *nhte->h_lsym = sym;
1256 nhte->h_lsym = &sym->s_nxt;

Completed in 56 milliseconds