Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3449 static int x_vi_putbuf(const char *, size_t);
4905 x_vi_putbuf(const char *s, size_t len) in x_vi_putbuf() function
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()