![]() |
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 |
Referenced by build_report(), and cb_validate_program_data().
cb_tree cb_report::code_clause |
int cb_report::columns |
struct cb_tree_common cb_report::common |
cb_tree cb_report::controls |
struct cb_file * cb_report::file |
int cb_report::first_detail |
int cb_report::footing |
int cb_report::heading |
int cb_report::last_control |
int cb_report::last_detail |
cb_tree cb_report::line_counter |
Referenced by cb_validate_program_data().
int cb_report::lines |
const char * cb_report::name |
Referenced by build_report(), and cb_validate_program_data().
cb_tree cb_report::page_counter |
Referenced by cb_validate_program_data().