Searched defs:unget (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member in struct:__anon4206
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member in struct:__anon4220
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c184 static void unget(int);
760 unget(colno);
807 unget(colno);
1296 unget(int colno) function

Completed in 83 milliseconds