Home
last modified time | relevance | path

Searched refs:hashtab (Results 1 – 1 of 1) sorted by relevance

/scripts/basic/
A Dfixdep.c134 struct item *hashtab[]) in add_to_hashtable() argument
142 aux->next = hashtab[hash % HASHSZ]; in add_to_hashtable()
143 hashtab[hash % HASHSZ] = aux; in add_to_hashtable()
150 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable() argument
155 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in in_hashtable()
161 add_to_hashtable(name, len, hash, hashtab); in in_hashtable()

Completed in 3 milliseconds