Lines Matching refs:lastred
40 static int lastred; /* number of the last reduction of a state */
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 = 0;
365 if (temp1[j] + lastred == 0)
376 lastred = tred;
386 lastred = 0;
388 /* clear out entries in temp1 which equal lastred */
390 if (temp1[p] + lastred == 0)
395 defact[i] = lastred;
424 (void) fprintf(ftable, "\t-2, %d,\n", lastred);
468 if (lastred)
469 (void) fprintf(foutput, "\n\t. reduce %d\n\n", lastred);