Lines Matching refs:lastred
40 static int lastred; /* number of the last reduction of a state */ variable
77 lastred = 0; in output()
81 lastred = -c; in output()
97 lastred, symnam(k)); in output()
98 if (-temp1[k] > lastred) in output()
99 temp1[k] = -lastred; in output()
108 precftn(lastred, k, i); in output()
360 lastred = 0; in wract()
365 if (temp1[j] + lastred == 0) in wract()
376 lastred = tred; in wract()
386 lastred = 0; in wract()
390 if (temp1[p] + lastred == 0) in wract()
395 defact[i] = lastred; in wract()
424 (void) fprintf(ftable, "\t-2, %d,\n", lastred); in wract()
468 if (lastred) in wrstate()
469 (void) fprintf(foutput, "\n\t. reduce %d\n\n", lastred); in wrstate()