|  | 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_unix_lf | 
| unsigned int | cob_display_warn | 
| unsigned int | cob_first_init | 
| unsigned int | cob_env_mangle | 
| unsigned char * | cob_term_buff | 
| unsigned int | cob_disp_to_stderr | 
| unsigned int | cob_beep_value | 
| int | cob_accept_status | 
| int | cob_timeout_scale | 
| unsigned int | cob_extended_status | 
| unsigned int | cob_use_esc | 
| int | cob_max_y | 
| int | cob_max_x | 
| int __cob_global::cob_accept_status | 
| unsigned int __cob_global::cob_beep_value | 
Referenced by cob_rescan_env_vals(), and print_runtime_env().
| int __cob_global::cob_call_params | 
| cob_module * __cob_global::cob_current_module | 
| unsigned int __cob_global::cob_disp_to_stderr | 
Referenced by cob_rescan_env_vals(), and print_runtime_env().
| unsigned int __cob_global::cob_display_warn | 
Referenced by cob_exit_fileio(), cob_init(), cob_sys_create_file(), open_cbl_file(), and print_runtime_env().
| unsigned int __cob_global::cob_env_mangle | 
Referenced by cob_chk_file_env(), cob_display_environment(), cob_get_environment(), cob_init(), and print_runtime_env().
| cob_file * __cob_global::cob_error_file | 
Referenced by cob_fatal_error(), cob_intr_exception_file(), and save_status().
| int __cob_global::cob_exception_code | 
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(), and cob_set_exception().
| unsigned int __cob_global::cob_extended_status | 
Referenced by cob_rescan_env_vals(), and print_runtime_env().
| unsigned int __cob_global::cob_first_init | 
Referenced by cob_init(), cob_resolve_internal(), and set_resolve_error().
| unsigned int __cob_global::cob_got_exception | 
Referenced by cob_intr_exception_location(), and cob_set_exception().
| int __cob_global::cob_initial_external | 
Referenced by cob_external_addr().
| char * __cob_global::cob_locale | 
| char * __cob_global::cob_locale_collate | 
Referenced by cob_exit_common(), and cob_init().
| char * __cob_global::cob_locale_ctype | 
Referenced by cob_exit_common(), cob_init(), and cob_set_locale().
| char * __cob_global::cob_locale_messages | 
Referenced by cob_exit_common(), and cob_init().
| char * __cob_global::cob_locale_monetary | 
Referenced by cob_exit_common(), and cob_init().
| char * __cob_global::cob_locale_numeric | 
Referenced by cob_exit_common(), and cob_init().
| char * __cob_global::cob_locale_orig | 
Referenced by cob_exit_common(), cob_init(), and cob_set_locale().
| char * __cob_global::cob_locale_time | 
Referenced by cob_exit_common(), and cob_init().
| const char * __cob_global::cob_main_argv0 | 
Referenced by cob_exit_common(), and cob_init().
| int __cob_global::cob_max_x | 
| int __cob_global::cob_max_y | 
| unsigned int __cob_global::cob_orig_line | 
Referenced by cob_intr_exception_location(), and cob_set_exception().
| const char * __cob_global::cob_orig_paragraph | 
Referenced by cob_intr_exception_location(), and cob_set_exception().
| const char * __cob_global::cob_orig_program_id | 
Referenced by cob_intr_exception_location(), and cob_set_exception().
| const char * __cob_global::cob_orig_section | 
Referenced by cob_intr_exception_location(), and cob_set_exception().
| const char * __cob_global::cob_orig_statement | 
Referenced by cob_intr_exception_statement(), and cob_set_exception().
| unsigned int __cob_global::cob_screen_initialized | 
Referenced by cob_accept(), cob_display(), cob_sys_sound_bell(), and cob_sys_system().
| unsigned char * __cob_global::cob_term_buff | 
Referenced by cob_exit_common(), and cob_init().
| int __cob_global::cob_timeout_scale | 
Referenced by cob_rescan_env_vals(), and print_runtime_env().
| unsigned int __cob_global::cob_unix_lf | 
Referenced by cob_check_trace_file(), cob_file_open(), cob_init(), and print_runtime_env().
| unsigned int __cob_global::cob_use_esc | 
Referenced by cob_rescan_env_vals(), and print_runtime_env().