Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3354 static int putbuf(const char *, ssize_t, bool);
3646 if (putbuf(ch == '/' ? "/" : "?", 1, in vi_hook()
3655 putbuf(KSH_VERSION, in vi_hook()
4190 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4203 while (putbuf(ybuf, yanklen, false) == 0 && in vi_cmd()
4455 if (putbuf(" ", 1, false) != 0 || in vi_cmd()
4456 putbuf(sp, argcnt, false) != 0) { in vi_cmd()
4700 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
4803 return (putbuf(s, len, false)); in x_vi_putbuf()
4807 putbuf(const char *buf, ssize_t len, bool repl) in putbuf() function
[all …]