Searched defs:output_fp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c380 FILE *output_fp; /* A stream wrapper around output_fd */ member in struct:GetLine
1170 static int _gl_change_terminal(GetLine *gl, FILE *input_fp, FILE *output_fp,
1765 gl->output_fp = NULL;
5832 * output_fp FILE * The stdio stream to write to.
5834 * either or both of input_fp and output_fp don't
5841 int gl_change_terminal(GetLine *gl, FILE *input_fp, FILE *output_fp, argument
5861 status = _gl_change_terminal(gl, input_fp, output_fp, term);
5874 static int _gl_change_terminal(GetLine *gl, FILE *input_fp, FILE *output_fp, argument
5880 * Require that input_fp and output_fp both be valid.
5882 if(!input_fp || !output_fp) {
[all...]

Completed in 94 milliseconds