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

/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.xmap.c588 #ifdef IS_ASCII
678 #ifndef IS_ASCII
695 #ifdef IS_ASCII
735 #ifdef IS_ASCII
H A Dtc.bind.c285 #ifdef IS_ASCII
310 #ifdef IS_ASCII
319 #ifdef IS_ASCII
332 #ifdef IS_ASCII
H A Dtw.color.c76 #ifdef IS_ASCII
H A Dsh.char.h129 #ifdef IS_ASCII
149 #endif /*IS_ASCII*/
H A Dtc.const.c473 #ifndef IS_ASCII
H A Ded.refresh.c187 #ifdef IS_ASCII
1262 #ifdef IS_ASCII
H A Dsh.h443 # ifndef IS_ASCII
444 # define IS_ASCII macro
H A Dsh.file.c417 #ifdef IS_ASCII
H A Ded.defns.c1951 #ifndef IS_ASCII
1975 #endif /* !IS_ASCII */
H A Ded.screen.c779 #ifndef IS_ASCII
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dyaml_private.h258 #define IS_ASCII(string) IS_ASCII_AT((string),0) macro
H A Demitter.c1580 || (!IS_ASCII(string) && !emitter->unicode)) {
2034 if (!IS_PRINTABLE(string) || (!emitter->unicode && !IS_ASCII(string))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c3812 #define IS_ASCII(Character) \
3815 (IS_ASCII (Character) && base64_char_to_value[Character] >= 0)
3786 #define IS_ASCII macro

Completed in 239 milliseconds