Home
last modified time | relevance | path

Searched refs:history_sys (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-hist.cc673 octave::history_system& history_sys = interp.get_history_system (); variable
677 string_vector hlist = history_sys.do_history (args, nargout);
736 octave::history_system& history_sys = interp.get_history_system (); variable
741 history_sys.do_run_history (args);
883 octave::history_system& history_sys = interp.get_history_system (); variable
885 return history_sys.timestamp_format_string (args, nargout);
H A Dsyscalls.cc197 octave::history_system& history_sys = interp.get_history_system (); variable
199 history_sys.write_timestamp ();
/dports/math/octave/octave-6.4.0/libgui/src/
H A Dmain-window.cc504 history_system& history_sys = interp.get_history_system (); in handle_clear_history_request() local
506 history_sys.do_history (ovl ("-c")); in handle_clear_history_request()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dlex.cc6435 history_system& history_sys = m_interpreter.get_history_system (); in input_from_tmp_history_file() local
6437 return history_sys.input_from_tmp_file (); in input_from_tmp_history_file()
H A Dlex.ll3575 history_system& history_sys = m_interpreter.get_history_system ();
3577 return history_sys.input_from_tmp_file ();