Searched refs:phi (Results 1 – 1 of 1) sorted by relevance
805 hash_item *hi, **phi; in hash_remove() local807 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()