Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vt100_init
Function
vt100_init
dpdk/lib/cmdline/cmdline_vt100.c:43–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
};
42
43
void
44
vt100_init(struct cmdline_vt100 *vt)
45
{
46
if (!vt)
47
return;
48
vt->state = CMDLINE_VT100_INIT;
49
}
50
51
52
static int
Callers
4
rdline_newline
Function · 0.85
rdline_reset
Function · 0.85
rdline_char_in
Function · 0.85
test_cmdline_vt100_fns
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_cmdline_vt100_fns
Function · 0.68