GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | name |
cb_tree | from |
cb_tree | step |
cb_tree | until |
struct cb_tree_common cb_perform_varying::common |
cb_tree cb_perform_varying::from |
Definition at line 1100 of file tree.h.
Referenced by cb_build_perform_varying(), and output_perform().
cb_tree cb_perform_varying::name |
Definition at line 1099 of file tree.h.
Referenced by cb_build_perform_varying(), and output_perform().
cb_tree cb_perform_varying::step |
Definition at line 1101 of file tree.h.
Referenced by cb_build_perform_varying(), and output_perform_until().
cb_tree cb_perform_varying::until |
Definition at line 1102 of file tree.h.
Referenced by cb_build_perform_varying(), and output_perform_until().