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

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c585 tty_add(struct tty *tty, const char *buf, size_t len) function
608 tty_add(tty, s, strlen(s));
625 tty_add(tty, acs, strlen(acs));
627 tty_add(tty, (char *)&ch, 1);
629 tty_add(tty, (char *)&ch, 1);
657 tty_add(tty, buf, len);
2246 tty_add(tty, ctx->ptr, ctx->num);
2292 tty_add(tty, data, size);

Completed in 272 milliseconds