Searched refs:control_character_threshold (Results 1 – 3 of 3) sorted by relevance
53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
75 #define control_character_threshold 0x20 macro
80 ((c) < control_character_threshold && (((c) & 0x80) == 0))