Searched defs:CHANNEL_CLOSED_P (Results 1 – 2 of 2) sorted by relevance
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/ | ||
H A D | uxio.h | 41 #define CHANNEL_CLOSED_P(channel) ((CHANNEL_DESCRIPTOR (channel)) < 0) macro |
H A D | ntio.h | 75 #define CHANNEL_CLOSED_P(channel) \ macro |