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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c426 int endline; /* True to tell gl_get_input_line() to return */
431 /* returns, or when gl_get_input_line() */
446 /* gl_get_input_line() is next called. */
738 static int gl_get_input_line(GetLine *gl, const char *prompt,
2233 * either a current temporary input file is opened by gl_get_input_line()
2257 if(gl_get_input_line(gl, prompt, start_line, start_pos))
2393 * either a current temporary input file is opened by gl_get_input_line()
2779 static int gl_get_input_line(GetLine *gl, const char *prompt, function
6791 * gl_get_input_line() that the line is now complete.
6812 * gl_get_input_line() tha
[all...]

Completed in 66 milliseconds