GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
input.cc File Reference
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <algorithm>
#include <iostream>
#include <queue>
#include <sstream>
#include <string>
#include "cmd-edit.h"
#include "file-ops.h"
#include "iconv-wrappers.h"
#include "localcharset-wrapper.h"
#include "oct-env.h"
#include "oct-string.h"
#include "quit.h"
#include "str-vec.h"
#include "uniconv-wrappers.h"
#include "builtin-defun-decls.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "event-manager.h"
#include "help.h"
#include "hook-fcn.h"
#include "input.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "octave.h"
#include "oct-map.h"
#include "oct-hist.h"
#include "ovl.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "pager.h"
#include "pt-eval.h"
#include "pt-stmt.h"
#include "sighandlers.h"
#include "sysdep.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"

Go to the source code of this file.

Variables

bool octave_completion_matches_called = false
 
bool Vdrawnow_requested = false
 
octave::sys::time Vlast_prompt_time = 0.0
 

Variable Documentation

◆ octave_completion_matches_called

bool octave_completion_matches_called = false

Definition at line 86 of file input.cc.

Referenced by tree_evaluator::eval().

◆ Vdrawnow_requested

bool Vdrawnow_requested = false

◆ Vlast_prompt_time

octave::sys::time Vlast_prompt_time = 0.0

Definition at line 83 of file input.cc.

Referenced by interpreter::chdir(), and load_path::rehash().