Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c39 int *defact; variable
392 defact[i] = lastred; in wract()
420 defact[i] = -2; in wract()
H A Dy1.c214 defact = (int *)malloc(sizeof (int)*nstatesz); in mktbls()
220 (defact == NULL) || (clset.lset == NULL)) in mktbls()
275 warray(L"yydef", defact, nstate); in others()
1257 defact = (int *)realloc((char *)defact, sizeof (int)*nstatesz); in exp_states()
1261 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) || in exp_states()
H A Ddextern.h229 extern int *defact; /* the default action of the state */