Lines Matching refs:command_errmsg
67 char *command_errmsg; variable
553 command_errmsg = command_errbuf; in bf_command()
828 if (command_errmsg != NULL) { in bf_run()
829 printf("%s\n", command_errmsg); in bf_run()
830 command_errmsg = NULL; in bf_run()
1111 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()
1250 command_errmsg = "wrong number of arguments"; in command_set()
1255 command_errmsg = strerror(errno); in command_set()
1264 command_errmsg = strerror(errno); in command_set()
1279 command_errmsg = "wrong number of arguments"; in command_setprop()
1283 command_errmsg = strerror(err); in command_setprop()
1297 command_errmsg = "wrong number of arguments"; in command_unset()
1301 command_errmsg = strerror(err); in command_unset()
1898 command_errmsg = "no filename specified"; in command_load()
1919 command_errmsg = "invalid load type"; in command_load()
1961 command_errmsg = "wrong number of arguments"; in command_sifting()