Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfomap.h35 #define control_character_threshold (SPC) macro
41 #define Control_p(c) ((c) < control_character_threshold)
/openbsd/src/gnu/lib/libreadline/
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/src/lib/libedit/readline/
Dreadline.h74 #define control_character_threshold 0x20 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-io.c82 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))