Searched refs:ngcmd (Results 1 – 16 of 16) sorted by relevance
41 struct ngcmd { struct56 extern const struct ngcmd config_cmd; argument57 extern const struct ngcmd connect_cmd;58 extern const struct ngcmd debug_cmd;59 extern const struct ngcmd dot_cmd;60 extern const struct ngcmd help_cmd;61 extern const struct ngcmd list_cmd;62 extern const struct ngcmd mkpeer_cmd;63 extern const struct ngcmd msg_cmd;64 extern const struct ngcmd name_cmd;[all …]
78 static const struct ngcmd *FindCommand(const char *string);79 static int MatchCommand(const struct ngcmd *cmd, const char *s);91 static const struct ngcmd *const cmds[] = {113 const struct ngcmd read_cmd = {120 const struct ngcmd help_cmd = {127 const struct ngcmd quit_cmd = {480 const struct ngcmd *cmd; in DoCommand()495 static const struct ngcmd *520 MatchCommand(const struct ngcmd *cmd, const char *s) in MatchCommand()577 const struct ngcmd *cmd; in HelpCmd()
45 const struct ngcmd shutdown_cmd = {
46 const struct ngcmd debug_cmd = {
45 const struct ngcmd rmhook_cmd = {
46 const struct ngcmd name_cmd = {
45 const struct ngcmd connect_cmd = {
45 const struct ngcmd mkpeer_cmd = {
48 const struct ngcmd status_cmd = {
47 const struct ngcmd types_cmd = {
50 const struct ngcmd config_cmd = {
49 const struct ngcmd list_cmd = {
51 const struct ngcmd write_cmd = {
51 const struct ngcmd show_cmd = {
52 const struct ngcmd msg_cmd = {
52 const struct ngcmd dot_cmd = {