Searched refs:gl_delete_chars (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 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() [all …]
|