Searched refs:source_error (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | top.h | 68 extern char *source_error;
|
| H A D | top.c | 611 /* static */ char *source_error; variable 1162 sprintf (source_error, in command_line_input() 1167 error_pre_print = source_error; in command_line_input()
|
| H A D | event-top.c | 650 sprintf (source_error, in command_line_handler() 655 error_pre_print = source_error; in command_line_handler()
|
| H A D | ChangeLog-1999 | 5982 * top.h: (source_line_number, source_file_name, source_error, 7052 (source_line_number, source_file_name, source_error,
|
| H A D | ChangeLog-1993 | 833 source_error, source_error_allocated, and source_pre_error.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-script.c | 1290 if (source_error == NULL) in script_from_file() 1291 source_error = xmalloc (source_error_allocated); in script_from_file() 1293 source_error = xrealloc (source_error, source_error_allocated); in script_from_file()
|