Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c76 return (!iqIsEmpty()); in iqContainsFullLine()
113 iqIsEmpty(void) in iqIsEmpty() function
256 return ((klugeTypeaheadInGetch) ? 0 : !iqIsEmpty()); in pollTypeahead()
349 if (iqIsEmpty()) { in wgetch()
H A Dflushinp.c58 if (!iqIsEmpty()) in flushinp()
H A Dwget_wch.c65 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0) in unget_wch()
H A Dprivate.h233 extern int iqIsEmpty(void);