#include <cstdlib>
#include <cstring>
#include <fstream>
#include <string>
#include "cmd-hist.h"
#include "file-ops.h"
#include "lo-mappers.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "oct-time.h"
#include "str-vec.h"
#include "unistd-wrappers.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "event-manager.h"
#include "input.h"
#include "oct-hist.h"
#include "ovl.h"
#include "pager.h"
#include "parse.h"
#include "sighandlers.h"
#include "sysdep.h"
#include "interpreter.h"
#include "interpreter-private.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
Namespaces | |
octave | |
OCTAVE_EXPORT octave_value_list Fedit_history | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 615 of file oct-hist.cc.
References octave::history_system::do_edit_history(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fhistory | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 669 of file oct-hist.cc.
References octave::history_system::do_history(), and ovl().
Referenced by octave::octave_qscintilla::contextmenu_run().
OCTAVE_EXPORT octave_value_list Fhistory_control | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 768 of file oct-hist.cc.
References octave::command_history::histcontrol(), octave::command_history::process_histcontrol(), retval, and set_internal_variable().
OCTAVE_EXPORT octave_value_list Fhistory_file | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 846 of file oct-hist.cc.
References octave::command_history::file(), retval, octave::command_history::set_file(), and set_internal_variable().
OCTAVE_EXPORT octave_value_list Fhistory_save | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 909 of file oct-hist.cc.
References octave::command_history::ignore_entries(), octave::command_history::ignoring_entries(), retval, and set_internal_variable().
OCTAVE_EXPORT octave_value_list Fhistory_size | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 794 of file oct-hist.cc.
References max(), retval, set_internal_variable(), octave::command_history::set_size(), and octave::command_history::size().
OCTAVE_EXPORT octave_value_list Fhistory_timestamp_format_string | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 881 of file oct-hist.cc.
References octave::history_system::timestamp_format_string().
OCTAVE_EXPORT octave_value_list Frun_history | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 732 of file oct-hist.cc.
References octave::history_system::do_run_history(), ovl(), and print_usage().