Symbol: subcmd
sys/arch/hpcmips/stand/lcboot/main.c
141
static void command_option(char *subcmd);
sys/arch/hpcmips/stand/lcboot/main.c
740
command_option(char *subcmd)
sys/arch/hpcmips/stand/lcboot/main.c
745
opt = get_next_arg(subcmd);
sys/arch/hpcmips/stand/lcboot/main.c
749
if (strcmp(subcmd, opt_subcommands[i].c_name) == 0) {
usr.bin/rdist/defs.h
113
struct subcmd *sc_next;
usr.bin/rdist/defs.h
121
struct subcmd *c_cmds;
usr.bin/rdist/defs.h
165
struct namelist *, struct namelist *, struct subcmd *);
usr.bin/rdist/defs.h
174
struct subcmd *
usr.bin/rdist/defs.h
176
void freesubcmd(struct subcmd *);
usr.bin/rdist/docmd.c
127
struct subcmd *xcmds)
usr.bin/rdist/docmd.c
130
struct subcmd *sc;
usr.bin/rdist/docmd.c
136
struct subcmd * volatile cmds = xcmds;
usr.bin/rdist/docmd.c
375
dodcolon(char **filev, struct namelist *files, char *stamp, struct subcmd *cmds)
usr.bin/rdist/docmd.c
377
struct subcmd *sc;
usr.bin/rdist/docmd.c
53
struct subcmd *subcmds; /* list of sub-commands for current cmd */
usr.bin/rdist/docmd.c
623
struct subcmd *sc;
usr.bin/rdist/docmd.c
63
struct namelist *, char *, struct subcmd *);
usr.bin/rdist/docmd.c
65
struct namelist *, char *, struct subcmd *);
usr.bin/rdist/gram.y
353
yylval.subcmd = makesubcmd(c);
usr.bin/rdist/gram.y
371
struct subcmd *subcmds)
usr.bin/rdist/gram.y
420
struct subcmd *subcmds)
usr.bin/rdist/gram.y
47
struct subcmd *last_sc;
usr.bin/rdist/gram.y
495
freesubcmd(struct subcmd *cmd)
usr.bin/rdist/gram.y
50
void append(char *, struct namelist *, char *, struct subcmd *);
usr.bin/rdist/gram.y
506
struct subcmd *
usr.bin/rdist/gram.y
509
struct subcmd *sc;
usr.bin/rdist/gram.y
511
sc = ALLOC(subcmd);
usr.bin/rdist/gram.y
73
struct subcmd *subcmd;
usr.bin/rdist/gram.y
79
%type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
usr.bin/rdist/main.c
257
struct subcmd *cmds;
usr.bin/rdist/server.c
332
struct subcmd *sc;
usr.bin/rdist/server.c
339
extern struct subcmd *subcmds;
usr.bin/scmdctl/common.c
294
common_enable_disable(struct function_block *fb, int fd, bool debug, int subcmd)
usr.bin/scmdctl/common.c
299
if (!(subcmd == SCMD_ENABLE || subcmd == SCMD_DISABLE))
usr.bin/scmdctl/common.c
304
switch (subcmd) {
usr.bin/scmdctl/common.c
324
common_control_1(struct function_block *fb, int fd, bool debug, int subcmd)
usr.bin/scmdctl/common.c
329
if (!(subcmd == SCMD_RESTART || subcmd == SCMD_ENUMERATE))
usr.bin/scmdctl/common.c
334
switch (subcmd) {