GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
cb_tree | argv [11] |
int | argc |
int | varcnt |
unsigned int | screenptr |
unsigned int | nolitcast |
int cb_funcall::argc |
Definition at line 945 of file tree.h.
Referenced by cb_build_funcall(), cb_name_1(), output_funcall(), and output_funcall_debug().
cb_tree cb_funcall::argv[11] |
Definition at line 944 of file tree.h.
Referenced by cb_build_funcall(), cb_name_1(), output_funcall(), and output_funcall_debug().
struct cb_tree_common cb_funcall::common |
const char* cb_funcall::name |
Definition at line 943 of file tree.h.
Referenced by cb_build_funcall(), cb_name_1(), output_funcall(), and output_funcall_debug().
unsigned int cb_funcall::nolitcast |
Definition at line 948 of file tree.h.
Referenced by output_funcall().
unsigned int cb_funcall::screenptr |
Definition at line 947 of file tree.h.
Referenced by cb_build_funcall(), and output_funcall().
int cb_funcall::varcnt |
Definition at line 946 of file tree.h.
Referenced by cb_build_funcall(), output_funcall(), and output_funcall_debug().