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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c997 static int gl_flush_output(GetLine *gl);
1002 * subsequently flushed to the output channel by gl_flush_output().
2674 if(gl_flush_output(gl))
2786 if(_glq_char_count(gl->cq) > 0 && gl_flush_output(gl))
2870 if(_glq_char_count(gl->cq) > 0 && gl_flush_output(gl))
2934 (void) gl_flush_output(gl);
3139 if(gl_flush_output(gl))
3482 return gl_flush_output(gl);
3489 return gl_flush_output(gl);
3886 if(gl_flush_output(g
6835 static int gl_flush_output(GetLine *gl) function
[all...]

Completed in 78 milliseconds