Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dvi.c919 return ed_newline(el, 0); in vi_comment_out()
1071 return ed_newline(el, 0); in vi_histedit()
H A Dsearch.c518 return ed_newline(el, 0); in cv_search()
H A Dcommon.c467 ed_newline(EditLine *el, wint_t c __attribute__((__unused__))) in ed_newline() function