ttydisc_rint_simple
ttydisc_rint_simple(tp, in, len);
ttydisc_rint_simple(tp, p, count);
ttydisc_rint_simple(cur_tty, cp, strlen(cp));
ttydisc_rint_simple(cur_tty, cp, len);
ttydisc_rint_simple(cur_tty, "\x1B[Z", 3);
ttydisc_rint_simple(tp, str, sizeof str);
ttydisc_rint_simple(tp, str, sizeof str);
ttydisc_rint_simple(tp, str, sizeof str);
ttydisc_rint_simple(tp, str, strlen(str));
ttydisc_rint_simple(tp, buf, len);
rintlen = ttydisc_rint_simple(tp, ibstart, iblen);
size_t ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len);