![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | name |
cb_tree | args |
cb_tree | stmt1 |
cb_tree | stmt2 |
cb_tree | call_returning |
cob_u32_t | is_system |
int | convention |
cb_tree cb_call::args |
Referenced by cb_build_call(), and output_call().
cb_tree cb_call::call_returning |
Referenced by cb_build_call(), and output_call().
struct cb_tree_common cb_call::common |
int cb_call::convention |
Referenced by cb_build_call(), and output_call().
cob_u32_t cb_call::is_system |
Referenced by cb_build_call(), and output_call().
cb_tree cb_call::name |
Referenced by cb_build_call(), and output_call().
cb_tree cb_call::stmt1 |
Referenced by cb_build_call(), and output_call().
cb_tree cb_call::stmt2 |
Referenced by cb_build_call(), and output_call().