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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c836 static int gl_delete_chars(GetLine *gl, int nc, int cut);
4313 gl_delete_chars(gl, nc, gl->editor == GL_EMACS_MODE || gl->vi.command);
4353 static int gl_delete_chars(GetLine *gl, int nc, int cut) function
4438 return gl_delete_chars(gl, count, gl->vi.command);
4459 gl_delete_chars(gl, count, gl->vi.command);
4506 return gl_delete_chars(gl,
4509 return gl_delete_chars(gl,
4538 return gl_delete_chars(gl, buff_curpos - gl->buff_curpos,
4588 if(gl_delete_chars(gl, pos - gl->buff_curpos + 1, 1))
4593 gl_delete_chars(g
[all...]

Completed in 72 milliseconds