Searched refs:putbuf (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/bin/ksh/ |
| H A D | vi.c | 48 static int putbuf ARGS((const char *, int, int)); 306 if (putbuf("/", 1, 0) != 0) { 309 } else if (putbuf("?", 1, 0) != 0) 317 putbuf(ksh_version + 4, 841 while (putbuf(ybuf, yanklen, 0) == 0 && --argcnt > 0) 852 while (putbuf(ybuf, yanklen, 0) == 0 && --argcnt > 0) 1078 if (putbuf(space, 1, 0) != 0) 1080 else if (putbuf(sp, argcnt, 0) != 0) 1309 if (putbuf(ibuf, inslen, insert==REPLACE) != 0) 1473 return putbuf(s, len, 0); [all …]
|