Searched refs:command_errmsg (Results 1 – 6 of 6) sorted by relevance
61 command_errmsg = command_errbuf; in perform()79 command_errmsg = "unknown command"; in perform()129 printf("%s: %s\n", argv[0], command_errmsg); in interact()220 command_errmsg = command_errbuf; in include()292 printf("%s: %s\n", argv[0], command_errmsg); in include()
34 char *command_errmsg; variable157 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()285 command_errmsg = "wrong number of arguments"; in command_set()289 command_errmsg = strerror(err); in command_set()302 command_errmsg = "wrong number of arguments"; in command_unset()389 command_errmsg = "wrong number of arguments"; in command_read()
89 command_errmsg = "no bootable kernel"; in command_boot()169 command_errmsg = "too many arguments"; in command_autoboot()214 command_errmsg = "no valid kernel found"; in autoboot()
108 command_errmsg = "no filename specified"; in command_load()134 command_errmsg = "invalid load type"; in command_load()195 command_errmsg = "no filename specified"; in command_crc()396 command_errmsg = "can't load file before kernel"; in file_loadraw()
54 extern char *command_errmsg;
636 dvar->data[0], command_errmsg); in menu_execute()