HomeSort by: relevance | last modified time | path
    Searched defs:attrtab (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/config/
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)

Completed in 30 milliseconds