Searched refs:UNBLOCK (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/std/
H A Ddd.c94 #define UNBLOCK (1L<<19) macro
381 UNBLOCK,
642 if ((state.conv.value.number & (BLOCK|UNBLOCK)) == (BLOCK|UNBLOCK))
644 if ((state.conv.value.number & (SYNC|UNBLOCK)) == (SYNC|UNBLOCK))
660 if (state.conv.value.number & (BLOCK|UNBLOCK))
665 if (state.conv.value.number & UNBLOCK)
716 if (state.out.special && !(state.conv.value.number & UNBLOCK) && (n = state.obs.value.number))
936 if (f & UNBLOCK)
[all...]

Completed in 11 milliseconds