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

#include <coblocal.h>

Data Fields

unsigned int * physical_cancel
 
char * physical_cancel_env
 
unsigned int * name_convert
 
char * name_convert_env
 
char ** resolve_path
 
char * cob_library_path_env
 
size_t * resolve_size
 
char * cob_preload_resolved
 
char * cob_preload_env
 
unsigned int * cob_do_sync
 
char * cob_do_sync_env
 
unsigned int * cob_ls_uses_cr
 
char * cob_ls_uses_cr_env
 
size_t * cob_sort_memory
 
char * cob_sort_memory_env
 
size_t * cob_sort_chunk
 
char * cob_sort_chunk_env
 
char * cob_file_path
 
char * cob_file_path_env
 
unsigned int * cob_ls_nulls
 
char * cob_ls_nulls_env
 
unsigned int * cob_ls_fixed
 
char * cob_ls_fixed_env
 
size_t * cob_varseq_type
 
char * cob_varseq_type_env
 
char * cob_unix_lf_env
 
unsigned int * cob_local_edit
 
char * cob_local_edit_env
 
cob_u32_tcob_legacy
 
char * cob_legacy_env
 
char * cob_line_trace_env
 
char * cob_display_warn_env
 
char * cob_env_mangle_env
 
char * cob_disp_to_stderr_env
 
char * cob_beep_str_env
 
char * cob_timeout_scale_env
 
char * cob_accept_status_env
 
char * cob_extended_status_env
 
char * cob_use_esc_env
 

Field Documentation

char* runtime_env::cob_accept_status_env
char* runtime_env::cob_beep_str_env
char* runtime_env::cob_disp_to_stderr_env
char* runtime_env::cob_display_warn_env

Referenced by cob_init(), and print_runtime_env().

unsigned int* runtime_env::cob_do_sync
char* runtime_env::cob_do_sync_env
char* runtime_env::cob_env_mangle_env

Referenced by cob_init(), and print_runtime_env().

char* runtime_env::cob_extended_status_env
char* runtime_env::cob_file_path
char* runtime_env::cob_file_path_env
cob_u32_t* runtime_env::cob_legacy
char* runtime_env::cob_legacy_env
char* runtime_env::cob_library_path_env

Referenced by cob_init_call(), and print_runtime_env().

char* runtime_env::cob_line_trace_env

Referenced by cob_init(), and print_runtime_env().

unsigned int* runtime_env::cob_local_edit

Referenced by cob_init_move(), and print_runtime_env().

char* runtime_env::cob_local_edit_env

Referenced by print_runtime_env().

unsigned int* runtime_env::cob_ls_fixed
char* runtime_env::cob_ls_fixed_env
unsigned int* runtime_env::cob_ls_nulls
char* runtime_env::cob_ls_nulls_env
unsigned int* runtime_env::cob_ls_uses_cr
char* runtime_env::cob_ls_uses_cr_env
char* runtime_env::cob_preload_env

Referenced by cob_init_call(), and print_runtime_env().

char* runtime_env::cob_preload_resolved

Referenced by cob_init_call(), and print_runtime_env().

size_t* runtime_env::cob_sort_chunk
char* runtime_env::cob_sort_chunk_env
size_t* runtime_env::cob_sort_memory
char* runtime_env::cob_sort_memory_env
char* runtime_env::cob_timeout_scale_env
char* runtime_env::cob_unix_lf_env

Referenced by cob_init(), and print_runtime_env().

char* runtime_env::cob_use_esc_env
size_t* runtime_env::cob_varseq_type
char* runtime_env::cob_varseq_type_env
unsigned int* runtime_env::name_convert

Referenced by cob_init_call(), and print_runtime_env().

char* runtime_env::name_convert_env

Referenced by cob_init_call(), and print_runtime_env().

unsigned int* runtime_env::physical_cancel

Referenced by cob_init_call(), and print_runtime_env().

char* runtime_env::physical_cancel_env

Referenced by cob_init_call(), and print_runtime_env().

char** runtime_env::resolve_path

Referenced by cob_init_call(), and print_runtime_env().

size_t* runtime_env::resolve_size

Referenced by cob_init_call(), and print_runtime_env().


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