![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
const char * | name |
cb_tree | argv [10] |
int | argc |
int | varcnt |
unsigned int | screenptr |
unsigned int | nolitcast |
int cb_funcall::argc |
Referenced by cb_build_funcall(), cb_name_1(), output_funcall(), and output_funcall_debug().
cb_tree cb_funcall::argv |
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 |
Referenced by cb_build_funcall(), cb_name_1(), output_funcall(), and output_funcall_debug().
unsigned int cb_funcall::nolitcast |
Referenced by output_funcall().
unsigned int cb_funcall::screenptr |
Referenced by cb_build_funcall(), and output_funcall().
int cb_funcall::varcnt |
Referenced by cb_build_funcall(), output_funcall(), and output_funcall_debug().