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

/freebsd-11-stable/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.c495 *hte->h_lsym = symp;
496 hte->h_lsym = &symp->s_nxt;
1185 nhte->h_lsym = &nhte->h_syms;
1201 if (hte->h_lsym == &sym->s_nxt)
1202 hte->h_lsym = symp;
1204 *nhte->h_lsym = sym;
1205 nhte->h_lsym = &sym->s_nxt;

Completed in 109 milliseconds