Home
last modified time | relevance | path

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

/external/libedit/src/
Dchared.h149 protected Char *cv__endword(Char *, Char *, int, int (*)(Int));
Dvi.c474 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_big_word()
498 el->el_line.cursor = cv__endword(el->el_line.cursor, in vi_end_word()
Dchared.c371 cv__endword(Char *p, Char *high, int n, int (*wtest)(Int)) in cv__endword() function