Lines Matching refs:temp1
92 int *temp1; /* temp storate, indexed by terms+ntokens or states */ variable
205 temp1 = (int *)malloc(sizeof (int)*size); in mktbls()
217 (ntstates == NULL) || (temp1 == NULL) || (pres == NULL) || in mktbls()
260 aryfil(temp1, nprod, 0); in others()
263 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()
264 warray(L"yyr2", temp1, nprod); in others()
266 aryfil(temp1, nstate, -10000000); in others()
269 temp1[j] = tokset[i].value; in others()
272 temp1[j] = -i; in others()
273 warray(L"yychk", temp1, nstate); in others()
964 aryfil(temp1, nnonter + 1, 0); in stagen()
987 else temp1[c-NTBASE] = state(c); in stagen()
992 if (temp1[j]) in stagen()
995 temp1[j]); in stagen()
999 indgo[i] = apack(&temp1[1], nnonter - 1) - 1; in stagen()