Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c51 if (!multibyte || (unsigned char) *sp <= 0177) { \
246 if (multibyte) { in _compile()
271 if (!multibyte || c <= 0177) in _compile()
292 if (!multibyte || c <= 0177 || c <= 0377 && in _compile()
315 if (multibyte) { in _compile()
415 if (!multibyte || c <= 0177) { in _compile()
H A Dgmatch.c92 if (!multibyte || in gmatch()
100 if (!multibyte || in gmatch()
H A Dreg_step.c186 } else if (multibyte) in step()
443 if (!multibyte) in _advance()
526 if (multibyte) { in _advance()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetwidth.c42 eucstruct->_multibyte = multibyte; in getwidth()
/illumos-gate/usr/src/head/
H A Deuc.h51 #define multibyte (__ctype[520] > 1) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dlocale.sh96 [[ "$u" == "$x" ]] || err_exit LC_ALL=$locale multibyte value/trace format failed
100 [[ $u == $x ]] || err_exit LC_ALL=$locale multibyte %04x printf format failed
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c249 } else if (!multibyte) { in regex()
789 if (!multibyte) { in test_string()
1101 if (!multibyte) { in test_string()
1124 if (!multibyte) { in test_string()
1166 if (!multibyte) { in test_string()
H A Dregcmp.c384 if (!multibyte) { in regcmp()
396 if (!multibyte) { in regcmp()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile39 SHOPT_MULTIBYTE == 1 /* multibyte character handling */
H A DRELEASE29 12-06-26 The formatting of printf "%q" for multibyte locales has changed to
257 12-01-21 A bug in which typeset -L and typeset -R did not handle multibyte
321 lines beginning with # when in a multibyte locale has been fixed.
473 11-01-28 A bug in file name completion for files containing both multibyte
688 10-08-04 A bug in the expanding of variables whose names contain multibyte
904 after read times out when in a multibyte locale with no edit mode
936 09-12-15 A bug that produced a syntax error when a multibyte character
1227 08-10-10 read -n and -N fixed to count characters in multibyte locales.
1416 with multibyte characters has been fixed.
1494 07-11-15 A bug in the macro expander for multibyte characters in which
[all …]
H A DRELEASE93401 c. Code to for IFS handling of multibyte characters has
403 d. The displaying of multibyte strings in export, readonly,
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h57 # error M_I18N_MB defined; but the local system does not support multibyte
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h210 var bool multibyte; variable
H A Dex_vops2.c1250 if (!multibyte) {
H A Dex_vput.c1324 (state != HARDOPEN || over_strike) && !multibyte) {
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE99 07-11-29 rev.c: honor multibyte locales
251 00-12-01 cut: multibyte support
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE419 07-01-05 misc/error.c: fix multibyte vs. printable logic
1124 fmtesc: don't escape multibyte chars
1189 01-03-08 regex: handle multibyte chars and collation classes
1191 ast_std.h: add mb*() multibyte and collation support