HomeSort by: relevance | last modified time | path
    Searched refs:c__next_word (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/
emacs.c 102 cp = c__next_word(el, el->el_line.cursor, el->el_line.lastchar,
269 el->el_line.cursor = c__next_word(el, el->el_line.cursor,
293 ep = c__next_word(el, el->el_line.cursor, el->el_line.lastchar,
317 ep = c__next_word(el, el->el_line.cursor, el->el_line.lastchar,
349 ep = c__next_word(el, el->el_line.cursor, el->el_line.lastchar,
chared.h 140 libedit_private wchar_t *c__next_word(EditLine *, wchar_t *, wchar_t *, int,
search.c 303 cp = c__next_word(el,
chared.c 260 /* c__next_word():
264 c__next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, function

Completed in 25 milliseconds