main.c | 138 struct hashtab *attrtab; /* attributes (locators, etc.) */ variable in typeref:struct:hashtab * 665 if ((a = ht_lookup(attrtab, nv->nv_name)) != NULL) { 822 if ((a = ht_lookup(attrtab, dep->nv_name)) != NULL) { 1235 if ((a = ht_lookup(attrtab, n)) != NULL)
|