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

  /src/bin/ksh/
edit.h 62 int x_escape ARGS((const char *, size_t, int (*)(const char *s, size_t len)));
emacs.c 481 * this is used for x_escape() in do_complete()
1753 if (x_escape(words[i], strlen(words[i]), x_emacs_putbuf) < 0 ||
1798 x_escape(words[0], nlen, x_emacs_putbuf);
vi.c 1466 * this is used for calling x_escape() in complete_word()
1974 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) {
2080 rval = x_escape(match, match_len, x_vi_putbuf);

Completed in 14 milliseconds