![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
char * | cname |
cb_tree | assign |
cb_tree | file_status |
cb_tree | sharing |
cb_tree | key |
struct cb_alt_key * | alt_key_list |
struct cb_field * | record |
cb_tree | record_depending |
cb_tree | reports |
cb_tree | linage |
cb_tree | linage_ctr |
cb_tree | latfoot |
cb_tree | lattop |
cb_tree | latbot |
struct cb_label * | handler |
struct cb_program * | handler_prog |
struct cb_label * | debug_section |
struct cb_alphabet_name * | code_set |
int | record_min |
int | record_max |
int | optional |
int | organization |
int | access_mode |
int | lock_mode |
int | special |
int | same_clause |
unsigned int | flag_finalized: 1 |
unsigned int | flag_external: 1 |
unsigned int | flag_ext_assign: 1 |
unsigned int | flag_fileid: 1 |
unsigned int | flag_global: 1 |
unsigned int | flag_fl_debug: 1 |
unsigned int | flag_line_adv: 1 |
int cb_file::access_mode |
Referenced by build_file(), cb_emit_read(), cb_emit_start(), output_file_initialization(), and validate_file().
struct cb_alt_key * cb_file::alt_key_list |
Referenced by check_valid_key(), finalize_file(), output_file_initialization(), and validate_file().
cb_tree cb_file::assign |
Referenced by finalize_file(), output_file_initialization(), and validate_file().
char * cb_file::cname |
Referenced by build_file(), output_file_allocation(), output_file_initialization(), and output_internal_function().
struct cb_alphabet_name * cb_file::code_set |
Referenced by output_file_allocation().
struct cb_tree_common cb_file::common |
struct cb_label * cb_file::debug_section |
Referenced by cb_emit_close(), cb_emit_open(), cb_emit_read(), cb_emit_rewrite(), and cb_emit_write().
cb_tree cb_file::file_status |
unsigned int cb_file::flag_ext_assign |
Referenced by cb_build_assignment_name(), and output_file_initialization().
unsigned int cb_file::flag_external |
Referenced by cb_build_field_tree(), finalize_file(), output_file_initialization(), and output_internal_function().
unsigned int cb_file::flag_fileid |
Referenced by finalize_file(), and validate_file().
unsigned int cb_file::flag_finalized |
Referenced by cb_validate_program_data(), and finalize_file().
unsigned int cb_file::flag_fl_debug |
Referenced by cb_emit_close(), cb_emit_delete(), cb_emit_delete_file(), cb_emit_open(), cb_emit_read(), and cb_emit_start().
unsigned int cb_file::flag_global |
Referenced by cb_build_field_tree(), output_file_allocation(), and setup_use_file().
unsigned int cb_file::flag_line_adv |
Referenced by cb_emit_write(), and finalize_file().
struct cb_label * cb_file::handler |
Referenced by build_file(), output_file_error(), and setup_use_file().
struct cb_program * cb_file::handler_prog |
Referenced by build_file(), output_file_error(), and setup_use_file().
cb_tree cb_file::key |
Referenced by cb_emit_read(), cb_emit_start(), check_valid_key(), finalize_file(), output_file_initialization(), and validate_file().
cb_tree cb_file::latbot |
Referenced by output_file_initialization().
cb_tree cb_file::latfoot |
Referenced by output_file_initialization().
cb_tree cb_file::lattop |
Referenced by output_file_initialization().
cb_tree cb_file::linage |
Referenced by finalize_file(), output_file_allocation(), output_file_initialization(), and output_internal_function().
cb_tree cb_file::linage_ctr |
Referenced by finalize_file(), and output_file_initialization().
int cb_file::lock_mode |
Referenced by cb_emit_rewrite(), cb_emit_write(), and output_file_initialization().
const char * cb_file::name |
int cb_file::optional |
Referenced by output_file_initialization().
int cb_file::organization |
Referenced by build_file(), cb_emit_close(), cb_emit_delete(), cb_emit_delete_file(), cb_emit_open(), cb_emit_read(), cb_emit_rewrite(), cb_emit_start(), cb_emit_write(), check_valid_key(), finalize_file(), output_file_allocation(), output_file_initialization(), output_internal_function(), setup_use_file(), and validate_file().
struct cb_field * cb_file::record |
Referenced by cb_emit_read(), check_valid_key(), finalize_file(), and output_file_initialization().
cb_tree cb_file::record_depending |
Referenced by cb_validate_program_data(), and output_file_initialization().
int cb_file::record_max |
Referenced by finalize_file(), and output_file_initialization().
int cb_file::record_min |
Referenced by finalize_file(), and output_file_initialization().
cb_tree cb_file::reports |
int cb_file::same_clause |
Referenced by finalize_file().
cb_tree cb_file::sharing |
Referenced by cb_emit_open().
int cb_file::special |
Referenced by finalize_file(), and output_file_initialization().