Searched refs:CTRL (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/ucbhead/sys/
H A Dttychars.h49 #ifndef CTRL
50 #define CTRL(c) ((c) & 037) macro
55 #define CKILL CTRL('u')
56 #define CINTR CTRL('c')
58 #define CSTART CTRL('q')
59 #define CSTOP CTRL('s')
60 #define CEOF CTRL('d')
63 #define CSUSP CTRL('z')
64 #define CDSUSP CTRL('y')
65 #define CRPRNT CTRL('
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dttychars.h66 #define CTRL(c) ((c)&037) macro
70 #define CKILL CTRL('u')
71 #define CINTR CTRL('c')
73 #define CSTART CTRL('q')
74 #define CSTOP CTRL('s')
75 #define CEOF CTRL('d')
78 #define CSUSP CTRL('z')
79 #define CDSUSP CTRL('y')
80 #define CRPRNT CTRL('r')
81 #define CFLUSH CTRL('
[all...]
H A Dtermios.h64 #define CTRL(c) ((c)&037) macro
161 #define CINTR CTRL('c')
164 #define CKILL CTRL('u')
173 #define CSUSP CTRL('z')
174 #define CDSUSP CTRL('y')
175 #define CRPRNT CTRL('r')
176 #define CFLUSH CTRL('o')
177 #define CWERASE CTRL('w')
178 #define CLNEXT CTRL('v')
179 #define CSTATUS CTRL('
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttychars.h49 #ifndef CTRL
50 #define CTRL(c) ('c'&037) macro
59 #define CKILL CTRL(u)
60 #define CINTR CTRL(c)
62 #define CSTART CTRL(q)
63 #define CSTOP CTRL(s)
64 #define CEOF CTRL(d)
67 #define CSUSP CTRL(z)
68 #define CDSUSP CTRL(y)
69 #define CRPRNT CTRL(
[all...]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c40 #define CTRL KBTYPE_SPEC_CTRL macro
81 /* 1d */ CTRL, CTRL, CTRL, CTRL,
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c56 while (!globp && c == CTRL('d'));
71 if (!globp && c == CTRL('d'))
127 inputline[c++] = CTRL('d');
177 while ((c = getcd()) == CTRL('d')) {
190 if (ch == CTRL('d')) {
H A Dex_vmain.c267 case CTRL('l'):
268 case CTRL('r'):
269 if (c == CTRL('l') || (key_right && *key_right==CTRL('l'))) {
375 case CTRL('u'):
391 case CTRL('d'):
420 case CTRL('e'):
435 case CTRL('y'):
484 case CTRL('f'):
499 case CTRL('
[all...]
H A Dex_voper.c196 case CTRL('X'):
201 if ((c != CTRL('_')) && (c != (CTRL(']'))))
545 case CTRL('h'):
653 case CTRL('p'):
700 case CTRL('n'):
986 case CTRL('A'):
991 case CTRL('B'):
H A Dex_vget.c150 c = CTRL('c');
227 case CTRL('v'):
228 case CTRL('q'):
293 if (Peekkey != ATTN && Peekkey != QUIT && Peekkey != CTRL('h')) {
299 OPeek = Peekkey==CTRL('h') ? 0 : Peekkey; Peekkey = 0;
H A Dex_cmds.c178 c == CTRL('d') || c == EOF) {
991 c = CTRL('k');
1007 if (c == CTRL('k')) {
1076 case CTRL('d'):
H A Dex_cmds2.c656 while (peekkey() == CTRL('Q') || peekkey() == CTRL('S'))
H A Dex_tty.c217 if (sc[0] == CTRL('z')) {
219 if (arrows[i].cap && arrows[i].cap[0] == CTRL('z'))
H A Dex_vops2.c1023 c = CTRL('h');
1050 case CTRL('h'):
1071 case CTRL('w'):
1133 case CTRL('q'):
1134 case CTRL('v'):
1392 case CTRL('t'):
1403 if (ch == CTRL('t')) {
1425 case CTRL('d'):
H A Dex_vops3.c312 linebuf[0] == CTRL('L') ||
589 linebuf[0] == CTRL('L') ||
H A Dex.h204 #undef CTRL macro
205 #define CTRL(c) (c & 037) macro
H A Dex_put.c1090 if (tty.c_cc[VSTART] != CTRL('q'))
1092 if (tty.c_cc[VSTOP] != CTRL('s'))
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c563 d = CTRL('w');
591 case CTRL('['): /* saw esc. character */
595 case CTRL('f'): /* move forward one char */
600 case CTRL('a'): /* cursor to beginning of line */
605 case CTRL('e'): /* cursor to end of line */
611 case CTRL('n'): /* Move to next line in buffer */
612 case CTRL('p'): /* Move to previous line in buffer */
613 if (d == CTRL('p')) {
644 case CTRL('o'): /* Insert newline */
647 case CTRL('
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c158 #define CTRL(c) ((c)&037) macro
160 (void) putchar(CTRL('g'));
H A Dmain.c396 #ifndef CTRL
397 #define CTRL(c) ((c)&037) macro
401 (void) putchar(CTRL('g'));
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c164 if (which == 0 || which == CTRL('d') || which == '\n') {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1001 ctrl = E1000_READ_REG(hw, CTRL);
1005 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_PHY_RST));
1025 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST));
1033 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST));
1160 /* Set the PCI priority bit correctly in the CTRL register. This
1165 ctrl = E1000_READ_REG(hw, CTRL);
1166 E1000_WRITE_REG(hw, CTRL, ctrl | E1000_CTRL_PRIOR);
1420 ctrl = E1000_READ_REG(hw, CTRL);
1443 * configure the two flow control enable bits in the CTRL register.
1492 E1000_WRITE_REG(hw, CTRL, ctr
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1521 td->tio_keymap[CTRL('f')] = termio_fwdchar;
1522 td->tio_keymap[CTRL('b')] = termio_backchar;
1523 td->tio_keymap[CTRL('t')] = termio_transpose;
1524 td->tio_keymap[CTRL('a')] = termio_home;
1525 td->tio_keymap[CTRL('e')] = termio_end;
1530 td->tio_keymap[CTRL('k')] = termio_kill;
1531 td->tio_keymap[CTRL('p')] = termio_prevhist;
1532 td->tio_keymap[CTRL('n')] = termio_nexthist;
1533 td->tio_keymap[CTRL('r')] = termio_findhist;
1534 td->tio_keymap[CTRL('
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c395 case CTRL('u'):
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c230 rmip->startc = CTRL('q');
231 rmip->stopc = CTRL('s');
1144 stop = (ixon && (rmip->stopc == CTRL('s')) &&
1145 (rmip->startc == CTRL('q')));
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c132 cb->c_cc[VKILL] = CTRL('u');
133 cb->c_cc[VINTR] = CTRL('c');

Completed in 1692 milliseconds

12