GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
yy_buffer_state Struct Reference
Collaboration diagram for yy_buffer_state:
Collaboration graph
[legend]

Public Attributes

int yy_at_bol
 
int yy_bs_column
 The column count. More...
 
int yy_bs_lineno
 The line count. More...
 
char * yy_buf_pos
 
int yy_buf_size
 
int yy_buffer_status
 
char * yy_ch_buf
 
int yy_fill_buffer
 
FILE * yy_input_file
 
int yy_is_interactive
 
int yy_is_our_buffer
 
int yy_n_chars
 

Detailed Description

Definition at line 220 of file oct-tex-lexer.cc.

Member Data Documentation

int yy_buffer_state::yy_at_bol
int yy_buffer_state::yy_bs_column

The column count.

Definition at line 257 of file oct-tex-lexer.cc.

Referenced by octave__init_buffer(), and octave_tex__init_buffer().

int yy_buffer_state::yy_bs_lineno

The line count.

Definition at line 256 of file oct-tex-lexer.cc.

Referenced by octave__init_buffer(), and octave_tex__init_buffer().

char * yy_buffer_state::yy_buf_pos
int yy_buffer_state::yy_buf_size
int yy_buffer_state::yy_buffer_status
char * yy_buffer_state::yy_ch_buf
int yy_buffer_state::yy_fill_buffer
FILE * yy_buffer_state::yy_input_file
int yy_buffer_state::yy_is_interactive
int yy_buffer_state::yy_is_our_buffer
int yy_buffer_state::yy_n_chars

The documentation for this struct was generated from the following files: