Searched refs:C_UNBLOCK (Results 1 – 3 of 3) sorted by relevance
127 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK)) in jcl()139 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl()148 ddflags |= C_UNBLOCK; in jcl()275 { "block", C_BLOCK, C_UNBLOCK, NULL },284 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
135 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup()247 if (ddflags & (C_BLOCK|C_UNBLOCK)) in dd_in()342 if (ddflags & (C_BLOCK|C_UNBLOCK)) in dd_close()
94 #define C_UNBLOCK 0x80000 macro