GnuCOBOL  2.0
A free COBOL compiler
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
 

Detailed Description

Definition at line 2107 of file pplex.c.

Field Documentation

YY_BUFFER_STATE copy_info::buffer

Definition at line 2112 of file pplex.c.

Referenced by pplex(), and ppopen().

char* copy_info::dname

Definition at line 2110 of file pplex.c.

Referenced by pplex(), and ppopen().

const char* copy_info::file

Definition at line 2109 of file pplex.c.

Referenced by pplex(), and ppopen().

int copy_info::line

Definition at line 2113 of file pplex.c.

Referenced by pplex(), and ppopen().

struct copy_info* copy_info::next

Definition at line 2108 of file pplex.c.

Referenced by pplex(), and ppopen().

int copy_info::quotation_mark

Definition at line 2114 of file pplex.c.

Referenced by pplex(), and ppopen().

struct cb_replace_list* copy_info::replacing

Definition at line 2111 of file pplex.c.

Referenced by pplex(), and ppopen().

int copy_info::source_format

Definition at line 2115 of file pplex.c.

Referenced by pplex(), and ppopen().


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