MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ttydisc_open

Function ttydisc_open

components/lwp/terminal/freebsd/tty_ttydisc.c:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96#define UTF8_STACKBUF 4
97
98void ttydisc_open(struct lwp_tty *tp)
99{
100 ttydisc_optimize(tp);
101}
102
103void ttydisc_close(struct lwp_tty *tp)
104{

Callers 1

ttydev_openFunction · 0.85

Calls 1

ttydisc_optimizeFunction · 0.85

Tested by

no test coverage detected