Searched refs:control_character_threshold (Results 1 – 4 of 4) sorted by relevance
35 #define control_character_threshold (SPC) macro41 #define Control_p(c) ((c) < control_character_threshold)
54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
74 #define control_character_threshold 0x20 macro
82 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))