Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h205 extern int __xc_feof(void *);
H A Dwgetch.c94 __xc_feof(void *w) in __xc_feof() function
H A Dnewterm.c283 wio->iseof = __xc_feof;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h223 extern int __xc_feof(void *);
H A Dwgetch.c297 __xc_feof(void *w) in __xc_feof() function
H A Dnewterm.c279 wio->iseof = __xc_feof; in newterm()