Searched refs:source_error (Results 1 – 4 of 4) sorted by relevance
68 extern char *source_error;
650 sprintf (source_error, in command_line_handler()655 error_pre_print = source_error; in command_line_handler()
621 /* static */ char *source_error; variable1221 sprintf (source_error, in command_line_input()1226 error_pre_print = source_error; in command_line_input()
1278 if (source_error == NULL) in script_from_file()1279 source_error = xmalloc (source_error_allocated); in script_from_file()1281 source_error = xrealloc (source_error, source_error_allocated); in script_from_file()