Searched refs:A_FLAG (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dwhence.c40 #define A_FLAG 4 macro
105 flags |= A_FLAG;
147 flags &= ~A_FLAG;
151 aflag = ((flags&A_FLAG)!=0);
H A Dread.c43 #define A_FLAG 4 /* read into array */ macro
90 flags |= A_FLAG;
243 if(flags&A_FLAG)
245 flags &= ~A_FLAG;
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c81 #define A_FLAG 0x0001 macro
417 if(pp->flags&A_FLAG)
424 if(!(pp->flags&A_FLAG))
665 pp->flags |= A_FLAG;
802 pp->flags |= A_FLAG;
813 pp->flags &= ~(M_FLAG|A_FLAG);
H A Dstty.c86 #define A_FLAG 1 macro
928 flags |= A_FLAG;

Completed in 104 milliseconds