HomeSort by: relevance | last modified time | path
    Searched defs:tty_putn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty.c 691 tty_putn(struct tty *tty, const void *buf, size_t len, u_int width) function
924 tty_putn(tty, s, sizeof s, sizeof s);
928 tty_putn(tty, s, n, n);
1570 tty_putn(tty, buf, len, width);
1634 tty_putn(tty, buf, len, width);
2253 tty_putn(tty, cp + r.px[i] - px, r.nx[i], r.nx[i]);
2395 tty_putn(tty, gcp->data.data, gcp->data.size, gcp->data.width);
tty.c 691 tty_putn(struct tty *tty, const void *buf, size_t len, u_int width) function
924 tty_putn(tty, s, sizeof s, sizeof s);
928 tty_putn(tty, s, n, n);
1570 tty_putn(tty, buf, len, width);
1634 tty_putn(tty, buf, len, width);
2253 tty_putn(tty, cp + r.px[i] - px, r.nx[i], r.nx[i]);
2395 tty_putn(tty, gcp->data.data, gcp->data.size, gcp->data.width);

Completed in 141 milliseconds