Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfomap.h35 #define control_character_threshold (SPC) macro
41 #define Control_p(c) ((c) < control_character_threshold)
/openbsd/gnu/lib/libreadline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/openbsd/lib/libedit/readline/
H A Dreadline.h74 #define control_character_threshold 0x20 macro
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c82 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))