HomeSort by: relevance | last modified time | path
    Searched defs:UNCTRL (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/readline/
readline.h 88 #ifndef UNCTRL
89 #define UNCTRL(c) (((c) - 'a' + 'A')|control_character_bit)
  /src/bin/ksh/
emacs.c 33 #define UNCTRL(x) ((x) == 0x7F ? '?' : (x) | 0x40) /* ASCII */
750 x_e_putc(UNCTRL(c));
1356 *p++ = UNCTRL(c);

Completed in 104 milliseconds