Home
last modified time | relevance | path

Searched refs:eucw3 (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Deuclen.c68 return (eucw3 + 1); /* include SS3 */ in euclen()
95 s += (eucw3 +1); in eucscol()
H A Dcsetlen.c45 return (eucw3); in csetlen()
H A Dgetwidth.c43 eucstruct->_eucw3 = eucw3; in getwidth()
/titanic_41/usr/src/head/
H A Deuc.h54 #define eucw3 __ctype[516] macro
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwctomb.c68 size = eucw3; in _curs_wctomb()
H A Dmbtowc.c62 if ((length = eucw3) == 0) in _curs_mbtowc()
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3)) in dot()
1008 if(eucw3) { in mdotenter()
1010 for(i = 1; i <= (int) eucw3; i++) in mdotenter()
1194 if(eucw3) { in genrange()
1213 if((lower[i] & WCHAR_CSMASK) == WCHAR_CS1 && eucw3) { in genrange()
1232 … if(eucw3 && (upper[j] & WCHAR_CSMASK) == WCHAR_CS2 && (lower[j+1] & WCHAR_CSMASK) == WCHAR_CS1) { in genrange()
1252 if((upper[current] & WCHAR_CSMASK) == WCHAR_CS2 && eucw3) { in genrange()
1304 if(eucw3) { in maxmin()
/titanic_41/usr/src/lib/libgen/common/
H A Dreg_step.c530 if ((eucw1 != 0) || (eucw2 != 0) || (eucw3 != 0)) { in _advance()
536 p2 = lp - eucw3; in _advance()
/titanic_41/usr/src/lib/libc/port/regex/
H A Dregex.c446 const char *prev_cs3 = current_charp - eucw3 - 1; in previous_charp()