Home
last modified time | relevance | path

Searched refs:MBCHAR (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/csh/sparc/
H A DMakefile20 MBCHAR = -DMBCHAR # Define this line to include multibyte input support macro
22 CPPFLAGS= -I. $(DEFS) $(MBCHAR) $(CPPFLAGS.master)
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile21 MBCHAR = -DMBCHAR # Define this line to include multibyte input support macro
23 CPPFLAGS= -I. $(DEFS) $(MBCHAR) $(CPPFLAGS.master)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h35 #ifdef MBCHAR
48 #ifndef MBCHAR /* Let's replace the ANSI functions with our own macro
90 #ifdef MBCHAR /* For multibyte character handling. */
H A Dsh.tchar.c44 #ifdef MBCHAR
306 #ifdef MBCHAR in tswidth()
422 #ifdef MBCHAR in read_()
679 #ifdef MBCHAR in write_()
H A Dsh.char.h19 #ifdef MBCHAR
H A Dsh.err.c196 #ifdef MBCHAR in seterrc()
H A Dsh.print.c82 #ifdef MBCHAR
H A Dsh.glob.c19 #ifdef MBCHAR
415 #ifdef MBCHAR in amatch()
520 #ifdef MBCHAR in Gmatch()
H A Dsh.func.c1163 #ifdef MBCHAR in local_setenv()
1227 #ifdef MBCHAR in local_unsetenv()
H A Dsh.dol.c243 #ifdef MBCHAR /* Could be a space char from aux. codeset. */ in Dword()