GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
char * | cname |
cb_tree | custom_list |
unsigned int | alphabet_type |
int | low_val_char |
int | high_val_char |
int | values [256] |
int | alphachr [256] |
unsigned int cb_alphabet_name::alphabet_type |
Definition at line 543 of file tree.h.
Referenced by cb_validate_program_environment(), output_alphabet_name_definition(), output_file_allocation(), output_param(), and yyparse().
int cb_alphabet_name::alphachr[256] |
Definition at line 547 of file tree.h.
Referenced by cb_build_symbolic_chars(), and cb_validate_program_environment().
char* cb_alphabet_name::cname |
Definition at line 541 of file tree.h.
Referenced by cb_build_alphabet_name(), output_alphabet_name_definition(), and output_param().
struct cb_tree_common cb_alphabet_name::common |
cb_tree cb_alphabet_name::custom_list |
Definition at line 542 of file tree.h.
Referenced by cb_validate_program_environment().
int cb_alphabet_name::high_val_char |
Definition at line 545 of file tree.h.
Referenced by cb_validate_program_environment().
int cb_alphabet_name::low_val_char |
Definition at line 544 of file tree.h.
Referenced by cb_validate_program_environment().
const char* cb_alphabet_name::name |
Definition at line 540 of file tree.h.
Referenced by cb_build_alphabet_name().
int cb_alphabet_name::values[256] |
Definition at line 546 of file tree.h.
Referenced by cb_validate_program_environment(), and output_alphabet_name_definition().