GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
char * | cname |
struct cb_file * | file |
cb_tree | line_counter |
cb_tree | page_counter |
cb_tree | code_clause |
cb_tree | controls |
int | lines |
int | columns |
int | heading |
int | first_detail |
int | last_control |
int | last_detail |
int | footing |
char* cb_report::cname |
Definition at line 1213 of file tree.h.
Referenced by build_report(), and cb_validate_program_data().
struct cb_tree_common cb_report::common |
cb_tree cb_report::line_counter |
Definition at line 1215 of file tree.h.
Referenced by cb_validate_program_data(), and yyparse().
const char* cb_report::name |
Definition at line 1212 of file tree.h.
Referenced by build_report(), and cb_validate_program_data().
cb_tree cb_report::page_counter |
Definition at line 1216 of file tree.h.
Referenced by cb_validate_program_data(), and yyparse().