Searched defs:CONTROL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Ddefines.h71 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c758 #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 Dvi.c177 #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);
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c77 #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...]

Completed in 89 milliseconds