Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.h68 int _glq_char_count(GlCharQueue *cq);
H A Dchrqueue.c293 int _glq_char_count(GlCharQueue *cq) in _glq_char_count() function
H A Dgetline.c2785 if(_glq_char_count(gl->cq) > 0 && gl_flush_output(gl)) in gl_get_input_line()
2869 if(_glq_char_count(gl->cq) > 0 && gl_flush_output(gl)) in gl_get_query_char()
12712 if(_glq_char_count(gl->cq) > 0 && gl_flush_output(gl)) {