Searched refs:D_FLAG (Results 1 – 13 of 13) sorted by relevance
48 #define D_FLAG 8 /* must be number of bits for all flags */ macro103 flags &= ~((1<<D_FLAG)-1); in b_read()104 flags |= (mbchar(cp)<< D_FLAG); in b_read()112 flags &= ((1<<D_FLAG)-1); in b_read()115 if((unsigned)r > (1<<((8*sizeof(int))-D_FLAG))-1) in b_read()117 flags |= (r<< D_FLAG); in b_read()266 if(flags>>D_FLAG) /* delimiter not new-line or fixed size read */ in sh_readline()269 size = ((unsigned)flags)>>D_FLAG; in sh_readline()271 delim = ((unsigned)flags)>>D_FLAG; in sh_readline()721 if((flags>>D_FLAG) && (shp->fdstatus[fd]&IOTTY)) in sh_readline()
77 #define D_FLAG 2 macro 161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count)) in uniq() 265 mode |= D_FLAG; in b_uniq() 268 mode |= D_FLAG; in b_uniq()
87 #define D_FLAG (1<<8) macro 522 if (flags&D_FLAG) in b_cat()
77 #define D_FLAG 2 macro161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count)) in uniq()263 mode |= D_FLAG; in b_uniq()266 mode |= D_FLAG; in b_uniq()
87 #define D_FLAG (1<<8) macro522 if (flags&D_FLAG) in b_cat()
48 #define D_FLAG 8 /* must be number of bits for all flags */ macro 106 flags &= ~((1<<D_FLAG)-1); in b_read() 107 flags |= (mbchar(cp)<< D_FLAG); in b_read() 115 flags &= ((1<<D_FLAG)-1); in b_read() 280 if(size || (flags>>D_FLAG)) /* delimiter not new-line or fixed size read */ in sh_readline() 286 delim = ((unsigned)flags)>>D_FLAG; in sh_readline()
94 #define D_FLAG 0x1 macro
174 sp->sc_flags |= D_FLAG;
155 flags |= D_FLAG; in main() 1228 if (flags & D_FLAG) {1230 flags &= ~D_FLAG;
436 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm() 622 (sp->sc_flags & D_FLAG) ? "disabled" : "enabled"); in startit()
107 if [ "$D_FLAG" = "y" ]; then863 B ) D_FLAG=y867 D ) D_FLAG=y1804 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then1884 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then1902 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then1981 if [[ $D_FLAG = y ]]; then2145 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
108 if [ "$D_FLAG" = "y" ]; then672 D_FLAG=n861 B ) D_FLAG=y865 D ) D_FLAG=y1338 if [ "$D_FLAG" = "n" -a "$l_FLAG" = "y" ]; then1815 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then1895 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then1913 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then1992 if [[ $D_FLAG = y ]]; then2156 if [[ "$MULTI_PROTO" = no || "$D_FLAG" [all...]
114 #define D_FLAG 'D' macro 3128 if (f[D_FLAG] == NULL) in flags2cred() 3131 *user = strdup(f[D_FLAG]); in flags2cred()