| /src/sys/lib/libsa/ |
| getfile.c | 35 #define CTRL(x) ((x) & 037) 46 if (buf[0] == CTRL('d') && buf[1] == 0)
|
| /src/games/mille/ |
| move.c | 56 #undef CTRL 57 #define CTRL(c) (c - 'A' + 1) 416 case CTRL('L'):
|
| /src/sys/ddb/ |
| db_output.c | 71 #define CTRL(c) ((c) & 0xff) 138 case CTRL('c'):
|
| db_input.c | 71 #define CTRL(c) ((c) & 0x1f) 163 case CTRL('b'): 170 case CTRL('f'): 177 case CTRL('a'): 184 case CTRL('e'): 191 case CTRL('h'): 197 case CTRL('d'): 202 case CTRL('k'): 207 case CTRL('u'): 211 case CTRL('t') [all...] |
| /src/sys/arch/bebox/stand/boot/ |
| kbd.c | 149 #define CTRL(s) (s & 0x1F) 151 (chr == CTRL('A')) || (chr == CTRL('S'))) {
|
| /src/sys/arch/prep/stand/boot/ |
| kbd.c | 149 #define CTRL(s) (s & 0x1F) 151 (chr == CTRL('A')) || (chr == CTRL('S'))) {
|
| /src/sys/sys/ |
| ttydefaults.h | 57 #define CTRL(x) (x&037) 58 #define CEOF CTRL('d') 61 #define CINTR CTRL('c') 62 #define CSTATUS CTRL('t') 63 #define CKILL CTRL('u') 66 #define CSUSP CTRL('z') 68 #define CDSUSP CTRL('y') 69 #define CSTART CTRL('q') 70 #define CSTOP CTRL('s') 71 #define CLNEXT CTRL('v' [all...] |
| /src/games/cribbage/ |
| io.c | 56 #ifdef CTRL 57 #undef CTRL 59 #define CTRL(X) (X - 'A' + 1) 504 if (c == CTRL('L')) { 551 putchar(CTRL('G'));
|
| /src/lib/libedit/readline/ |
| readline.h | 79 #ifndef CTRL 84 #ifndef CTRL 85 #define CTRL(c) ((c) & 037) 93 #define ABORT_CHAR CTRL('G')
|
| /src/sys/arch/luna68k/dev/ |
| xpbus.c | 63 #define CTRL 3 206 pio0[CTRL] = (bit << 1) | (set & 0x01);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| chardefs.h | 42 #ifdef CTRL 43 # undef CTRL 60 #define CTRL(c) ((c) & control_character_mask) 134 #define RETURN CTRL('M') 148 #define ABORT_CHAR CTRL('G') 153 #define PAGE CTRL('L') 163 #define ESC CTRL('[')
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| chardefs.h | 45 #ifdef CTRL 46 # undef CTRL 63 #define CTRL(c) ((c) & control_character_mask) 133 #define RETURN CTRL('M') 147 #define ABORT_CHAR CTRL('G') 152 #define PAGE CTRL('L') 162 #define ESC CTRL('[')
|
| /src/games/cgram/ |
| cgram.c | 491 #define CTRL(letter) (letter - 64) 493 case CTRL('A'): 498 case CTRL('B'): 502 case CTRL('E'): 506 case CTRL('F'): 519 case CTRL('L'): 522 case CTRL('N'): 526 case CTRL('P'):
|
| /src/lib/libc/citrus/modules/ |
| citrus_hz.c | 59 * CTRL/ASCII 00000000 00000000 00000000 gxxxxxxx 67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 76 /* CTRL */ RANGE(0x00, 0x1F), 360 range = &ranges[(size_t)CTRL];
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic6x-dis.c | 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 49 #undef CTRL
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic6x-dis.c | 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 49 #undef CTRL
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic6x-dis.c | 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 49 #undef CTRL
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic6x-dis.c | 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 49 #undef CTRL
|
| /src/games/hunt/include/ |
| hunt_common.h | 172 #undef CTRL 173 #define CTRL(x) ((x) & 037)
|
| /src/bin/ksh/ |
| emacs.c | 31 #undef CTRL /* _BSD brain damage */ 32 #define CTRL(x) ((x) == '?' ? 0x7F : (x) & 0x1F) /* ASCII */ 106 static int x_prefix1 = CTRL('['), x_prefix2 = CTRL('X'); 234 { XFUNC_del_back, 0, CTRL('?') }, 235 { XFUNC_del_bword, 1, CTRL('?') }, 236 { XFUNC_eot_del, 0, CTRL('D') }, 237 { XFUNC_del_back, 0, CTRL('H') }, 238 { XFUNC_del_bword, 1, CTRL('H') }, 243 { XFUNC_mv_back, 0, CTRL('B') } [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic6x.h | 602 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 605 #undef CTRL
|
| h8300.h | 98 CTRL = 0x4000,
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic6x.h | 602 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 605 #undef CTRL
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic6x.h | 602 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 605 #undef CTRL
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic6x.h | 602 #define CTRL(name, isa, rw, crlo, crhi_mask) \ 605 #undef CTRL
|