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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c869 static void gl_remove_from_buffer(GetLine *gl, int start, int n);
4411 gl_remove_from_buffer(gl, gl->buff_curpos, nc);
5683 gl_remove_from_buffer(gl, gl->buff_curpos, -nextra);
12076 static void gl_remove_from_buffer(GetLine *gl, int start, int n) function

Completed in 106 milliseconds