Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c170 unsigned glen; /* summary length of item names */ member
714 hash->glen = hash->nel = 0; in hash_clear()
793 hash->glen += l; in hash_find()
811 hash->glen -= (strlen(name) + 1); in hash_remove()
2176 w = v->x.walker = xzalloc(sizeof(*w) + array->glen + 1); /* why + 1? */ in hashwalk_init()