GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
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

void initialize_history ( bool  read_history_file = false)
void octave_history_write_timestamp ( void  )

Variable Documentation

bool input_from_tmp_history_file

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

Referenced by octave::base_parser::frob_function().