Home
last modified time | relevance | path

Searched refs:is_octave_program (Results 1 – 2 of 2) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/
H A Doctave.h263 bool is_octave_program (void) const { return m_is_octave_program; } in is_octave_program() function
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter.cc530 bool is_octave_program = m_app_context->is_octave_program (); in interpreter() local
555 m_interactive = (! is_octave_program && stdin_is_tty in interpreter()