GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
void | initialize_history (bool read_history_file=false) |
void | octave_history_write_timestamp (void) |
Variables | |
bool | input_from_tmp_history_file |
void initialize_history | ( | bool | read_history_file = false | ) |
Definition at line 563 of file oct-hist.cc.
References default_history_file(), default_history_size(), octave_env::getenv(), command_history::initialize(), command_history::list(), and octave_link::set_history().
Referenced by octave_initialize_interpreter().
void octave_history_write_timestamp | ( | void | ) |
Definition at line 574 of file oct-hist.cc.
References command_history::add(), octave_link::append_history(), octave_base_tm::strftime(), and Vhistory_timestamp_format_string.
Referenced by do_octave_atexit(), and Fexec().
bool input_from_tmp_history_file |
Definition at line 73 of file oct-hist.cc.
Referenced by do_edit_history(), do_run_history(), and octave_base_parser::frob_function().