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

/freebsd-10.3-release/contrib/tcsh/
H A Dconfig_f.h42 * SHORT_STRINGS Use at least 16 bit characters instead of 8 bit chars
47 #define SHORT_STRINGS macro
53 #if defined (SHORT_STRINGS) && defined (NLS) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX)
107 * be used with SHORT_STRINGS (or WIDE_STRINGS)
117 #if defined (SHORT_STRINGS) && !defined (WIDE_STRINGS)
196 # ifndef SHORT_STRINGS
197 #error "SHORT_STRINGS must be defined if WIDE_STRINGS is defined"
209 #if !defined (SHORT_STRINGS) && defined (DSPMBYTE)
210 #error "SHORT_STRINGS must be defined if DSPMBYTE is defined"
H A Dtc.vers.c50 #elif defined (SHORT_STRINGS)
H A Dtc.printf.c56 #ifdef SHORT_STRINGS
58 #endif /* SHORT_STRINGS */
254 #ifdef SHORT_STRINGS
280 #endif /* SHORT_STRINGS */
H A Dsh.h95 #ifdef SHORT_STRINGS
592 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
718 #ifdef WIDE_STRINGS /* Implies SHORT_STRINGS */
733 #elif defined (SHORT_STRINGS)
1094 #ifndef SHORT_STRINGS
H A Dtc.decls.h270 #ifdef SHORT_STRINGS
292 #else /* !SHORT_STRINGS */
H A Dsh.decls.h277 #ifndef SHORT_STRINGS
H A Dsh.set.c211 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
793 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
1106 # if defined(SHORT_STRINGS) && defined(DSPMBYTE)
H A Dsh.char.h155 #elif defined(SHORT_STRINGS) && defined(KANJI)
159 #else /* SHORT_STRINGS && KANJI */
162 #endif /* SHORT_STRINGS && KANJI */
H A Dsh.misc.c63 #ifndef SHORT_STRINGS
H A Dtc.str.c152 #ifdef SHORT_STRINGS
499 #else /* !SHORT_STRINGS */
H A Dsh.char.c137 #ifdef SHORT_STRINGS
236 #endif /* SHORT_STRINGS */
239 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
905 #endif /* defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE) */
H A Ded.refresh.c244 # ifdef SHORT_STRINGS
H A Dsh.hist.c220 #ifdef SHORT_STRINGS

Completed in 220 milliseconds