This is Unofficial EPICS BASE Doxygen Site
yy_buffer_state Struct Reference

Public Attributes

FILE * yy_input_file
 
YY_CHARyy_ch_buf
 
YY_CHARyy_buf_pos
 
int yy_buf_size
 
int yy_n_chars
 
int yy_eof_status
 

Detailed Description

Definition at line 237 of file scan.c.

Member Data Documentation

YY_CHAR* yy_buffer_state::yy_buf_pos

Definition at line 242 of file scan.c.

int yy_buffer_state::yy_buf_size

Definition at line 245 of file scan.c.

YY_CHAR* yy_buffer_state::yy_ch_buf

Definition at line 241 of file scan.c.

int yy_buffer_state::yy_eof_status

Definition at line 250 of file scan.c.

FILE* yy_buffer_state::yy_input_file

Definition at line 239 of file scan.c.

int yy_buffer_state::yy_n_chars

Definition at line 248 of file scan.c.


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