GnuCOBOL  2.0
A free COBOL compiler
cb_report Struct Reference

#include <tree.h>

Collaboration diagram for cb_report:

Data Fields

struct cb_tree_common common
 
const char * name
 
char * cname
 
struct cb_filefile
 
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
 

Detailed Description

Definition at line 1210 of file tree.h.

Field Documentation

char* cb_report::cname

Definition at line 1213 of file tree.h.

Referenced by build_report(), and cb_validate_program_data().

cb_tree cb_report::code_clause

Definition at line 1217 of file tree.h.

int cb_report::columns

Definition at line 1220 of file tree.h.

Referenced by yyparse().

struct cb_tree_common cb_report::common

Definition at line 1211 of file tree.h.

cb_tree cb_report::controls

Definition at line 1218 of file tree.h.

struct cb_file* cb_report::file

Definition at line 1214 of file tree.h.

Referenced by yyparse().

int cb_report::first_detail

Definition at line 1222 of file tree.h.

Referenced by yyparse().

int cb_report::footing

Definition at line 1225 of file tree.h.

Referenced by yyparse().

int cb_report::heading

Definition at line 1221 of file tree.h.

Referenced by yyparse().

int cb_report::last_control

Definition at line 1223 of file tree.h.

Referenced by yyparse().

int cb_report::last_detail

Definition at line 1224 of file tree.h.

Referenced by yyparse().

cb_tree cb_report::line_counter

Definition at line 1215 of file tree.h.

Referenced by cb_validate_program_data(), and yyparse().

int cb_report::lines

Definition at line 1219 of file tree.h.

Referenced by 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().


The documentation for this struct was generated from the following file: