Lines Matching refs:subcmd
436 CommandDef subcmd;
461 subcmd = find_command( line, commands, &cmdend, &args );
462 if (subcmd == NULL) {
467 cmd = subcmd;
492 CommandDef subcmd;
495 subcmd = find_command( line, cmd, &end, &args );
496 if (subcmd == NULL) {
506 if ( !args || !subcmd->subcommands ) {
507 dump_help( client, subcmd, start );
510 cmd = subcmd->subcommands;