Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-logging.c169 gdb_stdout = saved_output.out; in pop_output_files()
170 gdb_stderr = saved_output.err; in pop_output_files()
176 saved_output.out = NULL; in pop_output_files()
177 saved_output.err = NULL; in pop_output_files()
178 saved_output.log = NULL; in pop_output_files()
179 saved_output.targ = NULL; in pop_output_files()
180 saved_output.targerr = NULL; in pop_output_files()
231 saved_output.out = gdb_stdout; in handle_redirections()
232 saved_output.err = gdb_stderr; in handle_redirections()
233 saved_output.log = gdb_stdlog; in handle_redirections()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dserver.c3272 static struct buffer *saved_output; variable
3643 if (! buf_empty_p (saved_output)) in do_cvs_command()
3645 buf_append_char (saved_output, '\n'); in do_cvs_command()
3646 buf_copy_lines (buf_to_net, saved_output, 'M'); in do_cvs_command()
3694 saved_output->memory_error = protocol_memory_error; in do_cvs_command()
3733 if (! buf_empty_p (saved_output)) in do_cvs_command()
3736 buf_append_buffer (protocol, saved_output); in do_cvs_command()
7621 buf_output (saved_output, str, len); in cvs_output()
7622 buf_copy_lines (buf_to_net, saved_output, 'M'); in cvs_output()
7636 buf_output (saved_output, str, len); in cvs_output()
[all …]