Searched defs:subcommands (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dconsole.c349 CommandDef subcommands; /* if handler is NULL */ member in struct:CommandDefRec_
411 if (cmd->subcommands) {
412 cmd = cmd->subcommands;
446 if (cmd->subcommands == NULL) {
460 commands = cmd->subcommands;
506 if ( !args || !subcmd->subcommands ) {
510 cmd = subcmd->subcommands;
2036 "'event types' list all <type> string aliases supported by the 'event' subcommands\r\n",

Completed in 136 milliseconds