Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.c57 struct tbl **ntblp, **otblp = tp->tbls; in texpand() local
60 ntblp = areallocarray(NULL, nsize, sizeof(struct tbl *), tp->areap); in texpand()
62 ntblp[i] = NULL; in texpand()
65 tp->tbls = ntblp; in texpand()
71 for (p = &ntblp[hash(tblp->name) & in texpand()
73 if (p == ntblp) /* wrap */ in texpand()