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

123

/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
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')
227 # define CREPRINT CONTROL('r')
230 # define CDISCARD CONTROL('
[all...]
/macosx-10.10.1/libedit-40/src/
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')
227 # define CREPRINT CONTROL('r')
230 # define CDISCARD CONTROL('
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/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')
227 # define CREPRINT CONTROL('r')
230 # define CDISCARD CONTROL('
[all...]
/macosx-10.10.1/less-25/less/
H A Ddecode.c58 CONTROL('E'),0, A_F_LINE,
59 CONTROL('N'),0, A_F_LINE,
62 CONTROL('Y'),0, A_B_LINE,
64 CONTROL('P'),0, A_B_LINE,
70 CONTROL('D'),0, A_F_SCROLL,
72 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,
88 CONTROL('
[all...]
H A Dcmd.h114 #define SK_SPECIAL_KEY CONTROL('K')
H A Dttyin.c157 if (c == CONTROL('A'))
H A Dcommand.c365 case CONTROL('P'):
506 case CONTROL('E'): /* ignore END of file */
512 case CONTROL('F'): /* FIRST file */
515 case CONTROL('K'): /* KEEP position */
518 case CONTROL('R'): /* Don't use REGULAR EXPRESSIONS */
521 case CONTROL('N'): /* NOT match */
H A Dless.h383 #define CONTROL(c) ( \ macro
442 #define CONTROL(c) ((c)&037) macro
445 #define ESC CONTROL('[')
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl14 set CONTROL Command
17 set CONTROL Control
27 bind $dlg <$CONTROL-s> [list save $dlg]
48 bind $dlg <$CONTROL-q> { exit }
/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
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...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUniData.c871 CONTROL, enumerator in enum:__anon12547
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclUniData.c871 CONTROL, enumerator in enum:__anon12601
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/format/
H A Dpeg.inc27 Primary <- ALNUM / ALPHA / ASCII / CONTROL / DDIGIT / DIGIT
86 leaf: CONTROL <- "<control>" WHITESPACE ;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.h39 CONTROL = 265, enumerator in enum:yytokentype
124 #define CONTROL 265 macro
H A Drcparse.y106 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
299 | CONTROL
614 | CONTROL optresidc numexpr cnumexpr control_styleexpr cnumexpr
625 | CONTROL optresidc numexpr cnumexpr control_styleexpr cnumexpr
634 | CONTROL optresidc numexpr ',' QUOTEDSTRING control_styleexpr
647 | CONTROL optresidc numexpr ',' QUOTEDSTRING control_styleexpr
/macosx-10.10.1/apache-793/httpd/support/win32/
H A DApacheMonitor.rc39 CONTROL IDB_BMPHEADER,IDC_STATIC,"Static",SS_BITMAP,0,0,349,38
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1341 debug(CONTROL, "cmd: 0x%lx", cmd);
1348 debug(CONTROL,"TIOCGETA_32");
1360 debug(CONTROL,"TIOCGETA_64");
1377 debug(CONTROL,"TIOCSETA_32/64/TIOCSETAW_32/64/TIOCSETAF_32/64");
1415 debug(CONTROL,"TIOCEXCL");
1429 debug(CONTROL,"generic tty handled this");
1452 debug(CONTROL,"TIOCSBRK");
1456 debug(CONTROL,"TIOCCBRK");
1460 debug(CONTROL,"TIOCSDTR");
1464 debug(CONTROL,"TIOCCDT
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dprotg.c100 CONTROL -- control packet
111 #define CONTROL (0)
117 is CONTROL.
643 if (CONTROL_TT (iGpacket_control) == CONTROL)
1099 ictl = (CONTROL << 6) | (ixxx << 3) | iyyy;
1473 if (CONTROL_TT (ab[IFRAME_CONTROL]) != CONTROL)
1496 /* This is a data packet. It should not be type CONTROL. */
1497 if (CONTROL_TT (ab[IFRAME_CONTROL]) == CONTROL)
1503 "fgprocess_data: Bad header: data packet is type CONTROL");
1587 if (CONTROL_TT (ab[IFRAME_CONTROL]) != CONTROL)
110 #define CONTROL macro
[all...]
/macosx-10.10.1/adv_cmds-158/mklocale/
H A Dlex.l95 CONTROL { yylval.i = _CTYPE_C;
/macosx-10.10.1/emacs-93/emacs/etc/
H A DTUTORIAL.cs6 P��kazy Emacsu obecn� vyu��vaj� kl�vesu CONTROL (ob�as ozna�ovanou CTRL nebo
10 C-<chr> znamen� p�idr�et kl�vesu CONTROL a stisknout znak <chr>.
11 Tedy C-f znamen�: p�idr�te kl�vesu CONTROL a stiskn�te f.
23 (Sm�le do toho, prove�te to p�idr�en�m kl�vesy CONTROL a stiskem v.)
49 (Jedn� se o CONTROL-L a ne CONTROL-1.)
132 zat�mco znaky s kl�vesou CONTROL pracuj� na z�kladn�ch prvc�ch
276 Tedy vlo�en� CONTROL-x n�sledovan� ��slic� 1. C-x 1 roz���� okno
345 paralelu zapo�atou C-f a M-f (pravda, <Delete> opravdu nen� CONTROL
479 za��naj� znakem CONTROL
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcobol.vim44 syn keyword cobolParagraphName contained PROGRAM-ID SOURCE-COMPUTER OBJECT-COMPUTER SPECIAL-NAMES FILE-CONTROL I-O-CONTROL
54 syn keyword cobolReserved contained CONTROL CONVERTING CORR CORRESPONDING COUNT CURRENCY DATE DATE-COMPILED
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c172 #define CONTROL -20 /* control mode */ macro
538 refresh(vp,CONTROL);
825 refresh(vp,CONTROL);
1068 refresh(vp,CONTROL);
1160 refresh(vp,CONTROL);
1847 * mode = CONTROL, refresh in control mode, ie. leave cursor
2096 refresh(vp,CONTROL);
2367 refresh(vp,CONTROL);
2716 refresh(vp,CONTROL);

Completed in 317 milliseconds

123