Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/i386/
H A DMakefile20 MBCHAR = -DMBCHAR # Define this line to include multibyte input support macro
22 CPPFLAGS= -I. $(DEFS) $(MBCHAR) $(CPPFLAGS.master)
/titanic_50/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)
/titanic_50/usr/src/cmd/csh/
H A Dsh.h37 #ifdef MBCHAR
50 #ifndef MBCHAR /* Let's replace the ANSI functions with our own macro
92 #ifdef MBCHAR /* For multibyte character handling. */
H A Dsh.tchar.c46 #ifdef MBCHAR
307 #ifdef MBCHAR in tswidth()
423 #ifdef MBCHAR in read_()
680 #ifdef MBCHAR in write_()
H A Dsh.char.h21 #ifdef MBCHAR
H A Dsh.err.c192 #ifdef MBCHAR in seterrc()
H A Dsh.print.c84 #ifdef MBCHAR
H A Dsh.glob.c21 #ifdef MBCHAR
412 #ifdef MBCHAR in amatch()
517 #ifdef MBCHAR in Gmatch()
H A Dsh.func.c1152 #ifdef MBCHAR in local_setenv()
1216 #ifdef MBCHAR in local_unsetenv()
H A Dsh.dol.c234 #ifdef MBCHAR /* Could be a space char from aux. codeset. */ in Dword()