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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c106 static int *pempty; /* vector of nonterminals nontrivially */ variable
209 pempty = (int *)malloc(sizeof (int)*(nnontersz + 1));
219 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) ||
704 } else if (!pempty[ch-NTBASE])
721 if (!pempty[ch])
737 (void) fprintf(foutput, " %d\n", pempty[i]);
864 * first, use the array pempty to detect productions
868 /* set pempty to WHONOWS */
869 aryfil(pempty, nnonter+1, WHOKNOWS);
877 if (pempty[*prdpt
[all...]

Completed in 60 milliseconds