Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rdline_stop
Function
rdline_stop
dpdk/lib/cmdline/cmdline_rdline.c:101–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void
102
rdline_stop(struct rdline *rdl)
103
{
104
if (!rdl)
105
return;
106
rdl->status = RDLINE_INIT;
107
}
108
109
void
110
rdline_quit(struct rdline *rdl)
Callers
1
test_cmdline_rdline_fns
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_cmdline_rdline_fns
Function · 0.68