sem.c | 69 static struct hashtab *cfhashtab; /* for config lookup */ variable in typeref:struct:hashtab * 157 cfhashtab = ht_new(); 1052 if ((cf = ht_lookup(cfhashtab, name)) != NULL) { 1058 if (ht_insert(cfhashtab, name, cf)) { 1125 if (ht_lookup(cfhashtab, name) == NULL) { 1130 (void)ht_remove(cfhashtab, name);
|