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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c83 static int *ntstates; /* states generated by non-term gotos */ variable
205 ntstates = (int *)malloc(sizeof (int)*(nnontersz + 1));
218 (ntstates == NULL) || (temp1 == NULL) || (pres == NULL) ||
233 aryfil(ntstates, nnontersz+1, 0);
272 for (j = ntstates[i]; j != 0; j = mstates[j])
769 for (i = (c >= NTBASE) ? ntstates[c-NTBASE] : tstates[c];
816 mstates[nstate] = ntstates[c - NTBASE];
817 ntstates[c - NTBASE] = nstate;

Completed in 107 milliseconds