Searched refs:CC_text (Results 1 – 1 of 1) sorted by relevance
107 #define CC_text 0x01 macro113 #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()