Searched refs:outfptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.m_newterm.c49 m_newterm(char *type, FILE *outfptr, FILE *infptr) argument
51 return (newterm(type, outfptr, infptr));
H A DV3.newterm.c51 newterm(char *type, FILE *outfptr, FILE *infptr) argument
54 return (newscreen(type, 0, 0, 0, outfptr, infptr));
H A Dnewscreen.c68 * 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
H A Dllib-lcurses71 SCREEN *m_newterm(char *type, FILE *outfptr, FILE *infptr);
836 SCREEN *newscreen(char *type, int lsize, int csize, int tabsize, FILE *outfptr,
1266 SCREEN *newterm(char *type, FILE *outfptr, FILE *infptr);

Completed in 72 milliseconds