ngcmd
const struct ngcmd config_cmd = {
const struct ngcmd connect_cmd = {
const struct ngcmd debug_cmd = {
const struct ngcmd dot_cmd = {
const struct ngcmd list_cmd = {
const struct ngcmd read_cmd = {
const struct ngcmd help_cmd = {
const struct ngcmd quit_cmd = {
const struct ngcmd *cmd;
static const struct ngcmd *
MatchCommand(const struct ngcmd *cmd, const char *s)
const struct ngcmd *cmd;
static const struct ngcmd *FindCommand(const char *string);
static int MatchCommand(const struct ngcmd *cmd, const char *s);
static const struct ngcmd *const cmds[] = {
const struct ngcmd mkpeer_cmd = {
const struct ngcmd msg_cmd = {
const struct ngcmd name_cmd = {
extern const struct ngcmd config_cmd;
extern const struct ngcmd connect_cmd;
extern const struct ngcmd debug_cmd;
extern const struct ngcmd dot_cmd;
extern const struct ngcmd help_cmd;
extern const struct ngcmd list_cmd;
extern const struct ngcmd mkpeer_cmd;
extern const struct ngcmd msg_cmd;
extern const struct ngcmd name_cmd;
extern const struct ngcmd read_cmd;
extern const struct ngcmd rmhook_cmd;
extern const struct ngcmd show_cmd;
extern const struct ngcmd shutdown_cmd;
extern const struct ngcmd status_cmd;
extern const struct ngcmd types_cmd;
extern const struct ngcmd write_cmd;
extern const struct ngcmd quit_cmd;
const struct ngcmd rmhook_cmd = {
const struct ngcmd show_cmd = {
const struct ngcmd shutdown_cmd = {
const struct ngcmd status_cmd = {
const struct ngcmd types_cmd = {
const struct ngcmd write_cmd = {