Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h209 extern int nmbcharsz;
H A Dy2.c166 int nmbcharsz = 0; /* allocated space for mbchars */ variable
2044 if (++nmbchars > nmbcharsz) { /* Make sure there's enough space */ in findchtok()
2045 nmbcharsz += NMBCHARSZ; in findchtok()
2047 realloc((char *)mbchars, sizeof (MBCLIT)*nmbcharsz); in findchtok()