Lines Matching refs:cmdtab
202 showcx(struct cmdtab const *cmd) in showcx()
215 struct cmdtab const *cmd; in HelpCommand()
225 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++) in HelpCommand()
236 for (cmd = arg->cmdtab; cmd->func; cmd++) in HelpCommand()
248 for (cmd = arg->cmdtab; cmd->func; cmd++) in HelpCommand()
762 static struct cmdtab const NatCommands[] =
804 static struct cmdtab const AllowCommands[] = {
814 static struct cmdtab const IfaceCommands[] =
840 static struct cmdtab const Commands[] = {
981 static struct cmdtab const ShowCommands[] = {
1037 static struct cmdtab const *
1038 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand()
1042 struct cmdtab const *found; in FindCommand()
1089 FindExec(struct bundle *bundle, struct cmdtab const *cmds, int argc, int argn, in FindExec()
1092 struct cmdtab const *cmd; in FindExec()
1116 arg.cmdtab = cmds; in FindExec()
2357 static struct cmdtab const SetCommands[] = {
2976 static struct cmdtab const NegotiateCommands[] = {