Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dy4.c174 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()
H A Dy1.c80 int *indgo; /* index to the stored goto table */ variable
213 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()
H A Dy3.c71 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
299 tystate[i] = amem[indgo[i] + c]; in go2gen()
H A Ddextern.h256 extern int *indgo; /* index to the stored goto table */