Searched defs:infptr (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | V3.m_newterm.c | 49 m_newterm(char *type, FILE *outfptr, FILE *infptr) argument 51 return (newterm(type, outfptr, infptr));
|
H A D | V3.newterm.c | 51 newterm(char *type, FILE *outfptr, FILE *infptr) argument 54 return (newscreen(type, 0, 0, 0, outfptr, infptr));
|
H A D | newscreen.c | 68 * infptr, outfptr: input and output stdio stream file pointers 73 FILE *outfptr, FILE *infptr) 94 fprintf(outf, "NEWTERM(type=%s, outfptr=%x %d, infptr=%x %d) " 96 fileno(outfptr), infptr, fileno(infptr), isatty(2), 130 SP->input_file = infptr; 142 (void) typeahead(fileno(infptr)); 143 (void) tinputfd(fileno(infptr)); 72 newscreen(char *type, int lsize, int csize, int tabsize, FILE *outfptr, FILE *infptr) argument
|
Completed in 113 milliseconds