Searched refs:in_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
220 (void) SETVBUF(in_fp, (char *) 0, _IONBF, BUFSIZ);
237 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)==ERR) {
259 sp->_if = in_fp;
354 (void) typeahead(fileno(in_fp));
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c203 newterm(char *term, FILE *out_fp, FILE *in_fp) argument
214 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ);
231 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)
255 sp->_if = in_fp;
365 (void) typeahead(fileno(in_fp));

Completed in 21 milliseconds