Searched refs:__xc_ungetc (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c61 code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;
71 __xc_ungetc(int ch, void *w) function
H A Dprivate.h210 extern int __xc_ungetc(int, void *);
H A Dnewterm.c282 wio->unget = __xc_ungetc;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h228 extern int __xc_ungetc(int, void *);
H A Dwgetch.c282 __xc_ungetc(int ch, void *w) function
H A Dnewterm.c278 wio->unget = __xc_ungetc;

Completed in 32 milliseconds