Home
last modified time | relevance | path

Searched refs:ngcmd (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.sbin/ngctl/
H A Dngctl.h41 struct ngcmd { struct
56 extern const struct ngcmd config_cmd; argument
57 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 …]
H A Dmain.c74 static const struct ngcmd *FindCommand(const char *string);
75 static int MatchCommand(const struct ngcmd *cmd, const char *s);
87 static const struct ngcmd *const cmds[] = {
109 const struct ngcmd read_cmd = {
116 const struct ngcmd help_cmd = {
123 const struct ngcmd quit_cmd = {
447 const struct ngcmd *cmd; in DoCommand()
462 static const struct ngcmd *
487 MatchCommand(const struct ngcmd *cmd, const char *s) in MatchCommand()
542 const struct ngcmd *cmd; in HelpCmd()
H A Dshutdown.c46 const struct ngcmd shutdown_cmd = {
H A Ddebug.c47 const struct ngcmd debug_cmd = {
H A Dname.c47 const struct ngcmd name_cmd = {
H A Drmhook.c46 const struct ngcmd rmhook_cmd = {
H A Dconnect.c46 const struct ngcmd connect_cmd = {
H A Dmkpeer.c46 const struct ngcmd mkpeer_cmd = {
H A Dstatus.c49 const struct ngcmd status_cmd = {
H A Dtypes.c48 const struct ngcmd types_cmd = {
H A Dconfig.c50 const struct ngcmd config_cmd = {
H A Dlist.c50 const struct ngcmd list_cmd = {
H A Dwrite.c50 const struct ngcmd write_cmd = {
H A Dshow.c52 const struct ngcmd show_cmd = {
H A Dmsg.c53 const struct ngcmd msg_cmd = {
H A Ddot.c53 const struct ngcmd dot_cmd = {