Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c59 code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;
69 __xc_ungetc(int ch, void *w) in __xc_ungetc() function
H A Dprivate.h208 extern int __xc_ungetc(int, void *);
H A Dnewterm.c280 wio->unget = __xc_ungetc;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h226 extern int __xc_ungetc(int, void *);
H A Dwgetch.c285 __xc_ungetc(int ch, void *w) in __xc_ungetc() function
H A Dnewterm.c276 wio->unget = __xc_ungetc; in newterm()