Home
last modified time | relevance | path

Searched refs:multibyte (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/lib/libgen/common/
H A Dreg_compile.c53 if (!multibyte || (unsigned char) *sp <= 0177) { \
248 if (multibyte) { in _compile()
273 if (!multibyte || c <= 0177) in _compile()
294 if (!multibyte || c <= 0177 || c <= 0377 && in _compile()
317 if (multibyte) { in _compile()
413 if (!multibyte || c <= 0177) { in _compile()
H A Dgmatch.c94 if (!multibyte || in gmatch()
102 if (!multibyte || in gmatch()
H A Dreg_step.c188 } else if (multibyte) in step()
445 if (!multibyte) in _advance()
528 if (multibyte) { in _advance()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetwidth.c44 eucstruct->_multibyte = multibyte; in getwidth()
/titanic_41/usr/src/head/
H A Deuc.h51 #define multibyte (__ctype[520] > 1) macro
/titanic_41/usr/src/lib/libc/port/regex/
H A Dregex.c251 } else if (!multibyte) { in regex()
791 if (!multibyte) { in test_string()
1103 if (!multibyte) { in test_string()
1126 if (!multibyte) { in test_string()
1168 if (!multibyte) { in test_string()
H A Dregcmp.c384 if (!multibyte) { in regcmp()
396 if (!multibyte) { in regcmp()
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y166 { if(multibyte)
237 x = (multibyte ? MCCL : CCL); in yylex()
241 x = (multibyte ? NMCCL : NCCL); in yylex()
258 if (!multibyte || in yylex()
543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3)) in dot()
875 if(multibyte && p > ptr) { in execute()
/titanic_41/usr/src/lib/libbc/sparc/
H A DMakefile70 euc.multibyte.o iso.multibyte.o xccs.multibyte.o \
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE30 09-12-15 A bug that produced a syntax error when a multibyte character
321 08-10-10 read -n and -N fixed to count characters in multibyte locales.
510 with multibyte characters has been fixed.
588 07-11-15 A bug in the macro expander for multibyte characters in which
643 07-12-11 A bug in the macro expander for multibyte characters in which
656 07-11-27 A bug in which compound variable UTF-8 multibyte values were not
768 07-02-19 A bug in which ksh93 did not allow multibyte characters in
807 06-10-23 A bug in ${var:offset:len} in multibyte locales has been fixed.
855 06-07-13 A multibyte problem with locales that use shift codes has been fixed.
884 06-05-16 Bug fixes for multibyte locales.
[all …]
H A DRELEASE93401 c. Code to for IFS handling of multibyte characters has
403 d. The displaying of multibyte strings in export, readonly,
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h59 # error M_I18N_MB defined; but the local system does not support multibyte
/titanic_41/usr/src/cmd/vi/port/
H A Dex.h210 var bool multibyte; variable
H A Dex_vops2.c1250 if (!multibyte) {
H A Dex_vput.c1326 (state != HARDOPEN || over_strike) && !multibyte) {
/titanic_41/usr/src/lib/libcmd/common/
H A DRELEASE63 07-11-29 rev.c: honor multibyte locales
215 00-12-01 cut: multibyte support
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE231 07-01-05 misc/error.c: fix multibyte vs. printable logic
936 fmtesc: don't escape multibyte chars
1001 01-03-08 regex: handle multibyte chars and collation classes
1003 ast_std.h: add mb*() multibyte and collation support