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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1194 static int _gl_append_history(GetLine *gl, const char *line);
10285 (void) _gl_append_history(gl, gl->line);
12516 status = _gl_append_history(gl, line);
12529 static int _gl_append_history(GetLine *gl, const char *line) function

Completed in 96 milliseconds