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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c150 int nprodsz = NPROD; variable
195 prdptr = (int **)malloc(sizeof (int *) * (nprodsz+2));
196 levprd = (int *)malloc(sizeof (int) * (nprodsz+2));
197 had_act = (wchar_t *)calloc((nprodsz + 2), sizeof (wchar_t));
201 aryfil(levprd, nprodsz, 0);
773 if (++nprod >= nprodsz)
824 if (++nprod >= nprodsz)
1929 nprodsz += NPROD;
1931 prdptr = (int **) realloc((char *)prdptr, sizeof (int *) * (nprodsz+2));
1932 levprd = (int *) realloc((char *)levprd, sizeof (int) * (nprodsz
[all...]
H A Dy1.c108 extern int nprodsz;
438 nprod, nprodsz, nstate, nstatesz);
622 * nprodsz is the size of the tables describing the productions.
627 if ((pyield = (int **) malloc(sizeof (int *) * nprodsz)) == NULL)

Completed in 58 milliseconds