OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subcommands
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl
86
help: Describe the usage of this program or its
subcommands
.
100
say "Available
subcommands
:";
/external/qemu/android/
console.c
349
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
;
[
all
...]
Completed in 174 milliseconds