Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c677 static unsigned hashidx(const char *name) in hashidx() function
742 return hash_search3(hash, name, hashidx(name)); in hash_search()
762 idx = hashidx(thi->name) % newsize; in hash_rebuild()
780 idx = hashidx(name); in hash_find()
807 phi = &hash->items[hashidx(name) % hash->csize]; in hash_remove()