Searched refs:cntl (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices417 emfis-cntl 141/udp # EMFIS Control Service
418 emfis-cntl 141/tcp # EMFIS Control Service
2330 ardus-cntl 1116/udp # ARDUS Control
2331 ardus-cntl 1116/tcp # ARDUS Control
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c262 ed_ungetchar(ep->ed,cntl('N'));
273 ed_ungetchar(ep->ed,cntl('Y'));
324 case cntl('V'):
330 case cntl('X'):
338 case cntl('S') :
339 case cntl('Q') :
372 case cntl('Y') :
426 case cntl('W') :
437 ed_ungetchar(ep->ed,cntl('D'));
443 case cntl('
[all...]
H A Dvi.c529 if(echoctl) /*** for cntl-echo erase the ^[ ***/
808 case cntl('L'): /** Redraw line **/
821 case cntl('V'):
899 ed_ungetchar(vp->ed,cntl('L'));
942 ed_ungetchar(vp->ed,cntl('L'));
2435 ed_ungetchar(vp->ed,cntl('L'));
H A Dedit.c68 # define printchar(c) ((c) ^ ('A'-cntl('A')))
75 case cntl('A'): return('A');
76 case cntl('B'): return('B');
77 case cntl('C'): return('C');
78 case cntl('D'): return('D');
79 case cntl('E'): return('E');
80 case cntl('F'): return('F');
81 case cntl('G'): return('G');
82 case cntl('H'): return('H');
83 case cntl('
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c356 #define cntl(x) (((x)=='?')?0177:((x)&037)) macro
358 #define cntl(x) (((x)=='?')?ccmapc(0177,CC_ASCII,CC_NATIVE):ccmapc(ccmapc(x,CC_NATIVE,CC_ASCII)&037,CC_ASCII,CC_NATIVE)) macro
400 sp->c_cc[tp->mask] = cntl(tp->val);
625 return(cntl(cp[1]));
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dedit.h184 #define ESC cntl('[')
193 # define cntl(x) (x&037) macro
195 # define cntl(c) (c=='D'?55:(c=='E'?45:(c=='F'?46:(c=='G'?'\a':(c=='H'?'\b': \ macro
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c443 char cntl; local
492 cc = read(p, &cntl, 1);
493 if (cc == 1 && pkcontrol(cntl)) {
494 cntl |= oobdata[0];
495 send(f, &cntl, 1, MSG_OOB);
496 if (cntl & TIOCPKT_FLUSHWRITE) {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdio.c36 int cntl; /* file control flags */ member in struct:_direct_s
66 if(!(di->cntl & FDIRECT) )
67 { di->cntl |= FDIRECT;
68 (void)fcntl(f->file, F_SETFL, di->cntl);
90 if(done < n && (di->cntl & FDIRECT) )
92 di->cntl &= ~FDIRECT;
93 (void)fcntl(f->file, F_SETFL, di->cntl);
145 if(di->cntl&FDIRECT)
146 { di->cntl &= ~FDIRECT;
147 (void)fcntl(f->file,F_SETFL,di->cntl);
[all...]

Completed in 274 milliseconds