Home | History | Annotate | Download | only in toolbox

Lines Matching refs:unblock

81 void unblock(void);
451 else if (cfunc == unblock)
808 static const char no_block[] = "unblock and -DNO_CONV?\n";
811 void unblock(void) { fprintf(stderr, "%s", no_block); exit(1); }
936 unblock(void)
1148 * Ascii/ebcdic and cbs implies block/unblock.
1149 * Block/unblock requires cbs and vice-versa.
1157 cfunc = ddflags & C_BLOCK ? block : unblock;
1162 cfunc = unblock;
1319 { "unblock", C_UNBLOCK, C_BLOCK, NULL },