GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
input.h File Reference
#include "octave-config.h"
#include <cstdio>
#include <memory>
#include <string>
#include <unordered_map>
#include "hook-fcn.h"
#include "oct-time.h"
#include "ovl.h"
#include "pager.h"

Go to the source code of this file.

Classes

class  base_reader
 
class  input_reader
 
class  input_system
 

Variables

bool octave_completion_matches_called
 
bool Vdrawnow_requested
 
octave::sys::time Vlast_prompt_time
 

Variable Documentation

◆ octave_completion_matches_called

bool octave_completion_matches_called
extern

Definition at line 86 of file input.cc.

Referenced by tree_evaluator::eval().

◆ Vdrawnow_requested

bool Vdrawnow_requested
extern

◆ Vlast_prompt_time

octave::sys::time Vlast_prompt_time
extern

Definition at line 83 of file input.cc.

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