Searched defs:outfptr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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) " 95 "isatty(2) %d, getenv %s\n", type, outfptr, 96 fileno(outfptr), infptr, fileno(infptr), isatty(2), 103 if (setupterm(type, fileno(outfptr), &retcode) != 0) 129 SP->term_file = outfptr; 156 (void) setvbuf(outfptr, (char *)NULL, _IOFBF, 0); 164 setbuf(outfptr, sobuf); 72 newscreen(char *type, int lsize, int csize, int tabsize, FILE *outfptr, FILE *infptr) argument
|
Completed in 54 milliseconds