Home
last modified time | relevance | path

Searched refs:saved_output (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-logging.c50 gdb_stdout = saved_output.out; in pop_output_files()
51 gdb_stderr = saved_output.err; in pop_output_files()
52 gdb_stdlog = saved_output.log; in pop_output_files()
53 gdb_stdtarg = saved_output.targ; in pop_output_files()
54 saved_output.out = NULL; in pop_output_files()
55 saved_output.err = NULL; in pop_output_files()
56 saved_output.log = NULL; in pop_output_files()
57 saved_output.targ = NULL; in pop_output_files()
94 saved_output.out = gdb_stdout; in handle_redirections()
95 saved_output.err = gdb_stderr; in handle_redirections()
[all …]
/openbsd/gnu/usr.bin/cvs/src/
H A Dserver.c2490 static struct buffer *saved_output; variable
2826 if (! buf_empty_p (saved_output))
2828 buf_append_char (saved_output, '\n');
2829 buf_copy_lines (buf_to_net, saved_output, 'M');
2869 saved_output->memory_error = protocol_memory_error;
2905 if (! buf_empty_p (saved_output))
2908 buf_append_buffer (protocol, saved_output);
6491 buf_output (saved_output, str, len);
6492 buf_copy_lines (buf_to_net, saved_output, 'M');
6496 buf_output (saved_output, str, len);
[all …]
H A DChangeLog-961906 saved_output, and saved_outerr before setting error_use_protocol.
1967 (protocol, saved_output, saved_outerr): Likewise.
2071 (do_cvs_command): Flush saved_output and saved_outerr to
2073 just initialize memory_error field of saved_output and
2076 (server): Initialize saved_output and saved_outerr.
3822 * server.c (saved_output, saved_outerr): New variables.