Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Dread.c545 *hte->h_lsym = symp; in decldef()
546 hte->h_lsym = &symp->s_next; in decldef()
1190 nhte->h_lsym = &nhte->h_syms; in mkstatic()
1206 if (hte->h_lsym == &sym->s_next) in mkstatic()
1207 hte->h_lsym = symp; in mkstatic()
1209 *nhte->h_lsym = sym; in mkstatic()
1210 nhte->h_lsym = &sym->s_next; in mkstatic()
Dlint2.h175 sym_t **h_lsym; /* points to s_next of last decl./def. */ member
Dhash.c103 hte->h_lsym = &hte->h_syms; in hash_search()