Searched refs:hashtab (Results 1 – 1 of 1) sorted by relevance
172 static struct item *hashtab[HASHSZ]; variable191 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()213 aux->next = hashtab[hash % HASHSZ]; in define_config()214 hashtab[hash % HASHSZ] = aux; in define_config()