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

12

/freebsd-13-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-13-stable/contrib/libedit/
H A Dtty.h47 #define CONTROL(A) ((A) & 037) macro
165 # define CINTR CONTROL('c')
174 # define CKILL CONTROL('u')
177 # define CEOF CONTROL('d')
195 # define CSTART CONTROL('q')
198 # define CSTOP CONTROL('s')
201 # define CSUSP CONTROL('z')
204 # define CDSUSP CONTROL('y')
225 # define CREPRINT CONTROL('r')
228 # define CDISCARD CONTROL('
[all...]
/freebsd-13-stable/contrib/unbound/
H A Dfreebsd-sources.pl34 our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF CONTROL);
41 CONTROL => "unbound-control",
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py45 CONTROL = set('case switch default if else return goto'.split()) variable
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
/freebsd-13-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-13-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-13-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-13-stable/sys/powerpc/powermac/
H A Dkiic.c55 #define CONTROL 1 macro
76 /* CONTROL */
314 x = kiic_readreg(sc, CONTROL);
316 kiic_writereg(sc, CONTROL, x);
331 kiic_writereg(sc, CONTROL, 0);
334 x = kiic_readreg(sc, CONTROL);
336 kiic_writereg(sc, CONTROL, x);
345 kiic_writereg(sc, CONTROL, 0);
413 x = kiic_readreg(sc, CONTROL) | I2C_CT_ADDR;
414 kiic_writereg(sc, CONTROL,
[all...]
/freebsd-13-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-13-stable/sys/contrib/zstd/programs/
H A Dutil.c52 /* CONTROL is almost like an assert(), but is never disabled.
58 #define CONTROL(c) { \ macro
317 CONTROL( fgets(buf, (int) len, file) );
356 CONTROL( fclose(inputFile) == 0 );
381 CONTROL( buf != NULL );
393 CONTROL(filenamesTable != NULL);
410 CONTROL(table != NULL);
467 CONTROL( newTable != NULL );
472 CONTROL ( buf != NULL );
477 CONTROL ( newTabl
[all...]
H A Dbenchfn.c57 #define CONTROL(c) { if (!(c)) { DEBUGOUTPUT("error: %s \n", #c); abort(); } } macro
73 CONTROL(outcome.error_tag_never_ever_use_directly == 0);
79 CONTROL(outcome.error_tag_never_ever_use_directly != 0);
/freebsd-13-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-13-stable/sys/dev/usb/controller/
H A Dehci_fsl.c116 CONTROL = 0x500 enumerator in enum:internal_reg
119 /* CONTROL register bit flags */
173 tmp = bus_space_read_4(iot, ioh, CONTROL) | USB_EN;
182 bus_space_write_4(iot, ioh, CONTROL, tmp);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl176 CLFLUSH .macro CONTROL,ADDR,LEN
178 || STW ADDR,*CONTROL[0]
179 STW LEN,*CONTROL[1]
181 LDW *CONTROL[1],A0
/freebsd-13-stable/sys/dev/sound/macio/
H A Donyx.c140 u_char CONTROL; member in struct:onyx_reg
156 PCM3052_MRST | PCM3052_SRST, /* CONTROL */
239 onyx_write(sc, PCM3052_REG_CONTROL, onyx_initdata.CONTROL);

Completed in 122 milliseconds

12