GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Enumerations | |
enum | { HC_IGNSPACE = 0x01, HC_IGNDUPS = 0x02, HC_ERASEDUPS = 0x04 } |
Functions | |
int | octave_add_history (const char *, int) |
int | octave_append_history (int, const char *) |
void | octave_clear_history (void) |
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 *) |
anonymous enum |
Definition at line 31 of file oct-rl-hist.h.