Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/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 …(c)>=0200)?CC_latin:((c)<040&&(c)!=007&&(c)!=011&&(c)!=012&&(c)!=013&&(c)!=015)?CC_control:CC_text)
1039 flags ^= CC_text; in cklang()