MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ttydisc_reprint_char

Function ttydisc_reprint_char

freebsd/kern/tty_ttydisc.c:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695static void
696ttydisc_reprint_char(void *d, char c, int quote)
697{
698 struct tty *tp = d;
699
700 ttydisc_echo(tp, c, quote);
701}
702
703static void
704ttydisc_reprint(struct tty *tp)

Callers

nothing calls this directly

Calls 1

ttydisc_echoFunction · 0.85

Tested by

no test coverage detected