Home
last modified time | relevance | path

Searched refs:el_deletestr1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dhistedit.h183 int el_deletestr1(EditLine *, int, int);
H A Dchared.c631 el_deletestr1(EditLine *el, int start, int end) in el_deletestr1() function
H A Dreadline.c2354 return el_deletestr1(e, start, end); in rl_delete_text()