GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
yy_buffer_state Struct Reference

Data Fields

FILE * yy_input_file
 
char * yy_ch_buf
 
char * yy_buf_pos
 
yy_size_t yy_buf_size
 
yy_size_t yy_n_chars
 
int yy_is_our_buffer
 
int yy_is_interactive
 
int yy_at_bol
 
int yy_bs_lineno
 
int yy_bs_column
 
int yy_fill_buffer
 
int yy_buffer_status
 

Detailed Description

Definition at line 198 of file lex.yy.c.

Field Documentation

int yy_buffer_state::yy_at_bol

Definition at line 232 of file lex.yy.c.

int yy_buffer_state::yy_bs_column

The column count.

Definition at line 235 of file lex.yy.c.

int yy_buffer_state::yy_bs_lineno

The line count.

Definition at line 234 of file lex.yy.c.

char* yy_buffer_state::yy_buf_pos

Definition at line 203 of file lex.yy.c.

yy_size_t yy_buffer_state::yy_buf_size

Definition at line 208 of file lex.yy.c.

int yy_buffer_state::yy_buffer_status

Definition at line 242 of file lex.yy.c.

char* yy_buffer_state::yy_ch_buf

Definition at line 202 of file lex.yy.c.

int yy_buffer_state::yy_fill_buffer

Definition at line 240 of file lex.yy.c.

FILE* yy_buffer_state::yy_input_file

Definition at line 200 of file lex.yy.c.

int yy_buffer_state::yy_is_interactive

Definition at line 226 of file lex.yy.c.

int yy_buffer_state::yy_is_our_buffer

Definition at line 219 of file lex.yy.c.

yy_size_t yy_buffer_state::yy_n_chars

Definition at line 213 of file lex.yy.c.


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