Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cmdline_stdin_exit
Function
cmdline_stdin_exit
dpdk/lib/cmdline/cmdline_socket.c:45–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void
46
cmdline_stdin_exit(struct cmdline *cl)
47
{
48
if (cl == NULL)
49
return;
50
51
terminal_restore(cl);
52
cmdline_free(cl);
53
}
Callers
15
main
Function · 0.85
test_cmdline_socket_fns
Function · 0.85
main
Function · 0.85
prompt
Function · 0.85
cli_exit
Function · 0.85
parse_cfg_file
Function · 0.85
prompt
Function · 0.85
ethapp_main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
run_cli
Function · 0.85
run_cli
Function · 0.85
Calls
2
cmdline_free
Function · 0.85
terminal_restore
Function · 0.70
Tested by
3
main
Function · 0.68
test_cmdline_socket_fns
Function · 0.68
main
Function · 0.68