MCPcopy 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
43void
44vt100_init(struct cmdline_vt100 *vt)
45{
46 if (!vt)
47 return;
48 vt->state = CMDLINE_VT100_INIT;
49}
50
51
52static int

Callers 4

rdline_newlineFunction · 0.85
rdline_resetFunction · 0.85
rdline_char_inFunction · 0.85
test_cmdline_vt100_fnsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_cmdline_vt100_fnsFunction · 0.68