Home
last modified time | relevance | path

Searched refs:BLOCKED_ERRNO (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c160 #undef BLOCKED_ERRNO
162 #define BLOCKED_ERRNO (EAGAIN) macro
164 #define BLOCKED_ERRNO (EWOULDBLOCK) macro
166 #define BLOCKED_ERRNO (EIO) macro
168 #define BLOCKED_ERRNO 0 macro
3183 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO); in gl_read_terminal()
6850 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO); in gl_flush_output()
9003 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO); in gl_event_handler()
12324 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
12372 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);