Searched refs:__xc_ungetc (Results 1 – 6 of 6) sorted by relevance
61 code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;71 __xc_ungetc(int ch, void *w) in __xc_ungetc() function
210 extern int __xc_ungetc(int, void *);
282 wio->unget = __xc_ungetc;
228 extern int __xc_ungetc(int, void *);
287 __xc_ungetc(int ch, void *w) in __xc_ungetc() function
278 wio->unget = __xc_ungetc; in newterm()