Lines Matching refs:temp1
94 int *temp1; /* temp storate, indexed by terms+ntokens or states */ variable
206 temp1 = (int *)malloc(sizeof (int)*size); in mktbls()
218 (ntstates == NULL) || (temp1 == NULL) || (pres == NULL) || in mktbls()
261 aryfil(temp1, nprod, 0); in others()
264 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()
265 warray(L"yyr2", temp1, nprod); in others()
267 aryfil(temp1, nstate, -10000000); in others()
270 temp1[j] = tokset[i].value; in others()
273 temp1[j] = -i; in others()
274 warray(L"yychk", temp1, nstate); in others()
973 aryfil(temp1, nnonter + 1, 0); in stagen()
996 else temp1[c-NTBASE] = state(c); in stagen()
1001 if (temp1[j]) in stagen()
1004 temp1[j]); in stagen()
1008 indgo[i] = apack(&temp1[1], nnonter - 1) - 1; in stagen()