Searched refs:D_FLAG (Results 1 – 9 of 9) sorted by relevance
77 #define D_FLAG 2 macro161 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) macro522 if (flags&D_FLAG) in b_cat()
48 #define D_FLAG 8 /* must be number of bits for all flags */ macro106 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
171 sp->sc_flags |= D_FLAG;
152 flags |= D_FLAG; in main()1225 if (flags & D_FLAG) {1227 flags &= ~D_FLAG;
433 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm()618 (sp->sc_flags & D_FLAG) ? "disabled" : "enabled"); in startit()
104 if [ "$D_FLAG" = "y" ]; then746 B ) D_FLAG=y750 D ) D_FLAG=y1788 if [[ "$MULTI_PROTO" == yes && "$D_FLAG" == n ]]; then1869 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then1887 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then1966 if [[ $D_FLAG == y ]]; then2111 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
114 #define D_FLAG 'D' macro3129 if (f[D_FLAG] == NULL) in flags2cred()3132 *user = strdup(f[D_FLAG]); in flags2cred()