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

/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfomap.h35 #define control_character_threshold (SPC) macro
41 #define Control_p(c) ((c) < control_character_threshold)
/freebsd-10.2-release/contrib/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))
/freebsd-10.2-release/lib/libedit/edit/readline/
H A Dreadline.h75 #define control_character_threshold 0x20 macro
/freebsd-10.2-release/contrib/gdb/gdb/tui/
H A Dtui-io.c78 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))

Completed in 65 milliseconds