GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
__cob_global Struct Reference

#include <common.h>

Collaboration diagram for __cob_global:

Data Fields

cob_filecob_error_file
 
cob_modulecob_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
 

Field Documentation

int __cob_global::cob_accept_status
unsigned int __cob_global::cob_beep_value
cob_module * __cob_global::cob_current_module
unsigned int __cob_global::cob_disp_to_stderr
unsigned int __cob_global::cob_display_warn
unsigned int __cob_global::cob_env_mangle
cob_file * __cob_global::cob_error_file
unsigned int __cob_global::cob_extended_status
unsigned int __cob_global::cob_first_init
unsigned int __cob_global::cob_got_exception
int __cob_global::cob_initial_external

Referenced by cob_external_addr().

char * __cob_global::cob_locale_collate

Referenced by cob_exit_common(), and cob_init().

char * __cob_global::cob_locale_ctype
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
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
const char * __cob_global::cob_orig_paragraph
const char * __cob_global::cob_orig_program_id
const char * __cob_global::cob_orig_section
const char * __cob_global::cob_orig_statement
unsigned int __cob_global::cob_screen_initialized
unsigned char * __cob_global::cob_term_buff

Referenced by cob_exit_common(), and cob_init().

int __cob_global::cob_timeout_scale
unsigned int __cob_global::cob_unix_lf
unsigned int __cob_global::cob_use_esc

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