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 DRELEASE321 lines beginning with # when in a multibyte locale has been fixed.
904 after read times out when in a multibyte locale with no edit mode
1416 with multibyte characters has been fixed.
1790 06-05-16 Bug fixes for multibyte locales.
2267 traces and from whence when called from a multibyte locale
2376 01-09-25 The code was modified to use the ast multibyte macros
2377 and functions for handing multibyte locales.
2411 01-08-29 A bug in multibyte input which occurred when a partial multibyte
2626 00-09-26 A bug in the multibyte version in which the width of for
2991 95-04-31 Code to for IFS handling of multibyte characters has
[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