Home
last modified time | relevance | path

Searched refs:source_pre_error (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c1244 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 Dtop.h69 extern char *source_pre_error;
H A Dtop.c619 /* static */ char *source_pre_error; variable
1164 source_pre_error, in command_line_input()
H A Devent-top.c652 source_pre_error, in command_line_handler()
H A DChangeLog-19995983 source_pre_error, history_expansion_p, server_command): export for
7053 source_pre_error, history_expansion_p): Make non-static, so
H A DChangeLog-1993833 source_error, source_error_allocated, and source_pre_error.