GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-hist.h File Reference
#include "octave-config.h"
#include <string>
#include "cmd-hist.h"
Include dependency graph for oct-hist.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ initialize_history()

◆ octave_history_write_timestamp()

void octave_history_write_timestamp ( void  )

Variable Documentation

◆ input_from_tmp_history_file

bool input_from_tmp_history_file

Definition at line 70 of file oct-hist.cc.

Referenced by do_edit_history(), and do_run_history().