Searched refs:x_escape (Results 1 – 4 of 4) sorted by relevance
| /minix3/bin/ksh/ |
| H A D | edit.h | 60 int x_escape ARGS((const char *, size_t, int (*)(const char *s, size_t len)));
|
| H A D | emacs.c | 1800 if (x_escape(words[i], strlen(words[i]), x_emacs_putbuf) < 0 || 1845 x_escape(words[0], nlen, x_emacs_putbuf);
|
| H A D | vi.c | 1995 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) { 2101 rval = x_escape(match, match_len, x_vi_putbuf);
|
| H A D | edit.c | 1065 x_escape(s, len, putbuf_func) in x_escape() function
|