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

/external/grub/stage2/
H A Dcmdline.c62 find_command (char *command) function
151 builtin = find_command (heap);
232 builtin = find_command (heap);
/external/qemu/android/
H A Dconsole.c356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs ) function
428 CommandDef cmd = find_command( line, commands, &cmdend, &args );
461 subcmd = find_command( line, commands, &cmdend, &args );
495 subcmd = find_command( line, cmd, &end, &args );

Completed in 88 milliseconds