Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c95 static int x_escape(const char *, size_t, int (*)(const char *, size_t));
857 x_escape(const char *s, size_t len, int (*putbuf_func)(const char *, size_t)) in x_escape() function
2755 if (x_escape(words[i], strlen(words[i]), x_do_ins) < 0 || in x_expand()
2832 x_escape(words[0], nlen, x_do_ins); in do_complete()
5366 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) { in expand_word()
5473 rval = x_escape(match, match_len, x_vi_putbuf); in complete_word()