Searched defs:cntl (Results 1 - 4 of 4) sorted by relevance

/ast/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...]
/ast/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]));
/ast/src/cmd/ie/
H A Dedit.h133 # define cntl(x) (x&037) macro
135 # define cntl(c) (c=='D'?55:(c=='E'?45:(c=='F'?46:(c=='G'?'\a':(c=='H'?'\b': \ macro
/ast/src/cmd/ksh93/include/
H A Dedit.h185 #define ESC cntl('[')
194 # define cntl(x) (x&037) macro
196 # define cntl(c) (c=='D'?55:(c=='E'?45:(c=='F'?46:(c=='G'?'\a':(c=='H'?'\b': \ macro

Completed in 69 milliseconds