Home
last modified time | relevance | path

Searched refs:indgo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c172 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()
H A Dy1.c78 int *indgo; /* index to the stored goto table */ variable
212 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()
H A Dy3.c69 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
296 tystate[i] = amem[indgo[i] + c]; in go2gen()
H A Ddextern.h254 extern int *indgo; /* index to the stored goto table */