Searched refs:BLOCKED_ERRNO (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 161 #undef BLOCKED_ERRNO 163 #define BLOCKED_ERRNO (EAGAIN) macro 165 #define BLOCKED_ERRNO (EWOULDBLOCK) macro 167 #define BLOCKED_ERRNO (EIO) macro 169 #define BLOCKED_ERRNO 0 macro 3184 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);
|