Searched refs:source_pre_error (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-script.c | 1244 source_pre_error = p->old_pre_error; in source_cleanup_lines() 1272 old_lines.old_pre_error = source_pre_error; in script_from_file() 1277 source_pre_error = error_pre_print == NULL ? "" : error_pre_print; in script_from_file() 1278 source_pre_error = savestring (source_pre_error, strlen (source_pre_error)); in script_from_file() 1279 make_cleanup (xfree, source_pre_error); in script_from_file() 1284 needed_length = strlen (source_file_name) + strlen (source_pre_error) + 80; in script_from_file()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | top.h | 69 extern char *source_pre_error;
|
| H A D | top.c | 619 /* static */ char *source_pre_error; variable 1164 source_pre_error, in command_line_input()
|
| H A D | event-top.c | 652 source_pre_error, in command_line_handler()
|
| H A D | ChangeLog-1999 | 5983 source_pre_error, history_expansion_p, server_command): export for 7053 source_pre_error, history_expansion_p): Make non-static, so
|
| H A D | ChangeLog-1993 | 833 source_error, source_error_allocated, and source_pre_error.
|