Searched refs:indgo (Results 1 – 4 of 4) sorted by relevance
172 indgo[i] = YYFLAG1; in callopt()312 if (indgo[j] == n) { in stin()321 indgo[i] = n; in stin()353 indgo[i] = n; in stin()356 "State %d: entry at %d\n", i, indgo[i]); in stin()427 arout(L"yypact", indgo, nstate); in aoutput()
78 int *indgo; /* index to the stored goto table */ variable212 indgo = (int *)malloc(sizeof (int)*nstatesz); in mktbls()219 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) || in mktbls()999 indgo[i] = apack(&temp1[1], nnonter - 1) - 1; in stagen()1259 indgo = (int *)realloc((char *)indgo, sizeof (int)*nstatesz); in exp_states()1262 (indgo == NULL) || (mstates == NULL)) in exp_states()
69 temp1[c + ntokens] = amem[indgo[i] + c]; in output()296 tystate[i] = amem[indgo[i] + c]; in go2gen()
254 extern int *indgo; /* index to the stored goto table */