Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dchardefs.h53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dflybsd-src/contrib/libedit/src/editline/
H A Dreadline.h75 #define control_character_threshold 0x20 macro
/dflybsd-src/contrib/gdb-7/gdb/tui/
H A Dtui-io.c80 ((c) < control_character_threshold && (((c) & 0x80) == 0))