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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1026 static int gl_event_handler(GetLine *gl, int fd);
3239 if(gl_event_handler(gl, fd))
3261 if(gl_event_handler(gl, fd)) /* Wait for input */
8937 static int gl_event_handler(GetLine *gl, int fd) function
9066 * This is a private function of gl_event_handler(), used to call a
9128 * This is a private function of gl_event_handler(), used to call a

Completed in 90 milliseconds