/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 385 (void) ungetc(c, Fp); in yylex() 419 (void) ungetc(c, Fp); in yylex() 461 (void) ungetc(nextc, Fp); in yylex() 499 (void) ungetc(nextc, Fp); in yylex() 511 (void) ungetc(nextc, Fp); in yylex() 523 (void) ungetc(nextc, Fp); in yylex() 535 (void) ungetc(nextc, Fp); in yylex() 547 (void) ungetc(nextc, Fp); in yylex() 562 (void) ungetc(nextc, Fp); in yylex() 577 (void) ungetc(nextc, Fp); in yylex() [all …]
|
/titanic_44/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 261 (void) ungetc(c, fp); in yylex() 299 (void) ungetc(c, fp); in yylex() 310 (void) ungetc(c, fp); in yylex() 334 (void) ungetc(c, fp); /* put back newline */ in yylex() 368 (void) ungetc(xc, fp); in yylex()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 216 (void) ungetc(c, fp); in gpkgmap() 231 (void) ungetc(c, fp); in gpkgmap() 292 (void) ungetc(c, fp); in gpkgmap() 525 (void) ungetc(c, fp); in getnum() 537 (void) ungetc(c, fp); in getnum() 554 (void) ungetc(c, fp); in getlnum() 566 (void) ungetc(c, fp); in getlnum() 584 (void) ungetc(c, fp); in getstr() 600 (void) ungetc(c, fp); in getstr()
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | ungetc.c | 27 ungetc(int c, Sfio_t* f) in ungetc() function
|
/titanic_44/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 799 (void) ungetc(c, infile); in yylex() 827 (void) ungetc(c, infile); in yylex() 876 (void) ungetc(c, infile); in yylex() 888 (void) ungetc(c, infile); in yylex() 962 (void) ungetc(c, stream);
|
/titanic_44/usr/src/lib/libbc/libc/stdio/common/ |
H A D | ungetc.c | 36 ungetc(c, iop) in ungetc() function
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | ungetc.c | 44 ungetc(int c, FILE *iop) in ungetc() function
|
/titanic_44/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.c | 73 (void) ungetc(*(p-1), fp);
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | file_decim.c | 72 if (ungetc(*cp, pf) == EOF)
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 229 ungetc(c, fin); in yylex() 265 ungetc(c, fin); in yylex() 287 ungetc(c, fin); in yylex()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wget_wch.c | 115 (void) ungetc(ch, __m_screen->_if);
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 166 (void) ungetc(ch, fp); in find_eol() 246 (void) ungetc(ch, fp); in lex() 267 (void) ungetc(ch, fp); in lex() 287 (void) ungetc(ch, fp); in lex() 324 (void) ungetc(ch, fp); in lex() 356 (void) ungetc(ch, fp); in lex() 372 (void) ungetc(ch, fp); in lex() 397 (void) ungetc(ch, fp); in lex()
|
/titanic_44/usr/src/cmd/eeprom/sparc/ |
H A D | loadlogo.c | 87 (void) ungetc(slash, f); in loadlogo()
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | hex.c | 80 ungetc(c, fp); in isc_gethexstring()
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 722 if ( ungetc(getc(fp_in), fp_in) == EOF ) in formfeed() 801 ungetc(ch, fp_in); /* wasn't a space, tab, or backspace */ in spaces()
|
/titanic_44/usr/src/cmd/sed/ |
H A D | main.c | 343 (void) ungetc(c, infile); in mf_fgets() 516 (void) ungetc(ch, infile); in lastline()
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 156 extern int ungetc(int, FILE *);
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | adrf.c | 174 return (ungetc(fgetc(adrf->adrf_fp), adrf->adrf_fp)); in adrf_peek()
|
/titanic_44/usr/src/cmd/tnf/prex/ |
H A D | source.c | 214 (void) ungetc(c, top->instream); in source_unput()
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | Makefile | 46 strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
|
/titanic_44/usr/src/ucbhead/ |
H A D | stdio.h | 195 extern int ungetc(int, FILE *);
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | ta.c | 312 ungetc(c, fp); 323 ungetc(c, fp);
|
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 294 ungetc('\n', fp); in inlinepic()
|
/titanic_44/usr/src/cmd/vi/misc/ |
H A D | mkstr.c | 39 #define ungetchar(c) ungetc(c, stdin)
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | mout.c | 67 (void) ungetc(c, stdin); in m_in()
|