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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c217 /* last call to gl_interpret_char(). */
239 /* last call to gl_interpret_char(). */
771 static int gl_interpret_char(GetLine *gl, char c);
2816 if(gl_interpret_char(gl, c))
3167 * This should always be true if gl_interpret_char() is called for each
7801 * functions, gl_interpret_char() sets gl->vi.undo.saved to 0 before
8183 static int gl_interpret_char(GetLine *gl, char first_char) function

Completed in 94 milliseconds