Searched refs:maxspr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c46 static int maxspr = 0; /* maximum spread of any entry */ variable
146 if (j > maxspr)
147 maxspr = j;
417 "maximum spread: %d, maximum offset: %d\n", maxspr, maxoff);

Completed in 625 milliseconds