Home
last modified time | relevance | path

Searched refs:do_dbtype (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddebug.cc577 do_dbtype (std::ostream& os, const std::string& name, int start, int end) in do_dbtype() function
645 do_dbtype (octave_stdout, dbg_fcn->fcn_file_name (),
678 do_dbtype (octave_stdout, dbg_fcn->fcn_file_name (),
693 do_dbtype (octave_stdout, dbg_fcn->fcn_file_name (),
704 do_dbtype (octave_stdout, dbg_fcn->fcn_file_name (),
745 do_dbtype (octave_stdout, dbg_fcn->fcn_file_name (), start, end);
811 do_dbtype (octave_stdout, name, l_min, l-1);
818 do_dbtype (octave_stdout, name, l+1, l_max);
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Doct-parse.yy4671 // FIXME: this function partially duplicates do_dbtype in debug.cc.
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dsrc-ChangeLog30175 (do_dbtype, Fdbtype): New functions.
/dports/math/octave/octave-6.4.0/
H A DChangeLog3873 libinterp/corefcn/debug.cc (do_dbtype),