Searched refs:CNTRL (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | cmd.c | 112 char brkseq[2] = { '~', CNTRL('B')}; in genaltbrk() 250 {CNTRL('B'), "Send alternate break", genaltbrk}, 305 if (p->e_char == CNTRL('B')) { in daemon_cmd_help()
|
H A D | chars.h | 34 #define CNTRL(c) ((c)&0x37) macro
|
/illumos-gate/usr/src/cmd/loadkeys/type_4/ |
H A D | netherlands | 56 #CNTRL [ and ] will be placed on the next two keys
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 1143 #define CNTRL(c) ((c)&037) macro 1149 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 1254 #define CNTRL(c) ((c)&037) macro 1260 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 1405 #define CNTRL(c) ((c)&037) in abort_charseq_recognize() macro 1406 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 314 #define CNTRL(c) ((c) & 037) in oplmsu_attach() macro 315 char abt_ch_seq[3] = { '\r', '~', CNTRL('b') }; in oplmsu_attach()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_nx.h | 1225 #define CNTRL 98 macro
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 3393 #define CNTRL(c) ((c)&037) in abort_charseq_recognize() macro 3394 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 3743 #define CNTRL(c) ((c)&037) in abort_charseq_recognize() macro 3744 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 5179 #define CNTRL(c) ((c)&037) in abort_charseq_recognize() macro 5180 static char sequence[] = { '\r', '~', CNTRL('b') }; in abort_charseq_recognize()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 2539 case CNTRL: in ql_8021_md_parse_template()
|