OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmdtab
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
command.h
31
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
command.c
197
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
const ShowCommands[] =
[
all
...]
prompt.c
279
arg.
cmdtab
= NULL;
/external/e2fsprogs/lib/ss/
ct_c.awk
12
cmdtab
= ""
26
printf "%s\"%s\",\n",
cmdtab
, cmd > outfile
27
cmdtab
= " "
/external/ipsec-tools/src/racoon/
racoonctl.c
109
}
cmdtab
[] = {
variable in typeref:struct:cmd_tag
380
for (cp = &
cmdtab
[0]; cp->str; cp++) {
[
all
...]
Completed in 567 milliseconds