Home
last modified time | relevance | path

Searched refs:default_command_editor (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dcmd-edit.cc923 default_command_editor : public command_editor class
927 default_command_editor (void) in default_command_editor() function in octave::default_command_editor
932 default_command_editor (const default_command_editor&) = delete;
934 default_command_editor& operator = (const default_command_editor&) = delete;
936 ~default_command_editor (void) = default;
989 default_command_editor::do_get_input_stream (void) in do_get_input_stream()
1039 default_command_editor::do_kill_full_line (void) in do_kill_full_line()
1051 default_command_editor::do_newline (void) in do_newline()
1057 default_command_editor::do_accept_line (void) in do_accept_line()
1092 s_instance = new default_command_editor (); in make_command_editor()
[all …]
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dliboctave-ChangeLog98 * cmd-edit.cc (class default_command_editor): Likewise.
1419 (default_command_editor::do_readline): Tag call to fputs with gnulib::.
3820 default_command_editor::do_get_line_buffer): New functions.
4689 * cmd-edit.cc (default_command_editor::do_readline):
7425 (default_command_editor::set_startup_hook,
7427 default_command_editor::restore_startup_hook,
10746 default_command_editor::do_generate_filename_completions,
/dports/math/octave/octave-6.4.0/
H A DChangeLog38523 * cmd-edit.cc (default_command_editor::do_readline): Likewise.