Home
last modified time | relevance | path

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

/titanic_41/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; in exp_prod()
1931 prdptr = (int **) realloc((char *)prdptr, sizeof (int *) * (nprodsz+2)); in exp_prod()
1932 levprd = (int *) realloc((char *)levprd, sizeof (int) * (nprodsz+2)); in exp_prod()
[all …]
H A Dy1.c108 extern int nprodsz;
438 nprod, nprodsz, nstate, nstatesz); in summary()
627 if ((pyield = (int **) malloc(sizeof (int *) * nprodsz)) == NULL) in cpres()