Home
last modified time | relevance | path

Searched refs:nmbcharsz (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h211 extern int nmbcharsz;
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);