Home
last modified time | relevance | path

Searched refs:x_escape (Results 1 – 4 of 4) sorted by relevance

/minix3/bin/ksh/
H A Dedit.h60 int x_escape ARGS((const char *, size_t, int (*)(const char *s, size_t len)));
H A Demacs.c1800 if (x_escape(words[i], strlen(words[i]), x_emacs_putbuf) < 0 ||
1845 x_escape(words[0], nlen, x_emacs_putbuf);
H A Dvi.c1995 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) {
2101 rval = x_escape(match, match_len, x_vi_putbuf);
H A Dedit.c1065 x_escape(s, len, putbuf_func) in x_escape() function