Lines Matching refs:gl_delete_chars
835 static int gl_delete_chars(GetLine *gl, int nc, int cut);
4312 gl_delete_chars(gl, nc, gl->editor == GL_EMACS_MODE || gl->vi.command); in KT_KEY_FN()
4352 static int gl_delete_chars(GetLine *gl, int nc, int cut) in gl_delete_chars() function
4437 return gl_delete_chars(gl, count, gl->vi.command); in KT_KEY_FN()
4458 gl_delete_chars(gl, count, gl->vi.command); in KT_KEY_FN()
4505 return gl_delete_chars(gl, in KT_KEY_FN()
4508 return gl_delete_chars(gl, in KT_KEY_FN()
4537 return gl_delete_chars(gl, buff_curpos - gl->buff_curpos, in KT_KEY_FN()
4587 if(gl_delete_chars(gl, pos - gl->buff_curpos + 1, 1)) in gl_delete_find()
4592 gl_delete_chars(gl, buff_curpos - gl->buff_curpos, 1)) in gl_delete_find()
4998 if(gl_delete_chars(gl, gl->buff_mark - gl->buff_curpos, 1)) in KT_KEY_FN()
7963 return gl_delete_chars(gl, count, 1) || gl_vi_insert(gl, 0, NULL); in KT_KEY_FN()