Searched refs:_sffilbuf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A D_filbuf.c35 return _sffilbuf(f, 0);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsffilbuf.c35 int _sffilbuf(Sfio_t* f, reg int n) function
37 int _sffilbuf(f,n)
H A Dsfhdr.h901 #define SFFILBUF(f,n) (SETLOCAL(f),_sffilbuf(f,n))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dsfio.h302 extern int _sffilbuf _ARG_((Sfio_t*, int));
348 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \

Completed in 174 milliseconds