Searched refs:mstates (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c84 static int *mstates; /* chain of overflows of term/nonterm */ variable
214 mstates = (int *)malloc(sizeof (int)*nstatesz);
220 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) ||
269 for (j = tstates[i]; j != 0; j = mstates[j])
272 for (j = ntstates[i]; j != 0; j = mstates[j])
770 i != 0; i = mstates[i]) {
816 mstates[nstate] = ntstates[c - NTBASE];
819 mstates[nstate] = tstates[c];
1267 mstates = (int *)realloc((char *)mstates, sizeo
[all...]

Completed in 251 milliseconds