Searched defs:indgo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c80 int *indgo; /* index to the stored goto table */ variable
213 indgo = (int *)malloc(sizeof (int)*nstatesz);
220 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) ||
1008 indgo[i] = apack(&temp1[1], nnonter - 1) - 1;
1270 indgo = (int *)realloc((char *)indgo, sizeof (int)*nstatesz);
1273 (indgo == NULL) || (mstates == NULL))

Completed in 46 milliseconds