Lines Matching refs:cmdtab
200 showcx(struct cmdtab const *cmd) in showcx()
213 struct cmdtab const *cmd; in HelpCommand()
223 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++) in HelpCommand()
234 for (cmd = arg->cmdtab; cmd->func; cmd++) in HelpCommand()
246 for (cmd = arg->cmdtab; cmd->func; cmd++) in HelpCommand()
760 static struct cmdtab const NatCommands[] =
802 static struct cmdtab const AllowCommands[] = {
812 static struct cmdtab const IfaceCommands[] =
838 static struct cmdtab const Commands[] = {
979 static struct cmdtab const ShowCommands[] = {
1035 static struct cmdtab const *
1036 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand()
1040 struct cmdtab const *found; in FindCommand()
1087 FindExec(struct bundle *bundle, struct cmdtab const *cmds, int argc, int argn, in FindExec()
1090 struct cmdtab const *cmd; in FindExec()
1114 arg.cmdtab = cmds; in FindExec()
2355 static struct cmdtab const SetCommands[] = {
2974 static struct cmdtab const NegotiateCommands[] = {