Home
last modified time | relevance | path

Searched defs:xhash_s (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Dawk.c166 typedef struct xhash_s { struct
167 unsigned nel; /* num of elements */
168 unsigned csize; /* current hash size */
169 unsigned nprime; /* next hash size in PRIMES[] */
170 unsigned glen; /* summary length of item names */
171 struct hash_item_s **items;