#include <cstdlib>#include <cstring>#include <string>#include "cmd-edit.h"#include "cmd-hist.h"#include "file-ops.h"#include "file-stat.h"#include "lo-error.h"#include "lo-sysdep.h"#include "lo-utils.h"#include "oct-env.h"#include "oct-mutex.h"#include "oct-time.h"#include "quit.h"#include "singleton-cleanup.h"#include "strdup-wrapper.h"#include "unistd-wrappers.h"Go to the source code of this file.
Functions | |
| char * | do_completer_word_break_hook () |
| char * do_completer_word_break_hook | ( | ) |
References command_editor::do_accept_line(), command_editor::do_blink_matching_paren(), command_editor::do_clear_screen(), command_editor::do_clear_undo_list(), do_completer_word_break_hook(), command_editor::do_erase_empty_line(), command_editor::do_filename_completion_desired(), command_editor::do_filename_quoting_desired(), command_editor::do_generate_filename_completions(), command_editor::do_get_char_is_quoted_function(), command_editor::do_get_completion_function(), command_editor::do_get_current_line(), command_editor::do_get_dequoting_function(), command_editor::do_get_input_stream(), command_editor::do_get_line_buffer(), command_editor::do_get_output_stream(), command_editor::do_get_prev_char(), command_editor::do_get_quoting_function(), command_editor::do_get_user_accept_line_function(), command_editor::do_handle_interrupt_signal(), command_editor::do_insert_text(), command_editor::do_interrupt(), command_editor::do_kill_full_line(), command_editor::do_newline(), command_editor::do_prefer_env_winsize(), command_editor::do_re_read_init_file(), command_editor::do_read_init_file(), command_editor::do_readline(), command_editor::do_redisplay(), command_editor::do_replace_line(), command_editor::do_resize_terminal(), command_editor::do_restore_terminal_state(), command_editor::do_set_basic_quote_characters(), command_editor::do_set_basic_word_break_characters(), command_editor::do_set_char_is_quoted_function(), command_editor::do_set_completer_quote_characters(), command_editor::do_set_completer_word_break_characters(), command_editor::do_set_completion_append_character(), command_editor::do_set_completion_function(), command_editor::do_set_dequoting_function(), command_editor::do_set_filename_quote_characters(), command_editor::do_set_input_stream(), command_editor::do_set_name(), command_editor::do_set_output_stream(), command_editor::do_set_quoting_function(), command_editor::do_set_screen_size(), command_editor::do_set_user_accept_line_function(), command_editor::do_terminal_cols(), command_editor::do_terminal_rows(), command_editor::do_undo(), f, command_editor::newline_chars(), command_editor::restore_event_hook(), command_editor::restore_pre_input_hook(), command_editor::restore_startup_hook(), command_editor::set_event_hook(), command_editor::set_pre_input_hook(), and command_editor::set_startup_hook().
Referenced by do_completer_word_break_hook().