HomeSort by: relevance | last modified time | path
    Searched refs:h_lsym (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 172 sym_t **h_lsym; /* points to s_next of last decl./def. */ member in struct:hte
read.c 545 *hte->h_lsym = symp;
546 hte->h_lsym = &symp->s_next;
1190 nhte->h_lsym = &nhte->h_syms;
1206 if (hte->h_lsym == &sym->s_next)
1207 hte->h_lsym = symp;
1209 *nhte->h_lsym = sym;
1210 nhte->h_lsym = &sym->s_next;
hash.c 103 hte->h_lsym = &hte->h_syms;

Completed in 28 milliseconds