Searched refs:find_command (Results 1 – 5 of 5) sorted by relevance
/external/grub/stage2/ |
D | cmdline.c | 62 find_command (char *command) in find_command() function 151 builtin = find_command (heap); in enter_cmdline() 232 builtin = find_command (heap); in run_script()
|
D | shared.h | 862 struct builtin *find_command (char *command);
|
D | stage2.c | 940 builtin = find_command (cmdline); in cmain()
|
/external/qemu/android/ |
D | console.c | 356 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/ |
D | ChangeLog | 6272 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.
|