Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void ttydisc_open(struct lwp_tty *tp)
99
{
100
ttydisc_optimize(tp);
101
}
102
103
void ttydisc_close(struct lwp_tty *tp)
104
{
Callers
1
ttydev_open
Function · 0.85
Calls
1
ttydisc_optimize
Function · 0.85
Tested by
no test coverage detected