Home
last modified time | relevance | path

Searched refs:clear_global_variable_pattern (Results 1 – 8 of 8) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dcall-stack.h257 void clear_global_variable_pattern (const std::string& pattern);
H A Dinterpreter.h417 void clear_global_variable_pattern (const std::string& pattern);
H A Dinterpreter.cc1616 void interpreter::clear_global_variable_pattern (const std::string& pattern) in clear_global_variable_pattern() function in octave::interpreter
1618 m_evaluator.clear_global_variable_pattern (pattern); in clear_global_variable_pattern()
H A Dsymtab.cc788 return m_interpreter.clear_global_variable_pattern (pattern); in clear_global_pattern()
H A Dcall-stack.cc819 void call_stack::clear_global_variable_pattern (const std::string& pattern) in clear_global_variable_pattern() function in octave::call_stack
H A Dvariables.cc1061 interp.clear_global_variable_pattern (pattern); in do_clear_globals()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-eval.h498 void clear_global_variable_pattern (const std::string& pattern);
H A Dpt-eval.cc2330 tree_evaluator::clear_global_variable_pattern (const std::string& pattern) in clear_global_variable_pattern() function in octave::tree_evaluator
2332 m_call_stack.clear_global_variable_pattern (pattern); in clear_global_variable_pattern()