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

/external/libedit/src/editline/
H A Dreadline.h85 #ifndef UNCTRL
86 #define UNCTRL(c) (((c) - 'a' + 'A')|control_character_bit) macro
/external/mksh/src/
H A Dsh.h1588 #define UNCTRL(x) ((x) ^ 0x40) /* ASCII */ macro

Completed in 74 milliseconds