Searched defs:gl_call_fd_handler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c292 static int gl_call_fd_handler(GetLine *gl, GlFdHandler *gfh, int fd,
9033 if(gl_call_fd_handler(gl, &node->ur, node->fd, GLFD_URGENT))
9040 if(gl_call_fd_handler(gl, &node->rd, node->fd, GLFD_READ))
9047 if(gl_call_fd_handler(gl, &node->wr, node->fd, GLFD_WRITE))
9078 static int gl_call_fd_handler(GetLine *gl, GlFdHandler *gfh, int fd, function

Completed in 96 milliseconds