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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c118 if (nmbchars > 0) {
556 wdef(L"YYNMBCHARS", nmbchars);
557 qsort(mbchars, nmbchars, sizeof (*mbchars),
562 for (i = 0; i < nmbchars; ++i) {
565 if (i < nmbchars - 1) {
H A Ddextern.h209 extern int nmbchars; /* number of mb literals */
H A Dy2.c166 int nmbchars = 0; /* number of mb literals in mbchars */ variable
2050 for (i = 0; i < nmbchars; ++i) {
2056 if (++nmbchars > nmbcharsz) { /* Make sure there's enough space */
2064 mbchars[nmbchars-1].character = chlit;
2065 return (mbchars[nmbchars-1].tvalue = extval++);
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c405 int nmbchars; /* number characters in multibyte string */ local
444 if ((nmbchars = mbstowcs(NULL, tmptr, NULL)) == -1) {
452 return (nmbchars);

Completed in 61 milliseconds