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

Detailed Description

Definition at line 195 of file cobc.h.

Field Documentation

const char* filename::demangle_source

Definition at line 202 of file cobc.h.

Referenced by main(), and process_filename().

int filename::file_is_stdin

Definition at line 211 of file cobc.h.

Referenced by preprocess(), process_filename(), and process_link().

int filename::has_error

Definition at line 210 of file cobc.h.

Referenced by main().

const char* filename::listing_file

Definition at line 203 of file cobc.h.

Referenced by preprocess(), and process_filename().

struct local_filename* filename::localfile

Definition at line 204 of file cobc.h.

Referenced by cobc_clean_up(), and process_translate().

unsigned int filename::need_assemble

Definition at line 209 of file cobc.h.

Referenced by cobc_clean_up(), main(), and process_filename().

unsigned int filename::need_preprocess

Definition at line 207 of file cobc.h.

Referenced by cobc_clean_up(), main(), and process_filename().

unsigned int filename::need_translate

Definition at line 208 of file cobc.h.

Referenced by cobc_clean_up(), main(), and process_filename().

struct filename* filename::next

Definition at line 196 of file cobc.h.

Referenced by cobc_clean_up(), process_filename(), process_library(), and process_link().

const char* filename::object
size_t filename::object_len

Definition at line 206 of file cobc.h.

Referenced by process_assemble(), process_filename(), and process_module().

const char* filename::preprocess

Definition at line 198 of file cobc.h.

Referenced by cobc_clean_up(), preprocess(), process_filename(), and process_translate().

const char* filename::translate
size_t filename::translate_len
const char* filename::trstorage

Definition at line 200 of file cobc.h.

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


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