#include <string>
#include "cmd-hist.h"
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 515 of file oct-hist.cc.
References default_history_file(), default_history_size(), octave_env::getenv(), and command_history::initialize().
Referenced by octave_main().
void octave_history_write_timestamp | ( | void | ) |
Definition at line 524 of file oct-hist.cc.
References command_history::add(), octave_base_tm::strftime(), and Vhistory_timestamp_format_string.
Referenced by do_octave_atexit().
Definition at line 72 of file oct-hist.cc.
Referenced by do_edit_history(), and do_run_history().