Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h592 #define GL_FD_EVENT_FN(fn) GlFdStatus (fn)(GetLine *gl, void *data, int fd, \ macro
594 typedef GL_FD_EVENT_FN(GlFdEventFn); typedef
/titanic_41/usr/src/cmd/enhance/
H A Denhance.c563 static GL_FD_EVENT_FN(pty_read_from_program) in GL_FD_EVENT_FN() function