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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c863 static int gl_make_gap_in_buffer(GetLine *gl, int start, int n);
2979 gl_make_gap_in_buffer(gl, buff_curpos, 1);
3097 gl_make_gap_in_buffer(gl, gl->buff_curpos, buff_slen);
5550 gl_make_gap_in_buffer(gl, gl->buff_curpos, nextra);
5680 gl_make_gap_in_buffer(gl, gl->buff_curpos, nextra);
12047 static int gl_make_gap_in_buffer(GetLine *gl, int start, int n) function

Completed in 104 milliseconds