Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
HC_IGNSPACE |
|
HC_IGNDUPS |
|
HC_ERASEDUPS |
|
Definition at line 31 of file oct-rl-hist.h.
Function Documentation
int octave_history_base |
( |
void |
|
) |
|
char* octave_history_goto_mark |
( |
int |
n |
) |
|
int octave_history_is_stifled |
( |
void |
|
) |
|
int octave_history_length |
( |
void |
|
) |
|
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 * |
|
) |
|
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 * |
|
) |
|