Home
last modified time | relevance | path

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

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