Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/
Dchared.h131 libedit_private wchar_t *cv__endword(wchar_t *, wchar_t *, int, int (*)(wint_t));
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()
Dchared.c377 cv__endword(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in cv__endword() function