Searched refs:had_act (Results 1 – 3 of 3) sorted by relevance
152 wchar_t *had_act; variable195 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()
222 extern wchar_t *had_act; /* set if reduction has associated action code */
263 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()