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[] =
806 static struct cmdtab const AllowCommands[] = {
816 static struct cmdtab const IfaceCommands[] =
842 static struct cmdtab const Commands[] = {
983 static struct cmdtab const ShowCommands[] = {
1039 static struct cmdtab const *
1040 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand()
1044 struct cmdtab const *found; in FindCommand()
1091 FindExec(struct bundle *bundle, struct cmdtab const *cmds, int argc, int argn, in FindExec()
1094 struct cmdtab const *cmd; in FindExec()
1118 arg.cmdtab = cmds; in FindExec()
2359 static struct cmdtab const SetCommands[] = {
2978 static struct cmdtab const NegotiateCommands[] = {