Searched defs:unget (Results 1 - 3 of 3) 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...]

Completed in 21 milliseconds