Searched refs:indgo (Results 1 – 4 of 4) sorted by relevance
174 indgo[i] = YYFLAG1; in callopt()314 if (indgo[j] == n) { in stin()323 indgo[i] = n; in stin()355 indgo[i] = n; in stin()358 "State %d: entry at %d\n", i, indgo[i]); in stin()429 arout(L"yypact", indgo, nstate); in aoutput()
80 int *indgo; /* index to the stored goto table */ variable213 indgo = (int *)malloc(sizeof (int)*nstatesz); in mktbls()220 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) || in mktbls()1008 indgo[i] = apack(&temp1[1], nnonter - 1) - 1; in stagen()1270 indgo = (int *)realloc((char *)indgo, sizeof (int)*nstatesz); in exp_states()1273 (indgo == NULL) || (mstates == NULL)) in exp_states()
71 temp1[c + ntokens] = amem[indgo[i] + c]; in output()299 tystate[i] = amem[indgo[i] + c]; in go2gen()
256 extern int *indgo; /* index to the stored goto table */