Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c35 static int maxstk; variable
173 if (stktop >= maxstk) { in growstk()
174 maxstk *= 2; in growstk()
176 sizeof (struct stkstr) * maxstk); in growstk()
196 maxstk = 100;