Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-eval.cc162 std::string fcn_file_nm, fcn_nm; in repl() local
167 fcn_nm = fcn_file_nm.empty () ? caller->name () : fcn_file_nm; in repl()
176 if (! fcn_nm.empty ()) in repl()
182 buf << ctrl_z << ctrl_z << fcn_nm << ':' << curr_debug_line; in repl()
199 evmgr.enter_debugger_event (fcn_nm, fcn_file_nm, curr_debug_line); in repl()
203 frame.add ([&evmgr, fcn_nm, curr_debug_line] (void) { in repl()
204 evmgr.execute_in_debugger_event (fcn_nm, in repl()
H A Doct-parse.cc7952 std::string fcn_nm = fcn->name (); in finish_function() local
7955 std::string tmp = fcn_nm; in finish_function()
7961 fcn_scope.cache_fcn_name (fcn_nm); in finish_function()
7985 pscope.install_nestfunction (fcn_nm, ov_fcn, fcn_scope); in finish_function()
7993 m_subfunction_names.push_back (fcn_nm); in finish_function()
7997 m_primary_fcn_scope.install_subfunction (fcn_nm, ov_fcn); in finish_function()
H A Doct-parse.yy3752 std::string fcn_nm = fcn->name ();
3755 std::string tmp = fcn_nm;
3761 fcn_scope.cache_fcn_name (fcn_nm);
3785 pscope.install_nestfunction (fcn_nm, ov_fcn, fcn_scope);
3793 m_subfunction_names.push_back (fcn_nm);
3797 m_primary_fcn_scope.install_subfunction (fcn_nm, ov_fcn);