Home
last modified time | relevance | path

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

/titanic_50/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)); in mktbls()
219 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) || in mktbls()
704 } else if (!pempty[ch-NTBASE]) in cpfir()
721 if (!pempty[ch]) in cpfir()
737 (void) fprintf(foutput, " %d\n", pempty[i]); in cpfir()
869 aryfil(pempty, nnonter+1, WHOKNOWS); in cempty()
877 if (pempty[*prdptr[i] - NTBASE]) in cempty()
880 if (*p >= NTBASE && pempty[*p-NTBASE] == WHOKNOWS) in cempty()
883 pempty[*prdptr[i]-NTBASE] = OK; in cempty()
[all …]