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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c41 int *defact; variable
395 defact[i] = lastred;
423 defact[i] = -2;
H A Ddextern.h231 extern int *defact; /* the default action of the state */
H A Dy1.c215 defact = (int *)malloc(sizeof (int)*nstatesz);
221 (defact == NULL) || (clset.lset == NULL))
276 warray(L"yydef", defact, nstate);
1268 defact = (int *)realloc((char *)defact, sizeof (int)*nstatesz);
1272 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) ||

Completed in 549 milliseconds