Searched refs:ntblp (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.c52 register struct tbl **ntblp, **otblp = tp->tbls; local
55 ntblp = (struct tbl**) alloc(sizeofN(struct tbl *, nsize), tp->areap);
57 ntblp[i] = NULL;
60 tp->tbls = ntblp;
66 for (p = &ntblp[hash(tblp->name)
69 if (p == ntblp) /* wrap */

Completed in 105 milliseconds