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