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

  /src/usr.bin/xlint/lint2/
hash.c 102 hte->h_syms = NULL;
103 hte->h_lsym = &hte->h_syms;
lint2.h 171 sym_t *h_syms; /* declarations and definitions */ member in struct:hte
read.c 500 msg(18, tname, mkpos(&renamehte->h_syms->s_pos),
525 for (symp = hte->h_syms; symp != NULL; symp = symp->s_next) {
550 renamehte->h_syms = symp;
1146 for (sym1 = hte->h_syms; sym1 != NULL; sym1 = sym1->s_next) {
1155 for (sym = hte->h_syms; sym != NULL && !ofnd; sym = sym->s_next) {
1189 nhte->h_syms = NULL;
1190 nhte->h_lsym = &nhte->h_syms;
1202 for (symp = &hte->h_syms; (sym = *symp) != NULL; ) {
1242 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
emit2.c 161 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
chk.c 108 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
167 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
185 if (hte->h_syms == NULL || hte->h_used || hte->h_def)
188 sym = hte->h_syms;
211 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
305 for (sym_t *sym = hte->h_syms; sym != NULL; sym = sym->s_next) {
1149 for (sym = hte->h_syms; sym != NULL; sym = sym->s_next) {

Completed in 14 milliseconds