Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Deuclen.c66 return (eucw2 + 1); /* include SS2 */ in euclen()
91 s += (eucw2 +1); in eucscol()
H A Dcsetlen.c43 return (eucw2); in csetlen()
H A Dgetwidth.c42 eucstruct->_eucw2 = eucw2; in getwidth()
/titanic_41/usr/src/head/
H A Deuc.h53 #define eucw2 __ctype[515] macro
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwctomb.c62 size = eucw2; in _curs_wctomb()
H A Dmbtowc.c57 if ((length = eucw2) == 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()
1002 if(eucw2) { in mdotenter()
1004 for(i = 1; i <= (int) eucw2; i++) in mdotenter()
1190 if(eucw2) { in genrange()
1209 if(eucw2 && lower[i] > maxmin(WCHAR_CS2, 0)) { in genrange()
1300 if(eucw2) { in maxmin()
/titanic_41/usr/src/lib/libgen/common/
H A Dreg_step.c530 if ((eucw1 != 0) || (eucw2 != 0) || (eucw3 != 0)) { in _advance()
535 p1 = lp - eucw2; in _advance()
/titanic_41/usr/src/lib/libc/port/regex/
H A Dregex.c445 const char *prev_cs2 = current_charp - eucw2 - 1; in previous_charp()