Searched refs:infptr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 73 FILE *outfptr, FILE *infptr) in newscreen() argument 96 fileno(outfptr), infptr, fileno(infptr), isatty(2), in newscreen() 130 SP->input_file = infptr; in newscreen() 142 (void) typeahead(fileno(infptr)); in newscreen() 143 (void) tinputfd(fileno(infptr)); in newscreen()
|
H A D | V3.m_newterm.c | 49 m_newterm(char *type, FILE *outfptr, FILE *infptr) in m_newterm() argument 51 return (newterm(type, outfptr, infptr)); in m_newterm()
|
H A D | V3.newterm.c | 51 newterm(char *type, FILE *outfptr, FILE *infptr) in newterm() argument 54 return (newscreen(type, 0, 0, 0, outfptr, infptr)); in newterm()
|
H A D | llib-lcurses | 71 SCREEN *m_newterm(char *type, FILE *outfptr, FILE *infptr); 837 FILE *infptr); 1266 SCREEN *newterm(char *type, FILE *outfptr, FILE *infptr);
|