Searched defs:CTRL_CHAR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/
H A Dchardefs.h61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-io.c77 #undef CTRL_CHAR macro
78 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro

Completed in 136 milliseconds