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

/freebsd-11-stable/lib/libedit/
H A Dchared.h146 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(wint_t));
H A Dvi.c215 el->el_line.cursor = cv_next_word(el, el->el_line.cursor,
239 el->el_line.cursor = cv_next_word(el, el->el_line.cursor,
H A Dchared.c280 /* cv_next_word():
284 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(wint_t)) function

Completed in 166 milliseconds