Home
last modified time | relevance | path

Searched refs:unget (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c112 static void unget(int);
242 unget(c); in mks_vfscanf()
456 unget(c); in whitespace()
522 unget(c); in match()
561 unget(c); in getnum()
573 unget(c); in getnum()
575 unget(c); in getnum()
598 unget(c); in getnum()
626 unget(c); in getnum()
663 unget(c); in getnum()
[all …]
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_wio.h50 int (*unget)(int, void *); /* Push byte onto input object. */ member
/titanic_50/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c81 (void) (*wio->unget)(ch, wio->object);
/titanic_50/usr/src/cmd/pr/
H A Dpr.c184 static void unget(int);
760 unget(colno); in foldpage()
807 unget(colno); in foldpage()
1296 unget(int colno) function
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c278 wio->unget = __xc_ungetc; in newterm()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c282 wio->unget = __xc_ungetc;