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

/illumos-gate/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 *)
1934 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2));
1936 had_act[i] = 0;
1938 if ((*prdptr == NULL) || (levprd == NULL) || (had_act == NULL))

Completed in 47 milliseconds