GnuCOBOL  2.0
A free COBOL compiler
__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_physical_cancel
 
unsigned char * cob_term_buff
 
int cob_accept_status
 
int cob_max_y
 
int cob_max_x
 

Detailed Description

Definition at line 1186 of file common.h.

Field Documentation

int __cob_global::cob_accept_status

Definition at line 1215 of file common.h.

cob_module* __cob_global::cob_current_module

Definition at line 1188 of file common.h.

cob_file* __cob_global::cob_error_file
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
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_().

int __cob_global::cob_max_x

Definition at line 1218 of file common.h.

int __cob_global::cob_max_y

Definition at line 1217 of file common.h.

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
unsigned char* __cob_global::cob_term_buff

Definition at line 1214 of file common.h.

Referenced by cob_exit_common(), and cob_init().


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