Home
last modified time | relevance | path

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

/minix3/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 */