GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | test |
cb_tree | body |
cb_tree | data |
cb_tree | varying |
cb_tree | exit_label |
cb_tree | cycle_label |
enum cb_perform_type | perform_type |
cb_tree cb_perform::body |
Definition at line 1108 of file tree.h.
Referenced by output_perform_once().
struct cb_tree_common cb_perform::common |
cb_tree cb_perform::cycle_label |
Definition at line 1112 of file tree.h.
Referenced by output_perform_once(), and yyparse().
cb_tree cb_perform::data |
Definition at line 1109 of file tree.h.
Referenced by output_perform().
cb_tree cb_perform::exit_label |
Definition at line 1111 of file tree.h.
Referenced by output_perform(), and yyparse().
enum cb_perform_type cb_perform::perform_type |
Definition at line 1113 of file tree.h.
Referenced by cb_build_perform(), and output_perform().
cb_tree cb_perform::test |
Definition at line 1107 of file tree.h.
Referenced by output_perform_until().
cb_tree cb_perform::varying |
Definition at line 1110 of file tree.h.
Referenced by output_perform(), and yyparse().