Searched defs:UNCTRL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h49 # undef UNCTRL macro
67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h49 # undef UNCTRL macro
67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) macro
/netbsd-current/lib/libedit/readline/
H A Dreadline.h89 #define UNCTRL(c) (((c) - 'a' + 'A')|control_character_bit) macro
/netbsd-current/bin/ksh/
H A Demacs.c33 #define UNCTRL(x) ((x) == 0x7F ? '?' : (x) | 0x40) /* ASCII */ macro

Completed in 251 milliseconds