Searched refs:defact (Results 1 – 3 of 3) sorted by relevance
41 int *defact; variable395 defact[i] = lastred; in wract()423 defact[i] = -2; in wract()
215 defact = (int *)malloc(sizeof (int)*nstatesz); in mktbls()221 (defact == NULL) || (clset.lset == NULL)) in mktbls()276 warray(L"yydef", defact, nstate); in others()1268 defact = (int *)realloc((char *)defact, sizeof (int)*nstatesz); in exp_states()1272 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) || in exp_states()
231 extern int *defact; /* the default action of the state */