Home
last modified time | relevance | path

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

/titanic_41/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) in __xc_ungetc() function
H A Dprivate.h210 extern int __xc_ungetc(int, void *);
H A Dnewterm.c282 wio->unget = __xc_ungetc;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h228 extern int __xc_ungetc(int, void *);
H A Dwgetch.c287 __xc_ungetc(int ch, void *w) in __xc_ungetc() function
H A Dnewterm.c278 wio->unget = __xc_ungetc; in newterm()