Home
last modified time | relevance | path

Searched refs:MBMASK (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/troff/
H A Dn7.c159 if ((cbits(j = *i++) & ~MBMASK) == ' ') { in tbreak()
172 } while ((cbits(j = *i++) & ~MBMASK) == ' '); in tbreak()
678 while ((cbits(i = *wp++) & ~MBMASK) == ' ') {
821 switch(*mtbufp & MBMASK) {
943 switch(*mtbufp & MBMASK) {
1111 if ((i & MBMASK) == MIDDLEOFMB) {
1115 *(mtbufp - 1) &= ~MBMASK;
1119 if ((i & MBMASK) == LASTOFMB)
1120 *(mtbufp - 1) &= ~MBMASK;
H A Dtdef.h245 #define MBMASK 0x1c00 /* bits identifying position in a multibyte char */ macro
253 #define CHMASK (BYTEMASK | CSMASK | MBMASK)
H A Dn5.c914 i &= ~(MBMASK | CSMASK); in rdtty()
H A Dn1.c1079 i &= ~(MBMASK | CSMASK); in getch0()
/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dn6.c85 if ((j & MBMASK) || (j & CSMASK)) {
86 switch(j & MBMASK) {
H A Dn10.c426 if (multi_locale && ((k & MBMASK) || (k & CSMASK))) { in ptout1()