Searched refs:multibyte (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetwidth.c44 eucstruct->_multibyte = multibyte;
/illumos-gate/usr/src/head/
H A Deuc.h51 #define multibyte (__ctype[520] > 1) macro
/illumos-gate/usr/src/lib/libgen/common/
H A Dgmatch.c94 if (!multibyte ||
102 if (!multibyte ||
H A Dreg_compile.c39 #include <widec.h> /* Defines multibyte and WCHAR_CSMASK for valid_range(). */
53 if (!multibyte || (unsigned char) *sp <= 0177) { \
248 if (multibyte) {
251 /* for multibyte characters */
273 if (!multibyte || c <= 0177)
294 if (!multibyte || c <= 0177 || c <= 0377 &&
300 * multibyte characters after
317 if (multibyte) {
320 * represent multibyte characters
413 if (!multibyte ||
[all...]
H A Dreg_step.c188 } else if (multibyte)
197 /* skip past illegal multibyte characters */
445 if (!multibyte)
528 if (multibyte) {
623 /* look past bitmap for multibyte characters */
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c251 } else if (!multibyte) {
254 * if the value of the "multibyte" macro defined in <euc.h>
275 * test a multibyte string against a multibyte regular expression
276 * that starts with a single multibyte character:
306 * test a multibyte string against a multibyte regular expression
307 * that doesn't start with a single multibyte character
309 * move forward in the string one multibyte character at a time,
440 * a string of multibyte character
[all...]
H A Dregcmp.c366 * "multibyte"
370 * multibyte locale.
384 if (!multibyte) {
396 if (!multibyte) {
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y151 { /* if(multibyte)
166 { if(multibyte)
237 x = (multibyte ? MCCL : CCL);
241 x = (multibyte ? NMCCL : NCCL);
258 if (!multibyte ||
543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3))
875 if(multibyte && p > ptr) {
1189 /* match all multibyte characters */
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h59 # error M_I18N_MB defined; but the local system does not support multibyte
95 * We must include the multibyte function prototypes (in <stdlib.h>) before
305 * Define prototypes for singlebyte equivalents of multibyte functions.
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile70 euc.multibyte.o iso.multibyte.o xccs.multibyte.o \
/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.c610 * for tabs or multibyte characters)
1241 /* print out split multibyte character using '>' */
1326 (state != HARDOPEN || over_strike) && !multibyte) {

Completed in 101 milliseconds