Navigation

Operators and Keywords

Function List:

C++ API

oct-rl-hist.h File Reference

Go to the source code of this file.


Defines

#define octave_rl_hist_h   1

Functions

void octave_add_history (const char *)
int octave_where_history (void)
int octave_history_length (void)
int octave_max_input_history (void)
int octave_history_base (void)
void octave_stifle_history (int)
int octave_unstifle_history (void)
int octave_history_is_stifled (void)
int octave_history_set_pos (int)
int octave_read_history (const char *)
void octave_using_history (void)
int octave_read_history_range (const char *, int, int)
int octave_write_history (const char *)
int octave_append_history (int, const char *)
int octave_history_truncate_file (const char *, int)
void octave_remove_history (int)
char * octave_history_goto_mark (int n)
char * octave_history_get (int n)
char ** octave_history_list (int, int)
void octave_replace_history_entry (int, const char *)

Define Documentation

#define octave_rl_hist_h   1


Function Documentation

void octave_add_history ( const char *   ) 

int octave_append_history ( int  ,
const char *   
)

int octave_history_base ( void   ) 

char* octave_history_get ( int  n  ) 

char* octave_history_goto_mark ( int  n  ) 

int octave_history_is_stifled ( void   ) 

int octave_history_length ( void   ) 

char** octave_history_list ( int  ,
int   
)

int octave_history_set_pos ( int   ) 

int octave_history_truncate_file ( const char *  ,
int   
)

int octave_max_input_history ( void   ) 

int octave_read_history ( const char *   ) 

int octave_read_history_range ( const char *  ,
int  ,
int   
)

void octave_remove_history ( int   ) 

void octave_replace_history_entry ( int  ,
const char *   
)

void octave_stifle_history ( int   ) 

int octave_unstifle_history ( void   ) 

void octave_using_history ( void   ) 

int octave_where_history ( void   ) 

int octave_write_history ( const char *   )