Home
last modified time | relevance | path

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

/external/libedit/src/
Dchared.h153 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
Dvi.c207 el->el_line.cursor = cv_next_word(el, el->el_line.cursor, in vi_next_big_word()
231 el->el_line.cursor = cv_next_word(el, el->el_line.cursor, in vi_next_word()
Dchared.c278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) in cv_next_word() function