Home
last modified time | relevance | path

Searched refs:nmbchars (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c116 if (nmbchars > 0) { in output()
550 wdef(L"YYNMBCHARS", nmbchars); in wrmbchars()
551 qsort(mbchars, nmbchars, sizeof (*mbchars), in wrmbchars()
556 for (i = 0; i < nmbchars; ++i) { in wrmbchars()
559 if (i < nmbchars - 1) { in wrmbchars()
H A Dy2.c164 int nmbchars = 0; /* number of mb literals in mbchars */ variable
2038 for (i = 0; i < nmbchars; ++i) { in findchtok()
2044 if (++nmbchars > nmbcharsz) { /* Make sure there's enough space */ in findchtok()
2052 mbchars[nmbchars-1].character = chlit; in findchtok()
2053 return (mbchars[nmbchars-1].tvalue = extval++); in findchtok()
H A Ddextern.h207 extern int nmbchars; /* number of mb literals */
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c399 int nmbchars; /* number characters in multibyte string */ in ematch() local
438 if ((nmbchars = mbstowcs(NULL, tmptr, 0)) == -1) { in ematch()
446 return (nmbchars); in ematch()