Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c805 hash_item *hi, **phi; in hash_remove() local
807 phi = &hash->items[hashidx(name) % hash->csize]; in hash_remove()
808 while (*phi) { in hash_remove()
809 hi = *phi; in hash_remove()
813 *phi = hi->next; in hash_remove()
817 phi = &hi->next; in hash_remove()