GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_alt_key * | next |
cb_tree | key |
int | duplicates |
int | offset |
int cb_alt_key::duplicates |
Definition at line 814 of file tree.h.
Referenced by output_file_initialization(), and yyparse().
cb_tree cb_alt_key::key |
Definition at line 813 of file tree.h.
Referenced by check_valid_key(), finalize_file(), output_file_initialization(), and yyparse().
struct cb_alt_key* cb_alt_key::next |
Definition at line 812 of file tree.h.
Referenced by check_valid_key(), finalize_file(), output_file_initialization(), and yyparse().