Home | History | Annotate | Download | only in src

Lines Matching refs:putbuf

3361 static int putbuf(const char *, ssize_t, bool);
3670 if (putbuf(ch == '/' ? "/" : "?", 1,
3679 putbuf(KSH_VERSION,
4217 while (putbuf(ybuf, yanklen, false) == 0 &&
4230 while (putbuf(ybuf, yanklen, false) == 0 &&
4484 if (putbuf(T1space, 1, false) != 0 ||
4485 putbuf(sp, argcnt, false) != 0) {
4729 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0)
4832 return (putbuf(s, len, false));
4836 putbuf(const char *buf, ssize_t len, bool repl)
5298 if (++i < nwords && putbuf(T1space, 1, false) != 0) {
5416 rval = putbuf(T1space, 1, false);