Searched refs:out_fp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c201 newterm(term, out_fp, in_fp)
203 FILE *out_fp, *in_fp;
213 term == (char *) 0 ? "NULL" : term, out_fp, in_fp
233 (void) SETVBUF(out_fp, (char *) 0, _IOLBF, BUFSIZ);
237 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)==ERR) {
260 sp->_of = out_fp;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c203 newterm(char *term, FILE *out_fp, FILE *in_fp) argument
227 (void) setvbuf(out_fp, (char *) 0, _IOLBF, BUFSIZ);
231 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)
256 sp->_of = out_fp;

Completed in 15 milliseconds