GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>
Data Fields | |
cob_file * | cob_error_file |
cob_module * | cob_current_module |
const char * | cob_orig_statement |
const char * | cob_orig_program_id |
const char * | cob_orig_section |
const char * | cob_orig_paragraph |
const char * | cob_main_argv0 |
char * | cob_locale |
char * | cob_locale_orig |
char * | cob_locale_ctype |
char * | cob_locale_collate |
char * | cob_locale_messages |
char * | cob_locale_monetary |
char * | cob_locale_numeric |
char * | cob_locale_time |
int | cob_exception_code |
int | cob_call_params |
int | cob_initial_external |
unsigned int | cob_orig_line |
unsigned int | cob_got_exception |
unsigned int | cob_screen_initialized |
unsigned int | cob_physical_cancel |
unsigned char * | cob_term_buff |
int | cob_accept_status |
int | cob_max_y |
int | cob_max_x |
int __cob_global::cob_call_params |
Definition at line 1204 of file common.h.
Referenced by CHECKSRC_(), cob_call(), cob_chain_setup(), cob_module_enter(), cob_parameter_check(), cob_restore_func(), cob_save_func(), cob_sys_copyfile(), cob_sys_file_delete(), cob_sys_file_info(), cob_sys_justify(), cob_sys_printable(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().
cob_module* __cob_global::cob_current_module |
cob_file* __cob_global::cob_error_file |
Definition at line 1187 of file common.h.
Referenced by cob_fatal_error(), cob_intr_exception_file(), cobxref_(), GCic_(), get__reserved__lists_(), LISTING_(), and save_status().
int __cob_global::cob_exception_code |
Definition at line 1203 of file common.h.
Referenced by cob_accept_exception_status(), cob_allocate(), cob_decimal_get_binary(), cob_decimal_get_display(), cob_decimal_get_field(), cob_decimal_get_ieee128dec(), cob_decimal_get_ieee64dec(), cob_decimal_get_packed(), cob_free_alloc(), cob_get_exception_code(), cob_get_exception_name(), cob_intr_exception_file(), cob_intr_exception_statement(), cob_intr_exception_status(), cob_set_exception(), cobxref_(), field_accept(), GCic_(), get__reserved__lists_(), LISTING_(), and screen_accept().
unsigned int __cob_global::cob_got_exception |
Definition at line 1207 of file common.h.
Referenced by cob_intr_exception_location(), and cob_set_exception().
int __cob_global::cob_initial_external |
Definition at line 1205 of file common.h.
Referenced by cob_external_addr().
char* __cob_global::cob_locale |
Definition at line 1194 of file common.h.
Referenced by cob_exit_common(), cob_init(), cob_intr_locale_compare(), cob_intr_locale_date(), cob_screen_init(), and cob_set_locale().
char* __cob_global::cob_locale_collate |
Definition at line 1197 of file common.h.
Referenced by cob_exit_common(), and cob_init().
char* __cob_global::cob_locale_ctype |
Definition at line 1196 of file common.h.
Referenced by cob_exit_common(), cob_init(), cob_screen_init(), and cob_set_locale().
char* __cob_global::cob_locale_messages |
Definition at line 1198 of file common.h.
Referenced by cob_exit_common(), and cob_init().
char* __cob_global::cob_locale_monetary |
Definition at line 1199 of file common.h.
Referenced by cob_exit_common(), and cob_init().
char* __cob_global::cob_locale_numeric |
Definition at line 1200 of file common.h.
Referenced by cob_exit_common(), and cob_init().
char* __cob_global::cob_locale_orig |
Definition at line 1195 of file common.h.
Referenced by cob_exit_common(), cob_init(), cob_screen_init(), and cob_set_locale().
char* __cob_global::cob_locale_time |
Definition at line 1201 of file common.h.
Referenced by cob_exit_common(), and cob_init().
const char* __cob_global::cob_main_argv0 |
Definition at line 1193 of file common.h.
Referenced by CHECKSRC_(), cob_exit_common(), cob_init(), cobxref_(), GCic_(), and LISTING_().
unsigned int __cob_global::cob_orig_line |
Definition at line 1206 of file common.h.
Referenced by cob_intr_exception_location(), and cob_set_exception().
const char* __cob_global::cob_orig_paragraph |
Definition at line 1192 of file common.h.
Referenced by cob_intr_exception_location(), and cob_set_exception().
const char* __cob_global::cob_orig_program_id |
Definition at line 1190 of file common.h.
Referenced by cob_intr_exception_location(), and cob_set_exception().
const char* __cob_global::cob_orig_section |
Definition at line 1191 of file common.h.
Referenced by cob_intr_exception_location(), and cob_set_exception().
const char* __cob_global::cob_orig_statement |
Definition at line 1189 of file common.h.
Referenced by cob_intr_exception_statement(), and cob_set_exception().
unsigned int __cob_global::cob_physical_cancel |
Definition at line 1209 of file common.h.
Referenced by cob_init(), cobxref_(), and GCic_().
unsigned int __cob_global::cob_screen_initialized |
Definition at line 1208 of file common.h.
Referenced by cob_accept(), cob_display(), cob_exit_screen(), cob_screen_init(), cob_sys_sound_bell(), cob_sys_system(), and init_cob_screen_if_needed().
unsigned char* __cob_global::cob_term_buff |
Definition at line 1214 of file common.h.
Referenced by cob_exit_common(), and cob_init().