Searched defs:CTRL (Results 1 - 9 of 9) sorted by relevance

/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/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/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/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/cmd/vi/port/
H A Dex.h204 #undef CTRL macro
205 #define CTRL(c) (c & 037) macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c154 #ifndef CTRL
155 #define CTRL(c) ((c) & 0x01f) macro
302 case CTRL('c'):
303 case CTRL('\\'):

Completed in 70 milliseconds