Searched refs:CONTROL (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | defines.h | 71 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
|
H A D | sys_bsd.c | 203 termAytChar = CONTROL('T'); 247 termAytChar = CONTROL('T');
|
H A D | telnet.c | 223 escape = CONTROL(']'); 226 echoc = CONTROL('E');
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 77 #define CONTROL 1 macro 95 * Characters in the C1 set are all considered CONTROL; this will 103 /* 000 */ CONTROL, CONTROL, CONTROL, CONTROL, 104 /* 004 */ CONTROL, CONTROL, CONTROL, CONTROL, [all...] |
/illumos-gate/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 758 #define CONTROL(x) ((x) & 037) macro 764 CONTROL('J'), "kcud1", /* down */ 765 CONTROL('N'), "kcud1", 767 CONTROL('P'), "kcuu1", /* up */ 770 CONTROL('H'), "kcub1", 774 CONTROL('L'), "kclr", /* clear */
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 177 #define CONTROL -20 /* control mode */ macro 543 refresh(vp,CONTROL); 824 refresh(vp,CONTROL); 1020 refresh(vp,CONTROL); 1112 refresh(vp,CONTROL); 1782 * mode = CONTROL, refresh in control mode, ie. leave cursor 2007 refresh(vp,CONTROL); 2277 refresh(vp,CONTROL); 2626 refresh(vp,CONTROL);
|
Completed in 87 milliseconds