Lines Matching refs:realloc
1724 realloc((char *)lhstext, sizeof (wchar_t)*lhs_len);
1764 realloc((char *)rhstext, sizeof (wchar_t)*rhs_len);
1917 realloc((char *)tokname, sizeof (wchar_t) * toksize);
1931 prdptr = (int **) realloc((char *)prdptr, sizeof (int *) * (nprodsz+2));
1932 levprd = (int *) realloc((char *)levprd, sizeof (int) * (nprodsz+2));
1934 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2));
1967 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz);
1968 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz);
1990 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz);
2014 realloc((char *)tracemem, sizeof (int) * new_memsize);
2031 temp1 = (int *)realloc((char *)temp1, sizeof (int)*size);
2059 realloc((char *)mbchars, sizeof (MBCLIT)*nmbcharsz);