Home
last modified time | relevance | path

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

/titanic_41/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)); in mktbls()
218 (ntstates == NULL) || (temp1 == NULL) || (pres == NULL) || in mktbls()
233 aryfil(ntstates, nnontersz+1, 0); in mktbls()
272 for (j = ntstates[i]; j != 0; j = mstates[j]) in others()
769 for (i = (c >= NTBASE) ? ntstates[c-NTBASE] : tstates[c]; in state()
816 mstates[nstate] = ntstates[c - NTBASE]; in state()
817 ntstates[c - NTBASE] = nstate; in state()