HomeSort by relevance Sort by last modified time
    Searched refs:c__next_word (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
chared.h 155 protected Char *c__next_word(Char *, Char *, int, int (*)(Int));
emacs.c 98 cp = c__next_word(el->el_line.cursor, el->el_line.lastchar,
265 el->el_line.cursor = c__next_word(el->el_line.cursor,
289 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
313 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
345 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
search.c 302 cp = c__next_word(el->el_line.cursor,
chared.c 256 /* c__next_word():
260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int)) function

Completed in 70 milliseconds