Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter-private.h89 extern child_list& __get_child_list__ (const std::string& who);
H A Dinterpreter-private.cc174 child_list& __get_child_list__ (const std::string& who) in __get_child_list__() function
H A Dsighandlers.cc189 child_list& kids = __get_child_list__ ("respond_to_pending_signals"); in respond_to_pending_signals()
H A Dtoplev.cc113 = octave::__get_child_list__ ("run_command_and_return_output"); in run_command_and_return_output()