GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iosfwd>
#include <sstream>
#include <string>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | octave_diary_buf |
class | octave_diary_stream |
class | octave_pager_buf |
class | octave_pager_stream |
Macros | |
#define | octave_diary (octave_diary_stream::stream ()) |
#define | octave_stdout (octave_pager_stream::stream ()) |
Functions | |
OCTINTERP_API void | flush_octave_stdout (void) |
#define octave_diary (octave_diary_stream::stream ()) |
Definition at line 146 of file pager.h.
Referenced by close_diary_file(), octave_pager_buf::flush_current_contents_to_diary(), get_user_input(), octave_base_reader::octave_gets(), verror(), and vwarning().
#define octave_stdout (octave_pager_stream::stream ()) |
Definition at line 144 of file pager.h.
Referenced by bind_ans(), DEFUN_DLD(), defun_usage_message_1(), symbol_info_list::display(), octave_call_stack::do_goto_frame(), octave_call_stack::do_goto_frame_relative(), do_history(), octave_base_reader::do_input_echo(), do_load(), do_octave_atexit(), do_who(), tree_statement::echo_code(), execute_eval_option_code(), F__dispatch__(), F__dump_symtab_info__(), F__ftp__(), Fcompletion_matches(), Fdaspk_options(), Fdasrt_options(), Fdassl_options(), Fdblist(), Fdbstack(), Fdbstatus(), Fdbtype(), Fdbwhere(), Fdisp(), Ffreport(), Flsode_options(), flush_octave_stdout(), Fpath(), Fquad_options(), Fsave(), Fset(), Fspparms(), Ftoc(), Fwarranty(), initialize_file_io(), main_loop(), mexPrintf(), octave_jit_print_any(), octave_jit_print_scalar(), parse_dbfunction_params(), octave_user_function::print_code_function_header(), octave_user_function::print_code_function_trailer(), tree_identifier::rvalue(), tree_multi_assignment::rvalue(), tree_simple_assignment::rvalue1(), and safe_source_file().
OCTINTERP_API void flush_octave_stdout | ( | void | ) |
Definition at line 458 of file pager.cc.
References clear_external_pager(), flushing_output_to_pager, octave_stdout, action_container::protect_var(), and really_flush_to_pager.
Referenced by do_octave_atexit(), gh_manager::do_process_events(), F__octave_link_edit_file__(), F__octave_link_file_dialog__(), F__octave_link_input_dialog__(), F__octave_link_list_dialog__(), F__octave_link_message_dialog__(), F__octave_link_question_dialog__(), Ffflush(), Fpause(), get_user_input(), interactive_input(), octave_base_reader::octave_gets(), verror(), and vwarning().