Home
last modified time | relevance | path

Searched refs:CONTROL (Results 1 – 25 of 58) sorted by relevance

123

/minix/lib/libedit/
H A Dtty.h49 #define CONTROL(A) ((A) & 037) macro
167 # define CINTR CONTROL('c')
176 # define CKILL CONTROL('u')
179 # define CEOF CONTROL('d')
197 # define CSTART CONTROL('q')
200 # define CSTOP CONTROL('s')
203 # define CSUSP CONTROL('z')
206 # define CDSUSP CONTROL('y')
233 # define CLNEXT CONTROL('v')
242 # define CSTATUS CONTROL('t')
[all …]
/minix/external/bsd/less/dist/
H A Ddecode.c55 CONTROL('E'),0, A_F_LINE,
56 CONTROL('N'),0, A_F_LINE,
59 CONTROL('Y'),0, A_B_LINE,
61 CONTROL('P'),0, A_B_LINE,
67 CONTROL('D'),0, A_F_SCROLL,
69 CONTROL('U'),0, A_B_SCROLL,
86 CONTROL('R'),0, A_REPAINT,
87 CONTROL('L'),0, A_REPAINT,
128 CONTROL('G'),0, A_STAT,
141 CONTROL('X'),CONTROL('X'),0, A_GOMARK,
[all …]
H A Dlesskey.c390 if (xlate && ch == CONTROL('K'))
450 if (xlate && buf[0] == CONTROL('K'))
459 buf[0] = CONTROL(p[1]);
461 if (buf[0] == CONTROL('K'))
468 if (xlate && buf[0] == CONTROL('K'))
H A Dless.h386 #define CONTROL(c) ( \ macro
445 #define CONTROL(c) ((c)&037) macro
448 #define ESC CONTROL('[')
H A Dcommand.c338 case CONTROL('P'):
496 case CONTROL('E'): /* ignore END of file */
503 case CONTROL('F'): /* FIRST file */
507 case CONTROL('K'): /* KEEP position */
511 case CONTROL('R'): /* Don't use REGULAR EXPRESSIONS */
514 case CONTROL('N'): /* NOT match */
H A Dcmd.h118 #define SK_SPECIAL_KEY CONTROL('K')
H A Dttyin.c142 if (c == CONTROL('A')) in getchr()
H A Dscreen.c359 werase_char = CONTROL('W');
486 werase_char = CONTROL('W');
533 werase_char = CONTROL('W');
573 werase_char = CONTROL('W');
599 kill_char = CONTROL('U');
612 werase_char = CONTROL('W');
1047 tbuf[0] = CONTROL('K');
2057 putchr(CONTROL('G')); in beep()
/minix/sys/arch/i386/stand/lib/
H A Disapnp.c51 CONTROL, enumerator
188 outb(PNPADDR, CONTROL); in isapnp_finddev()
198 outb(PNPADDR, CONTROL); in isapnp_finddev()
222 outb(PNPADDR, CONTROL); in isapnp_finddev()
/minix/share/locale/ctype/charset/
H A DJISX0201-right11 CONTROL 0x0004 - 0x0017 0x001b - 0x001f
12 CONTROL 0x0060 - 0x007e
H A DASCII9 CONTROL 0x00 - 0x1f 0x7f
/minix/usr.bin/telnet/
H A Ddefines.h59 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
/minix/share/locale/ctype/
H A Dtr_TR.ISO8859-9.src33 CONTROL 0x00 - 0x1f 0x7f
54 CONTROL 0x80 - 0x9f
H A Den_US.ASCII.src10 CONTROL 0x00 - 0x1f 0x7f
H A Dru_RU.KOI8-R.src13 CONTROL 0x00 - 0x1f 0x7f
H A Dru_RU.CP866.src13 CONTROL 0x00 - 0x1f 0x7f
H A Den_US.ISO_8859-1.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dlt_LT.ISO8859-13.src17 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Del_GR.ISO8859-7.src14 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Den_US.DIS_8859-15.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Duk_UA.KOI8-U.src15 CONTROL 0x00 - 0x1f 0x7f
H A Dkk_KZ.PT154.src17 CONTROL 0x00 - 0x1f 0x7f
H A Den_US.ISO_8859-4.src16 CONTROL 0x00 - 0x1f 0x7f - 0x9f
/minix/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DBINDInstall.rc88 CONTROL "&Tools Only",IDC_TOOLS_ONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,185,72,10
89CONTROL "&Automatic Startup",IDC_AUTO_START,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,195,7…
90 CONTROL "&Keep Config Files After Uninstall",IDC_KEEP_FILES,
92CONTROL "&Start BIND Service After Install",IDC_START,"Button",BS_AUTOCHECKBOX | WS_TABSTO…
/minix/usr.bin/mklocale/
H A Dlex.l102 CONTROL { yylval.i = _RUNETYPE_C;

123