GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
filename Struct Reference

#include <cobc.h>

Collaboration diagram for filename:

Data Fields

struct filenamenext
 
const char * source
 
const char * preprocess
 
const char * translate
 
const char * trstorage
 
const char * object
 
const char * demangle_source
 
const char * listing_file
 
struct local_filenamelocalfile
 
size_t translate_len
 
size_t object_len
 
unsigned int need_preprocess
 
unsigned int need_translate
 
unsigned int need_assemble
 
int has_error
 

Field Documentation

const char * filename::demangle_source

Referenced by main(), and process_filename().

int filename::has_error

Referenced by main().

const char * filename::listing_file

Referenced by preprocess(), and process_filename().

struct local_filename * filename::localfile

Referenced by cobc_clean_up(), and process_translate().

unsigned int filename::need_assemble
unsigned int filename::need_preprocess
unsigned int filename::need_translate
struct filename * filename::next
size_t filename::object_len
const char * filename::preprocess
const char * filename::trstorage

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