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

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

Completed in 45 milliseconds