Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c185 sfungetc(ip, name[i]); in decode()
248 sfungetc(ip, c); in html2msg()
264 sfungetc(ip, c); in html2msg()
349 sfungetc(ip, c); in html2msg()
381 sfungetc(ip, c); in html2msg()
382 sfungetc(ip, '<'); in html2msg()
389 sfungetc(ip, c); in html2msg()
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfungetc.c52 int sfungetc(Sfio_t* f, int c) in sfungetc() function
54 int sfungetc(f,c) in sfungetc()
H A D_sfgetl.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetu.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetl2.c48 sfungetc(f, v);
H A D_sfgetu2.c48 sfungetc(f, v);
/titanic_50/usr/src/lib/libast/common/stdio/
H A Dungetc.c31 return sfungetc(f, c); in ungetc()
H A Dungetwc.c36 if (sfungetc(f, *s++) == EOF) in ungetwc()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dhexpand.c500 sfungetc(tmp, '\n');
675 sfungetc(tmp, c);
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers588 sfungetc;
H A DMakefile.com353 common/sfio/sfungetc.o \
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/titanic_50/usr/src/lib/libast/common/include/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h259 extern int sfungetc _ARG_((Sfio_t*, int));
/titanic_50/usr/src/lib/libast/common/comp/
H A Diconv.c1443 sfungetc(ip, fb[i]); in _ast_iconv_move()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtree.c60 sfungetc(iop,c); in read_tree()