Home
last modified time | relevance | path

Searched refs:find_command (Results 1 – 5 of 5) sorted by relevance

/external/grub/stage2/
Dcmdline.c62 find_command (char *command) in find_command() function
151 builtin = find_command (heap); in enter_cmdline()
232 builtin = find_command (heap); in run_script()
Dshared.h862 struct builtin *find_command (char *command);
Dstage2.c940 builtin = find_command (cmdline); in cmain()
/external/qemu/android/
Dconsole.c356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs ) in find_command() function
428 CommandDef cmd = find_command( line, commands, &cmdend, &args ); in control_client_do_command()
461 subcmd = find_command( line, commands, &cmdend, &args ); in control_client_do_command()
495 subcmd = find_command( line, cmd, &end, &args ); in do_help()
/external/grub/
DChangeLog6272 find_command to just ignore the error code.
6669 (find_command): Likewise.
7391 * stage2/cmdline.c (find_command): If COMMAND is less than
7441 (find_command): New function.
7469 (find_command): Likewise.