GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
copy_info Struct Reference
Collaboration diagram for copy_info:

Data Fields

struct copy_infonext
 
const char * file
 
char * dname
 
struct cb_replace_listreplacing
 
YY_BUFFER_STATE buffer
 
int line
 
int quotation_mark
 
int source_format
 

Field Documentation

YY_BUFFER_STATE copy_info::buffer

Referenced by ppopen(), and while().

char* copy_info::dname

Referenced by ppopen(), and while().

const char* copy_info::file

Referenced by ppopen(), and while().

int copy_info::line

Referenced by ppopen(), and while().

struct copy_info* copy_info::next

Referenced by ppopen(), and while().

int copy_info::quotation_mark

Referenced by ppopen(), and while().

struct cb_replace_list* copy_info::replacing

Referenced by ppopen(), and while().

int copy_info::source_format

Referenced by ppopen(), and while().


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