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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c858 static int gl_buffer_string(GetLine *gl, const char *s, int n, int bufpos);
3101 gl_buffer_string(gl, s, buff_slen, gl->buff_curpos);
4393 gl_buffer_string(gl, gl->vi.undo.line + gl->buff_curpos, nrestore,
5554 gl_buffer_string(gl, matches->suffix, suffix_len, gl->buff_curpos);
5558 gl_buffer_string(gl, matches->cont_suffix, cont_len,
10416 gl_buffer_string(gl, start_line, start_len, 0);
12015 static int gl_buffer_string(GetLine *gl, const char *s, int n, int bufpos) function

Completed in 74 milliseconds