PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_yy_buffer Struct Reference

Data Fields

YY_BUFFER_STATE buffer
 
long lineno
 
char * filename
 
struct _yy_buffernext
 

Detailed Description

Definition at line 79 of file pgc.l.

Field Documentation

◆ buffer

YY_BUFFER_STATE _yy_buffer::buffer

Definition at line 81 of file pgc.l.

Referenced by isdefine(), isinformixdefine(), and parse_include().

◆ filename

char* _yy_buffer::filename

Definition at line 83 of file pgc.l.

Referenced by isdefine(), isinformixdefine(), and parse_include().

◆ lineno

long _yy_buffer::lineno

Definition at line 82 of file pgc.l.

Referenced by isdefine(), isinformixdefine(), and parse_include().

◆ next

struct _yy_buffer* _yy_buffer::next

Definition at line 84 of file pgc.l.

Referenced by isdefine(), isinformixdefine(), and parse_include().


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