Searched refs:tty_putn (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-display-panes.c151 tty_putn(tty, buf, len, len);
152 tty_putn(tty, " ", 1, 1);
153 tty_putn(tty, lbuf, llen, llen);
156 tty_putn(tty, buf, len, len);
185 tty_putn(tty, rbuf, rlen, rlen);
190 tty_putn(tty, lbuf, llen, llen);
H A Dtty.c650 tty_putn(struct tty *tty, const void *buf, size_t len, u_int width) function
883 tty_putn(tty, s, sizeof s, sizeof s);
887 tty_putn(tty, s, n, n);
1527 tty_putn(tty, buf, len, width);
1591 tty_putn(tty, buf, len, width);
2210 tty_putn(tty, cp + r.px[i] - px, r.nx[i], r.nx[i]);
2352 tty_putn(tty, gcp->data.data, gcp->data.size, gcp->data.width);
H A Dtmux.h2351 void tty_putn(struct tty *, const void *, size_t, u_int);

Completed in 185 milliseconds