Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c44 static int maxspr = 0; /* maximum spread of any entry */ variable
144 if (j > maxspr) in callopt()
145 maxspr = j; in callopt()
415 "maximum spread: %d, maximum offset: %d\n", maxspr, maxoff); in osummary()