Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1695 struct tbl **ntblp, **otblp = tp->tbls; in tgrow() local
1704 ntblp = alloc2(i, sizeof(struct tbl *), tp->areap); in tgrow()
1706 memset(ntblp, 0, i * sizeof(struct tbl *)); in tgrow()
1712 tp->tbls = ntblp; in tgrow()
1727 pp = &ntblp[j & mask]; in tgrow()