Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/checknr/
H A Dchecknr.c33 static int maxstk; variable
171 if (stktop >= maxstk) { in growstk()
172 maxstk *= 2; in growstk()
174 sizeof (struct stkstr) * maxstk); in growstk()
194 maxstk = 100;