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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c40 static int lastred; /* number of the last reduction of a state */ variable
77 lastred = 0;
81 lastred = -c;
97 lastred, symnam(k));
98 if (-temp1[k] > lastred)
99 temp1[k] = -lastred;
108 precftn(lastred, k, i);
353 /* temp1 has the actions, lastred the default */
358 /* find the best choice for lastred */
360 lastred
[all...]

Completed in 58 milliseconds