GnuCOBOL  2.0
A free COBOL compiler
cb_funcall Struct Reference

#include <tree.h>

Collaboration diagram for cb_funcall:

Data Fields

struct cb_tree_common common
 
const char * name
 
cb_tree argv [11]
 
int argc
 
int varcnt
 
unsigned int screenptr
 
unsigned int nolitcast
 

Detailed Description

Definition at line 941 of file tree.h.

Field Documentation

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

Definition at line 942 of file tree.h.

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().


The documentation for this struct was generated from the following file: