Searched refs:c__next_word (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Demacs.c103 cp = c__next_word(el->el_line.cursor, el->el_line.lastchar,
270 el->el_line.cursor = c__next_word(el->el_line.cursor,
294 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
318 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
350 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
H A Dchared.h148 protected Char *c__next_word(Char *, Char *, int, int (*)(wint_t));
H A Dsearch.c309 cp = c__next_word(el->el_line.cursor,
H A Dchared.c262 /* c__next_word():
266 c__next_word(Char *p, Char *high, int n, int (*wtest)(wint_t)) function

Completed in 101 milliseconds