Searched refs:UNCTRL (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h48 #ifdef UNCTRL
49 # undef UNCTRL macro
67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) macro
H A Dbind.c589 c = _rl_to_lower (UNCTRL (c));
642 c = _rl_to_lower (UNCTRL (c));
1937 c = _rl_to_lower (UNCTRL (c));
2036 sprintf (keyname, "\\C-%c", _rl_to_lower (UNCTRL (key)));
H A Dsignals.c603 cstr[1] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
H A Ddisplay.c851 line[out++] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
2067 c = CTRL_CHAR (c) ? UNCTRL (c) : '?';
H A Dcomplete.c699 putc (UNCTRL (*s), rl_outstream);
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h49 #ifdef UNCTRL
50 # undef UNCTRL macro
68 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) macro
H A Dbind.c475 c = _rl_to_lower (UNCTRL (c));
523 c = _rl_to_lower (UNCTRL (c));
1721 c = _rl_to_lower (UNCTRL (c));
1816 sprintf (keyname, "\\C-%c", _rl_to_lower (UNCTRL (key)));
H A Ddisplay.c694 line[out++] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
1681 c = CTRL_CHAR (c) ? UNCTRL (c) : '?';
H A Dcomplete.c532 putc (UNCTRL (c), rl_outstream); \
/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h108 #ifndef UNCTRL
110 # define UNCTRL(x) (TOUPPER((x) | 0x40)) macro
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-io.c248 waddch (w, CTRL_CHAR (c) ? UNCTRL (c) : '?');
344 tui_putc (UNCTRL (c)); \

Completed in 80 milliseconds