Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1313 struct tbl **ntblp, **otblp = tp->tbls; in texpand() local
1315 ntblp = alloc(nsize * sizeof(struct tbl *), tp->areap); in texpand()
1317 ntblp[i] = NULL; in texpand()
1320 tp->tbls = ntblp; in texpand()
1334 pp = &ntblp[j & nsize]; in texpand()