Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c152 wchar_t *had_act; variable
195 had_act = calloc(nprodsz + 2, sizeof (wchar_t)); in setup()
701 had_act[nprod] = 1; in setup()
1896 had_act = (wchar_t *) in exp_prod()
1897 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2)); in exp_prod()
1899 had_act[i] = 0; in exp_prod()
1901 if ((*prdptr == NULL) || (levprd == NULL) || (had_act == NULL)) in exp_prod()
H A Ddextern.h222 extern wchar_t *had_act; /* set if reduction has associated action code */
H A Dy1.c263 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()