GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct filename * | next |
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_filename * | localfile |
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 |
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().
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 |
Definition at line 201 of file cobc.h.
Referenced by cobc_clean_up(), process_assemble(), process_filename(), process_library(), process_link(), and process_module().
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::source |
Definition at line 197 of file cobc.h.
Referenced by preprocess(), process_compile(), process_filename(), process_library(), process_link(), process_module(), process_module_direct(), and process_translate().
const char* filename::translate |
Definition at line 199 of file cobc.h.
Referenced by cobc_clean_up(), process_assemble(), process_compile(), process_filename(), process_module_direct(), and process_translate().
size_t filename::translate_len |
Definition at line 205 of file cobc.h.
Referenced by process_assemble(), process_compile(), process_filename(), process_module_direct(), and process_translate().
const char* filename::trstorage |
Definition at line 200 of file cobc.h.
Referenced by cobc_clean_up(), process_filename(), and process_translate().