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

123

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/texinfo/info/
H A Dinfomap.c856 CONTROL('a'), NUL, A_info_beginning_of_line,
857 CONTROL('b'), NUL, A_info_backward_char,
858 CONTROL('e'), NUL, A_info_end_of_line,
859 CONTROL('f'), NUL, A_info_forward_char,
860 CONTROL('g'), NUL, A_info_abort_key,
861 CONTROL('h'), NUL, A_info_get_help_window,
862 CONTROL('l'), NUL, A_info_redraw_display,
863 CONTROL('n'), NUL, A_info_next_line,
864 CONTROL('p'), NUL, A_info_prev_line,
865 CONTROL('
[all...]
H A Dinfokey.h106 #define CONTROL(c) ((c) & 0x1f) macro
114 #define SK_ESCAPE CONTROL('k')
/freebsd-9.3-release/contrib/less/
H A Ddecode.c53 CONTROL('E'),0, A_F_LINE,
54 CONTROL('N'),0, A_F_LINE,
57 CONTROL('Y'),0, A_B_LINE,
59 CONTROL('P'),0, A_B_LINE,
65 CONTROL('D'),0, A_F_SCROLL,
67 CONTROL('U'),0, A_B_SCROLL,
70 CONTROL('F'),0, A_F_SCREEN,
71 CONTROL('V'),0, A_F_SCREEN,
74 CONTROL('B'),0, A_B_SCREEN,
84 CONTROL('
[all...]
H A Dcmd.h116 #define SK_SPECIAL_KEY CONTROL('K')
H A Dttyin.c140 if (c == CONTROL('A'))
/freebsd-9.3-release/share/mklocale/
H A Dam_ET.UTF-8.src14 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dhi_IN.ISCII-DEV.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dla_LN.US-ASCII.src10 CONTROL 0x00 - 0x1f 0x7f
H A Dla_LN.ISO8859-1.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dru_RU.KOI8-R.src13 CONTROL 0x00 - 0x1f 0x7f
H A Del_GR.ISO8859-7.src12 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dla_LN.ISO8859-13.src15 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dla_LN.ISO8859-15.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dru_RU.CP866.src13 CONTROL 0x00 - 0x1f 0x7f
H A Dru_RU.ISO8859-5.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Dtr_TR.ISO8859-9.src13 CONTROL 0x00 - 0x1f 0x7f - 0x9f
H A Duk_UA.KOI8-U.src13 CONTROL 0x00 - 0x1f 0x7f
/freebsd-9.3-release/contrib/telnet/telnet/
H A Ddefines.h56 #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ macro
H A Dsys_bsd.c250 termFlushChar = CONTROL('O');
253 termWerasChar = CONTROL('W');
256 termRprntChar = CONTROL('R');
259 termLiteralNextChar = CONTROL('V');
262 termStartChar = CONTROL('Q');
265 termStopChar = CONTROL('S');
268 termAytChar = CONTROL('T');
326 termFlushChar = CONTROL('O');
329 termWerasChar = CONTROL('W');
332 termRprntChar = CONTROL('
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sbin/hastd/
H A Dtoken.l55 control { DP; return CONTROL; }

Completed in 184 milliseconds

123