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

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c107 #define CC_text 0x01 macro
113 #define CC_notext CC_text /* CC_text is flipped before checking */
115 #define CC_MASK (CC_binary|CC_latin|CC_control|CC_text)
117 #define CCTYPE(c) (((c)>0240)?CC_binary:((c)>=0200)?CC_latin:((c)<040&&(c)!=007&&(c)!=011&&(c)!=012&&(c)!=013&&(c)!=015)?CC_control:CC_text)
1077 flags ^= CC_text;

Completed in 177 milliseconds