GNU Octave  6.2.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 "hook-fcn.h"
#include "oct-time.h"
#include "ovl.h"
#include "pager.h"
Include dependency graph for input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::base_reader
 
class  octave::input_reader
 
class  octave::input_system
 

Namespaces

 octave
 

Variables

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

Variable Documentation

◆ octave_completion_matches_called

bool octave_completion_matches_called
extern

Definition at line 86 of file input.cc.

Referenced by octave::tree_evaluator::eval(), and octave::debugger::repl().

◆ Vdrawnow_requested

OCTINTERP_API bool Vdrawnow_requested
extern

◆ Vlast_prompt_time

octave::sys::time Vlast_prompt_time
extern

Definition at line 83 of file input.cc.

Referenced by octave::out_of_date_check(), and octave::rehash_internal().

◆ Vtrack_line_num

OCTINTERP_API bool Vtrack_line_num
extern

Definition at line 95 of file input.cc.