Searched refs:SOP_IS_CLOSABLE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sort/common/ | ||
H A D | types.h | 186 #define SOP_IS_CLOSABLE(s) ((s)->s_ops.sop_is_closable)(s) macro |
H A D | streams.c | 432 if (SOP_IS_CLOSABLE(cur_streamp)) in stream_close_all_previous() |