Searched refs:C_BLOCK (Results 1 – 3 of 3) sorted by relevance
160 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()175 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl()180 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl()187 ddflags |= C_BLOCK; in jcl()340 { "block", C_BLOCK, C_UNBLOCK, NULL },354 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
107 #define C_BLOCK 0x00002 macro
214 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()350 if (flags & (C_BLOCK|C_UNBLOCK)) in dd_in()