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

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-io.c81 #undef CTRL_CHAR macro
82 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro

Completed in 45 milliseconds