Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c78 return (!iqIsEmpty()); in iqContainsFullLine()
115 iqIsEmpty(void) in iqIsEmpty() function
258 return ((klugeTypeaheadInGetch) ? 0 : !iqIsEmpty()); in pollTypeahead()
351 if (iqIsEmpty()) { in wgetch()
H A Dflushinp.c60 if (!iqIsEmpty()) in flushinp()
H A Dwget_wch.c67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0) in unget_wch()
H A Dprivate.h235 extern int iqIsEmpty(void);