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_line.cursor, el->el_line.lastchar,
269 el->el_line.cursor = c__next_word(el->el_line.cursor,
293 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
317 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
349 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
chared.h 138 libedit_private wchar_t *c__next_word(wchar_t *, wchar_t *, int, int (*)(wint_t));
search.c 303 cp = c__next_word(el->el_line.cursor,
chared.c 259 /* c__next_word():
263 c__next_word(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) function in typeref:typename:libedit_private wchar_t *

Completed in 12 milliseconds