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

/freebsd-11-stable/contrib/tcsh/
H A Dconfig_f.h45 * SHORT_STRINGS Use at least 16 bit characters instead of 8 bit chars
50 #define SHORT_STRINGS macro
56 #if defined (SHORT_STRINGS) && defined (NLS) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) && SIZEOF_WCHAR_T > 1
110 * be used with SHORT_STRINGS (or WIDE_STRINGS)
120 #if defined (SHORT_STRINGS) && !defined (WIDE_STRINGS)
185 # ifndef SHORT_STRINGS
186 #error "SHORT_STRINGS must be defined if WIDE_STRINGS is defined"
198 #if !defined (SHORT_STRINGS) && defined (DSPMBYTE)
199 #error "SHORT_STRINGS must be defined if DSPMBYTE is defined"
H A Dtc.vers.c46 #elif defined (SHORT_STRINGS)
H A Dtc.nls.c122 #ifndef SHORT_STRINGS
H A Dtc.printf.c53 #ifdef SHORT_STRINGS
55 #endif /* SHORT_STRINGS */
269 #ifdef SHORT_STRINGS
303 #endif /* SHORT_STRINGS */
H A Dsh.misc.c60 #ifndef SHORT_STRINGS
483 #elif defined SHORT_STRINGS
H A Dsh.h94 #ifdef SHORT_STRINGS
587 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
729 #ifdef WIDE_STRINGS /* Implies SHORT_STRINGS */
751 #elif defined (SHORT_STRINGS)
1110 #ifndef SHORT_STRINGS
H A Dtc.decls.h269 #ifdef SHORT_STRINGS
291 #else /* !SHORT_STRINGS */
H A Dsh.decls.h281 #ifndef SHORT_STRINGS
H A Dsh.set.c225 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
815 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
1151 # if defined(SHORT_STRINGS) && defined(DSPMBYTE)
H A Dsh.char.h154 #elif defined(SHORT_STRINGS) && defined(KANJI)
158 #else /* SHORT_STRINGS && KANJI */
161 #endif /* SHORT_STRINGS && KANJI */
H A Dtc.str.c163 #ifdef SHORT_STRINGS
510 #else /* !SHORT_STRINGS */
H A Dsh.char.c133 #ifdef SHORT_STRINGS
232 #endif /* SHORT_STRINGS */
235 #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE)
901 #endif /* defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE) */
H A Ded.refresh.c270 # ifdef SHORT_STRINGS
H A Dsh.hist.c207 #ifdef SHORT_STRINGS

Completed in 176 milliseconds