Searched refs:cmdtab (Results 1 - 5 of 5) sorted by relevance

/external/libppp/src/
H A Dcommand.h31 struct cmdtab;
37 struct cmdtab const *cmdtab; /* The entire command table */ member in struct:cmdargs
38 struct cmdtab const *cmd; /* This command entry */
47 struct cmdtab { struct
H A Dcommand.c197 showcx(struct cmdtab const *cmd)
210 struct cmdtab const *cmd;
220 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++)
231 for (cmd = arg->cmdtab; cmd->func; cmd++)
243 for (cmd = arg->cmdtab; cmd->func; cmd++)
757 static struct cmdtab const NatCommands[] =
799 static struct cmdtab const AllowCommands[] = {
809 static struct cmdtab const IfaceCommands[] =
831 static struct cmdtab const Commands[] = {
972 static struct cmdtab cons
[all...]
H A Dprompt.c279 arg.cmdtab = NULL;
/external/e2fsprogs/lib/ss/
H A Dct_c.awk12 cmdtab = ""
26 printf "%s\"%s\",\n", cmdtab, cmd > outfile
27 cmdtab = " "
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c109 } cmdtab[] = { variable in typeref:struct:cmd_tag
380 for (cp = &cmdtab[0]; cp->str; cp++) {

Completed in 1075 milliseconds