Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dchared.h131 libedit_private wchar_t *cv__endword(wchar_t *, wchar_t *, int, int (*)(wint_t));
H A Dvi.c481 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_big_word()
505 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_word()
H A Dchared.c375 cv__endword(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in cv__endword() function