Searched refs:CONTROL (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c62 #define CONTROL(x) (x - 64) macro
120 erase[0] = CONTROL('H');
148 kill[0] = CONTROL('U');
174 eof[0] = CONTROL('D');
212 erase[0] = CONTROL('H');
214 kill[0] = CONTROL('U');
215 eof[0] = CONTROL('D');
216 eof[1] = CONTROL('Z');
282 *c = CONTROL('G');
/freebsd-11-stable/lib/libedit/
H A Dtty.h48 #define CONTROL(A) ((A) & 037) macro
166 # define CINTR CONTROL('c')
175 # define CKILL CONTROL('u')
178 # define CEOF CONTROL('d')
196 # define CSTART CONTROL('q')
199 # define CSTOP CONTROL('s')
202 # define CSUSP CONTROL('z')
205 # define CDSUSP CONTROL('y')
226 # define CREPRINT CONTROL('r')
229 # define CDISCARD CONTROL('
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dfreebsd-sources.pl34 our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF CONTROL);
41 CONTROL => "unbound-control",
/freebsd-11-stable/contrib/less/
H A Ddecode.c56 CONTROL('E'),0, A_F_LINE,
57 CONTROL('N'),0, A_F_LINE,
60 CONTROL('Y'),0, A_B_LINE,
62 CONTROL('P'),0, A_B_LINE,
68 CONTROL('D'),0, A_F_SCROLL,
70 CONTROL('U'),0, A_B_SCROLL,
75 CONTROL('F'),0, A_F_SCREEN,
76 CONTROL('V'),0, A_F_SCREEN,
79 CONTROL('B'),0, A_B_SCREEN,
89 CONTROL('
[all...]
H A Dcmd.h128 #define SK_SPECIAL_KEY CONTROL('K')
H A Dlesskey.c392 if (xlate && ch == CONTROL('K'))
452 if (xlate && buf[0] == CONTROL('K'))
458 * Caret means CONTROL.
461 buf[0] = CONTROL(p[1]);
463 if (xlate && buf[0] == CONTROL('K'))
470 if (xlate && buf[0] == CONTROL('K'))
H A Dless.h436 #define CONTROL(c) ( \ macro
495 #define CONTROL(c) ((c)&037) macro
498 #define ESC CONTROL('[')
H A Dttyin.c225 if (c == CONTROL('A'))
H A Dos.c166 if (poll_events(tty, POLLIN) && getchr() == CONTROL('X'))
179 if (win32_kbhit() && WIN32getch() == CONTROL('X'))
H A Dcommand.c372 case CONTROL('P'):
536 case CONTROL('E'): /* ignore END of file */
543 case CONTROL('F'): /* FIRST file */
547 case CONTROL('K'): /* KEEP position */
551 case CONTROL('W'): /* WRAP around */
555 case CONTROL('R'): /* Don't use REGULAR EXPRESSIONS */
558 case CONTROL('N'): /* NOT match */
H A Dscreen.c406 werase_char = CONTROL('W');
533 werase_char = CONTROL('W');
580 werase_char = CONTROL('W');
620 werase_char = CONTROL('W');
646 kill_char = CONTROL('U');
659 werase_char = CONTROL('W');
1074 tbuf[0] = CONTROL('K');
2251 putchr(CONTROL('G'));
2825 * ignore SHIFT and CONTROL key events.
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Ddefines.h55 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
H A Dsys_bsd.c194 termFlushChar = CONTROL('O');
197 termWerasChar = CONTROL('W');
200 termRprntChar = CONTROL('R');
203 termLiteralNextChar = CONTROL('V');
206 termStartChar = CONTROL('Q');
209 termStopChar = CONTROL('S');
212 termAytChar = CONTROL('T');
261 termFlushChar = CONTROL('O');
264 termWerasChar = CONTROL('W');
267 termRprntChar = CONTROL('
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Ddefines.h52 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
H A Dsys_bsd.c247 termFlushChar = CONTROL('O');
250 termWerasChar = CONTROL('W');
253 termRprntChar = CONTROL('R');
256 termLiteralNextChar = CONTROL('V');
259 termStartChar = CONTROL('Q');
262 termStopChar = CONTROL('S');
265 termAytChar = CONTROL('T');
323 termFlushChar = CONTROL('O');
326 termWerasChar = CONTROL('W');
329 termRprntChar = CONTROL('
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dkiic.c53 #define CONTROL 1 macro
74 /* CONTROL */
313 x = kiic_readreg(sc, CONTROL);
315 kiic_writereg(sc, CONTROL, x);
330 kiic_writereg(sc, CONTROL, 0);
333 x = kiic_readreg(sc, CONTROL);
335 kiic_writereg(sc, CONTROL, x);
344 kiic_writereg(sc, CONTROL, 0);
412 x = kiic_readreg(sc, CONTROL) | I2C_CT_ADDR;
413 kiic_writereg(sc, CONTROL,
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l57 control { DP; return CONTROL; }
H A Dparse.y89 %token CONTROL PIDFILE LISTEN REPLICATION CHECKSUM COMPRESSION METAFLUSH
140 control_statement: CONTROL STR
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c49 CONTROL macro. Don't modify argv (at least, unless
877 #define CONTROL(x) (x - 64) macro
883 attr.c_cc[VEOF] = CONTROL('D');
890 attr.c_cc[VEOL] = CONTROL('J');
897 attr.c_cc[VERASE] = CONTROL('H');
904 attr.c_cc[VINTR] = CONTROL('C');
911 attr.c_cc[VKILL] = CONTROL('U');
918 attr.c_cc[VQUIT] = CONTROL('\\');
925 attr.c_cc[VSUSP] = CONTROL('Z');
932 attr.c_cc[VSTOP] = CONTROL('
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci_fsl.c115 CONTROL = 0x500 enumerator in enum:internal_reg
118 /* CONTROL register bit flags */
172 tmp = bus_space_read_4(iot, ioh, CONTROL) | USB_EN;
181 bus_space_write_4(iot, ioh, CONTROL, tmp);
/freebsd-11-stable/usr.bin/mklocale/
H A Dlex.l93 CONTROL { yylval.i = _CTYPE_C;
/freebsd-11-stable/sys/dev/sound/macio/
H A Donyx.c138 u_char CONTROL; member in struct:onyx_reg
154 PCM3052_MRST | PCM3052_SRST, /* CONTROL */
237 onyx_write(sc, PCM3052_REG_CONTROL, onyx_initdata.CONTROL);
/freebsd-11-stable/sys/dev/ahb/
H A Dahbreg.h93 #define CONTROL 0x0D5 macro
H A Dahb.c448 ahb_outb(ahb, CONTROL, CNTRL_HARD_RST);
450 ahb_outb(ahb, CONTROL, 0);
466 ahb_outb(ahb, CONTROL, CNTRL_CLRINT);
859 ahb_outb(ahb, CONTROL, CNTRL_CLRINT);
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y114 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
313 | CONTROL
634 | CONTROL optresidc numexpr cresid control_styleexpr cnumexpr
645 | CONTROL optresidc numexpr cresid control_styleexpr cnumexpr

Completed in 132 milliseconds

12