![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>

Data Fields | |
| struct __cob_module * | next |
| cob_field ** | cob_procedure_params |
| const char * | module_name |
| const char * | module_formatted_date |
| const char * | module_source |
| cob_call_union | module_entry |
| cob_call_union | module_cancel |
| const unsigned char * | collating_sequence |
| cob_field * | crt_status |
| cob_field * | cursor_pos |
| unsigned int * | module_ref_count |
| const char ** | module_path |
| unsigned int | module_active |
| unsigned int | module_date |
| unsigned int | module_time |
| unsigned int | module_type |
| unsigned int | module_param_cnt |
| unsigned int | module_returning |
| int | module_num_params |
| unsigned char | ebcdic_sign |
| unsigned char | decimal_point |
| unsigned char | currency_symbol |
| unsigned char | numeric_separator |
| unsigned char | flag_filename_mapping |
| unsigned char | flag_binary_truncate |
| unsigned char | flag_pretty_display |
| unsigned char | flag_host_sign |
| unsigned char | flag_no_phys_canc |
| unsigned char | flag_main |
| unsigned char | flag_fold_call |
| unsigned char | flag_exit_program |
| cob_field** __cob_module::cob_procedure_params |
Definition at line 1048 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| const unsigned char* __cob_module::collating_sequence |
Definition at line 1054 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| cob_field* __cob_module::crt_status |
Definition at line 1055 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::currency_symbol |
Definition at line 1070 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| cob_field* __cob_module::cursor_pos |
Definition at line 1056 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::decimal_point |
Definition at line 1069 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::ebcdic_sign |
Definition at line 1068 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_binary_truncate |
Definition at line 1074 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_exit_program |
Definition at line 1081 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_filename_mapping |
Definition at line 1073 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_fold_call |
Definition at line 1080 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_host_sign |
Definition at line 1076 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_main |
Definition at line 1079 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_no_phys_canc |
Definition at line 1078 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), do_cancel_module(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned char __cob_module::flag_pretty_display |
Definition at line 1075 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_active |
Definition at line 1060 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), do_cancel_module(), GCic_(), get__reserved__lists_(), and LISTING_().
| cob_call_union __cob_module::module_cancel |
Definition at line 1053 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), do_cancel_module(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_date |
Definition at line 1061 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| cob_call_union __cob_module::module_entry |
Definition at line 1052 of file common.h.
Referenced by CHECKSRC_(), cob_set_cancel(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| const char* __cob_module::module_formatted_date |
Definition at line 1050 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| const char* __cob_module::module_name |
Definition at line 1049 of file common.h.
Referenced by CHECKSRC_(), cob_set_cancel(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| int __cob_module::module_num_params |
Definition at line 1066 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_param_cnt |
Definition at line 1064 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| const char** __cob_module::module_path |
Definition at line 1058 of file common.h.
Referenced by CHECKSRC_(), cob_set_cancel(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int* __cob_module::module_ref_count |
Definition at line 1057 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), do_cancel_module(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_returning |
Definition at line 1065 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| const char* __cob_module::module_source |
Definition at line 1051 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_time |
Definition at line 1062 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| unsigned int __cob_module::module_type |
Definition at line 1063 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
| struct __cob_module* __cob_module::next |
Definition at line 1047 of file common.h.
Referenced by get__reserved__lists_().
| unsigned char __cob_module::numeric_separator |
Definition at line 1071 of file common.h.
Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().