Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dtran.c249 int i, nh, nsz; in rehash() local
252 nsz = GROWTAB * tp->size; in rehash()
253 np = (Cell **) calloc(nsz, sizeof(Cell *)); in rehash()
259 nh = hash(cp->nval, nsz); in rehash()
266 tp->size = nsz; in rehash()