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

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dflushinp.c60 if (!iqIsEmpty())
H A Dwget_wch.c67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0)
H A Dwgetch.c74 return (!iqIsEmpty());
110 iqIsEmpty(void) function
253 return ((klugeTypeaheadInGetch) ? 0 : !iqIsEmpty());
346 if (iqIsEmpty()) {
H A Dprivate.h235 extern int iqIsEmpty(void);

Completed in 35 milliseconds