Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c701 hash_item *hi, *thi; in hash_clear() local
706 thi = hi; in hash_clear()
709 free(thi->data.v.string); in hash_clear()
710 free(thi); in hash_clear()
749 hash_item **newitems, *hi, *thi; in hash_rebuild() local
760 thi = hi; in hash_rebuild()
761 hi = thi->next; in hash_rebuild()
762 idx = hashidx(thi->name) % newsize; in hash_rebuild()
763 thi->next = newitems[idx]; in hash_rebuild()
764 newitems[idx] = thi; in hash_rebuild()