Lines Matching defs:iop
50 * with the specified iop.
57 #define _getmbstate(iop) (&(iop)->_state)
64 * This function/macro gets the orientation bound to the specified iop.
67 * _WC_MODE if iop has been bound to Wide orientation
68 * _BYTE_MODE if iop has been bound to Byte orientation
69 * _NO_MODE if iop has been bound to neither Wide nor Byte
75 * This function/macro sets the orientation to the specified iop.
96 #define _SET_ORIENTATION_BYTE(iop) \
98 if (GET_NO_MODE(iop)) \
99 _setorientation(iop, _BYTE_MODE); \