Lines Matching refs:temp1
59 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()
62 if (c > 1 && c < NTBASE && temp1[c] == 0) { in output()
68 temp1[c] = state(c); in output()
70 temp1[(c -= NTBASE) + ntokens] == 0) { in output()
71 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
75 temp1[1] = ACCEPTCODE; in output()
84 if (temp1[k] == 0) in output()
85 temp1[k] = c; in output()
86 else if (temp1[k] < 0) { in output()
96 i, -temp1[k], in output()
98 if (-temp1[k] > lastred) in output()
99 temp1[k] = -lastred; in output()
257 aryfil(temp1, nnonter + 1, 0); in go2gen()
258 temp1[c] = 1; in go2gen()
266 if (temp1[cc] != 0) { in go2gen()
273 if (temp1[cc] == 0) { in go2gen()
275 temp1[cc] = 1; in go2gen()
287 NTLOOP(i) if (temp1[i]) in go2gen()
297 if (temp1[cc -= NTBASE]) { in go2gen()
328 s, temp1[t], r, symnam(t)); in precftn()
341 temp1[t] = ERRCODE; in precftn()
344 temp1[t] = -r; in precftn()
363 if (temp1[j] >= 0) in wract()
365 if (temp1[j] + lastred == 0) in wract()
369 tred = -temp1[j]; in wract()
372 if (temp1[p] + tred == 0) in wract()
385 if (temp1[2] > 0) in wract()
390 if (temp1[p] + lastred == 0) in wract()
391 temp1[p] = 0; in wract()
399 if ((p1 = temp1[p0]) != 0) { in wract()
453 TLOOP(j0) if ((j1 = temp1[j0]) != 0) { in wrstate()
476 if (temp1[++j1]) in wrstate()
479 symnam(j0 + NTBASE), temp1[j1]); in wrstate()