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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h224 extern wchar_t *had_act; /* set if reduction has associated action code */
H A Dy2.c154 wchar_t *had_act; variable
197 had_act = (wchar_t *)calloc((nprodsz + 2), sizeof (wchar_t));
734 had_act[nprod] = 1;
1933 had_act = (wchar_t *)
1934 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2));
1936 had_act[i] = 0;
1938 if ((*prdptr == NULL) || (levprd == NULL) || (had_act == NULL))
H A Dy1.c262 /* had_act[i] is either 1 or 0 */
264 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i];

Completed in 105 milliseconds