Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dgetline.c387 GlWriteFn *flush_fn; /* The function to call to write to the terminal */ member
1769 gl->flush_fn = gl_flush_terminal; in new_GetLine()
3876 GlWriteFn *write_fn = buffered ? gl_write_fn : gl->flush_fn; in gl_print_raw_string()
6845 switch(_glq_flush_queue(gl->cq, gl->flush_fn, gl)) { in gl_flush_output()
10591 int ndone = _glq_append_chars(gl->cq, s, n, gl->flush_fn, gl);