Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c117 static int ungot; /* getin/unget char */ variable
142 ungot = EOF; in mks_vfscanf()
403 if (ungot != EOF) { in mks_vfscanf()
404 ungetc(ungot, fpin); in mks_vfscanf()
405 ungot = EOF; in mks_vfscanf()
789 if (ungot != EOF) { in getin()
790 c = ungot; in getin()
791 ungot = EOF; in getin()
802 ungot = c; in unget()