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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c379 FILE *input_fp; /* A stream wrapper around input_fd */ member in struct:GetLine
1170 static int _gl_change_terminal(GetLine *gl, FILE *input_fp, FILE *output_fp,
1764 gl->input_fp = NULL;
5831 * input_fp FILE * The stdio stream to read from.
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_f
[all...]

Completed in 65 milliseconds