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

/external/qemu/android/
H A Dconsole.c341 typedef const struct CommandDefRec_ *CommandDef; typedef in typeref:struct:CommandDefRec_
349 CommandDef subcommands; /* if handler is NULL */
355 static CommandDef
356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs )
401 CommandDef cmd,
426 CommandDef commands = main_commands;
428 CommandDef cmd = find_command( line, commands, &cmdend, &args );
436 CommandDef subcmd;
478 CommandDef cmd = main_commands;
492 CommandDef subcm
[all...]

Completed in 57 milliseconds