Searched refs:ungetc (Results 1 - 25 of 108) sorted by relevance

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dungetc.c27 ungetc(int c, Sfio_t* f) function
29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
/macosx-10.9.5/cctools-845/as/
H A Dinput-file.c138 ungetc('#',f_in); /* It was longer */
140 ungetc('\n',f_in);
142 ungetc('\n',f_in);
144 ungetc('#',f_in);
146 ungetc(c,f_in);
H A Dapp.c175 ungetc(ch, fp);
188 ungetc(ch, fp);
229 ungetc('\n', fp);
250 ungetc('n', fp);
309 ungetc(ch, fp);
312 ungetc(ch, fp);
351 ungetc(ch, fp);
356 ungetc(' ', fp);
368 ungetc(ch, fp);
373 ungetc(c
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr005/
H A Dchk.nl82 ungetc(ch, fp);
91 ungetc(ch, fp);
93 ungetc(ch, fp);
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Ddigest-doc.c69 ungetc (ch, stdin);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A Dmactrans.c35 ungetc(c,stdin);
/macosx-10.9.5/Libc-997.90.3/locale/
H A Dfrune.c81 ungetc(buf[len], fp);
101 if (ungetc(buf[len], fp) == EOF)
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Druby_lex.rb211 def ungetc(c = nil) method in class:tokenize.initialize
424 ungetc
535 ungetc
593 ungetc
764 ungetc
792 ungetc
814 ungetc
847 ungetc
850 ungetc
851 ungetc
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-lex.rb145 def ungetc(c = nil) method
355 ungetc
456 ungetc
517 ungetc
716 ungetc
760 ungetc
763 ungetc
764 ungetc
767 ungetc
785 ungetc
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dm.c137 int ungetc;
157 if (n > qsize(q, &ungetc, &queuec, &appendc)) {
186 if (ungetc) {
220 if (ungetc) {
428 int ungetc = 0;
432 Tcl_ListObjLength (NULL, q->unget, &ungetc);
436 if (u) *u = ungetc;
440 return ungetc + queuec + appendc - q->at;
135 int ungetc; local
422 int ungetc = 0; local
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dmain.cpp97 ungetc(d, fp);
110 ungetc(c, fp);
121 ungetc(c, fp);
127 ungetc(c, fp);
169 ungetc(d, fp);
183 ungetc(c, fp);
195 ungetc(c, fp);
202 ungetc(c, fp);
208 ungetc(c, fp);
376 ungetc(
[all...]
/macosx-10.9.5/cups-372.4/cups/monitor/
H A Dbcp.c202 ungetc(ch, fp); /* Nope, save it for later... */
224 ungetc(ch, fp);
H A Dtbcp.c191 ungetc(ch, fp); /* Nope, save it for later... */
213 ungetc(ch, fp);
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dfilestrm.c17 * 03/02/99 stephen Reordered params in ungetc to match stdio
139 int32_t c = ungetc(ch, (FILE*)fileStream);
147 return ungetc(c, (FILE*)fileStream);
/macosx-10.9.5/groff-38/groff/src/devices/xditview/
H A DDviP.h142 char ungot; /* have ungetc'd a char */
209 ungetc (c, dw->dvi.tmpFile)\
212 ungetc (c, dw->dvi.file)))
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A Dcjk_variants.c75 ungetc(c,stdin);
/macosx-10.9.5/remote_cmds-41.90.1/stdhosts.tproj/
H A Dstdhosts.c94 (void) ungetc(ch, fp);
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dnewbook.c108 ungetc(ch, pgnbook);
230 ungetc(ch, pgnbook);
251 ungetc(ch, pgnbook);
314 ungetc(ch, pgnbook);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dungetc.c34 static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/ungetc.c,v 1.18 2008/04/17 22:17:54 jhb Exp $");
50 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
91 ungetc(int c, FILE *fp) function
132 * If we are in the middle of ungetc'ing, just continue.
133 * This may require expanding the current ungetc buffer.
157 * Create an ungetc buffer.
/macosx-10.9.5/bc-21/bc/dc/
H A Deval.c87 * ungetc() only guarantees one, we place the second pushback here
241 ungetc(stdin_lookahead, stdin);
655 ungetc(peekc, fp);
659 ungetc(peekc, fp);
665 ungetc(peekc, fp);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzkt-soaserial.c135 ungetc (c, fp); /* pushback the non ws */
H A Dncparse.c154 ungetc (c, fp);
178 ungetc (c, fp);
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dgentranslit.c76 ungetc(c,stdin);
/macosx-10.9.5/remote_cmds-41.90.1/stdethers.tproj/
H A Dstdethers.c119 (void) ungetc(ch, fp);
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmain.c253 (void) ungetc(ch, fp);

Completed in 371 milliseconds

12345