Home | History | Annotate | Download | only in src

Lines Matching full:x_escape

83 static int x_escape(const char *, size_t, int (*)(const char *, size_t));
829 x_escape(const char *s, size_t len, int (*putbuf_func)(const char *, size_t))
2710 if (x_escape(words[i], strlen(words[i]), x_do_ins) < 0 ||
2787 x_escape(words[0], nlen, x_do_ins);
4757 * this is used for calling x_escape() in complete_word()
5228 if (x_escape(words[i], strlen(words[i]), x_vi_putbuf) != 0) {
5335 rval = x_escape(match, match_len, x_vi_putbuf);