Go to the source code of this file.
Typedef Documentation
| typedef char**(* rl_attempted_completion_fcn_ptr)(const char *, int, int) |
| typedef int(* rl_char_is_quoted_fcn_ptr)(char *, int) |
| typedef char*(* rl_completer_fcn_ptr)(const char *, int) |
| typedef int(* rl_event_hook_fcn_ptr)(void) |
| typedef int(* rl_pre_input_hook_fcn_ptr)(void) |
| typedef int(* rl_startup_hook_fcn_ptr)(void) |
Function Documentation
| void octave_rl_clear_screen |
( |
int |
skip_redisplay | ) |
|
| void octave_rl_enable_paren_matching |
( |
int |
| ) |
|
| int octave_rl_filename_completion_desired |
( |
int |
| ) |
|
| char* octave_rl_filename_completion_function |
( |
const char * |
, |
|
|
int |
|
|
) |
| |
| int octave_rl_filename_quoting_desired |
( |
int |
| ) |
|
| FILE* octave_rl_get_input_stream |
( |
void |
| ) |
|
| FILE* octave_rl_get_output_stream |
( |
void |
| ) |
|
| int octave_rl_history_search_backward |
( |
int |
, |
|
|
int |
|
|
) |
| |
| int octave_rl_history_search_forward |
( |
int |
, |
|
|
int |
|
|
) |
| |
| void octave_rl_insert_text |
( |
const char * |
| ) |
|
| const char* octave_rl_line_buffer |
( |
void |
| ) |
|
| char octave_rl_prompt_end_ignore |
( |
void |
| ) |
|
| char octave_rl_prompt_start_ignore |
( |
void |
| ) |
|
| void octave_rl_re_read_init_file |
( |
void |
| ) |
|
| void octave_rl_read_init_file |
( |
const char * |
| ) |
|
| char* octave_rl_readline |
( |
const char * |
| ) |
|
| void octave_rl_replace_line |
( |
const char * |
s, |
|
|
int |
clear_undo |
|
) |
| |
| void octave_rl_restore_terminal_state |
( |
void |
| ) |
|
| int octave_rl_screen_height |
( |
void |
| ) |
|
| int octave_rl_screen_width |
( |
void |
| ) |
|
| void octave_rl_set_basic_quote_characters |
( |
const char * |
| ) |
|
| void octave_rl_set_basic_word_break_characters |
( |
const char * |
| ) |
|
| void octave_rl_set_completer_quote_characters |
( |
const char * |
| ) |
|
| void octave_rl_set_completer_word_break_characters |
( |
const char * |
| ) |
|
| void octave_rl_set_completion_append_character |
( |
char |
| ) |
|
| void octave_rl_set_filename_quote_characters |
( |
const char * |
| ) |
|
| void octave_rl_set_input_stream |
( |
FILE * |
| ) |
|
| void octave_rl_set_name |
( |
const char * |
| ) |
|
| void octave_rl_set_output_stream |
( |
FILE * |
| ) |
|
| void octave_rl_set_terminal_name |
( |
const char * |
| ) |
|