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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1161 static int _gl_query_char(GetLine *gl, const char *prompt, char defchar);
2329 int retval; /* The return value of _gl_query_char() */
2345 retval = _gl_query_char(gl, prompt, defchar);
2357 static int _gl_query_char(GetLine *gl, const char *prompt, char defchar) function

Completed in 72 milliseconds