GnuCOBOL  2.0
A free COBOL compiler
local_filename Struct Reference

#include <cobc.h>

Collaboration diagram for local_filename:

Data Fields

struct local_filenamenext
 
char * local_name
 
FILE * local_fp
 

Detailed Description

Definition at line 188 of file cobc.h.

Field Documentation

FILE* local_filename::local_fp

Definition at line 191 of file cobc.h.

Referenced by cobc_clean_up(), codegen(), and process_translate().

char* local_filename::local_name

Definition at line 190 of file cobc.h.

Referenced by cobc_clean_up(), output_internal_function(), and process_translate().

struct local_filename* local_filename::next

Definition at line 189 of file cobc.h.

Referenced by cobc_clean_up(), and process_translate().


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