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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c168 int nmbcharsz = 0; /* allocated space for mbchars */ variable
2056 if (++nmbchars > nmbcharsz) { /* Make sure there's enough space */
2057 nmbcharsz += NMBCHARSZ;
2059 realloc((char *)mbchars, sizeof (MBCLIT)*nmbcharsz);

Completed in 59 milliseconds