Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
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 *) in exp_prod()
1934 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2)); in exp_prod()
1936 had_act[i] = 0; in exp_prod()
1938 if ((*prdptr == NULL) || (levprd == NULL) || (had_act == NULL)) in exp_prod()
H A Ddextern.h224 extern wchar_t *had_act; /* set if reduction has associated action code */
H A Dy1.c264 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()