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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1027 static int gl_read_unmasked(GetLine *gl, int fd, char *c);
3241 return gl_read_unmasked(gl, fd, c); /* Read one character */
3259 status = gl_read_unmasked(gl, fd, c); /* Try reading */
3264 status = gl_read_unmasked(gl, fd, c); /* Try reading again */
3303 static int gl_read_unmasked(GetLine *gl, int fd, char *c) function

Completed in 103 milliseconds