Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rdline_quit
Function
rdline_quit
dpdk/lib/cmdline/cmdline_rdline.c:109–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void
110
rdline_quit(struct rdline *rdl)
111
{
112
if (!rdl)
113
return;
114
rdl->status = RDLINE_EXITED;
115
}
116
117
void
118
rdline_restart(struct rdline *rdl)
Callers
2
cmdline_quit
Function · 0.85
test_cmdline_rdline_fns
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_cmdline_rdline_fns
Function · 0.68