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

/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member in struct:__anon2732
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member in struct:__anon2746
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c112 static void unget(int);
117 static int ungot; /* getin/unget char */
242 unget(c);
456 unget(c);
522 unget(c);
561 unget(c);
573 unget(c);
575 unget(c);
598 unget(c);
626 unget(
799 unget(int c) function
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c81 (void) (*wio->unget)(ch, wio->object);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c282 wio->unget = __xc_ungetc;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c278 wio->unget = __xc_ungetc;

Completed in 18 milliseconds