Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c116 static GL_FD_EVENT_FN(pty_read_from_program);
561 static GL_FD_EVENT_FN(pty_read_from_program) in GL_FD_EVENT_FN() function
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h590 #define GL_FD_EVENT_FN(fn) GlFdStatus (fn)(GetLine *gl, void *data, int fd, \ macro
592 typedef GL_FD_EVENT_FN(GlFdEventFn); typedef