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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c848 static int gl_add_string_to_line(GetLine *gl, const char *s);
3069 static int gl_add_string_to_line(GetLine *gl, const char *s) function
5071 if(gl_add_string_to_line(gl, gl->cutbuf))
5075 * gl_add_string_to_line() leaves the cursor after the last character that
5114 if(gl_add_string_to_line(gl, gl->cutbuf))

Completed in 75 milliseconds