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 | intr_field |
struct cb_intrinsic_table * | intr_tab |
cb_tree | offset |
cb_tree | length |
int | isuser |
cb_tree cb_intrinsic::args |
Definition at line 993 of file tree.h.
Referenced by make_intrinsic(), and output_param().
struct cb_tree_common cb_intrinsic::common |
cb_tree cb_intrinsic::intr_field |
Definition at line 994 of file tree.h.
Referenced by make_intrinsic(), and output_param().
struct cb_intrinsic_table* cb_intrinsic::intr_tab |
Definition at line 995 of file tree.h.
Referenced by cb_name_1(), make_intrinsic(), and output_param().
int cb_intrinsic::isuser |
Definition at line 998 of file tree.h.
Referenced by cb_name_1(), make_intrinsic(), and output_param().
cb_tree cb_intrinsic::length |
Definition at line 997 of file tree.h.
Referenced by make_intrinsic(), and output_param().
cb_tree cb_intrinsic::name |
Definition at line 992 of file tree.h.
Referenced by cb_name_1(), make_intrinsic(), and output_param().
cb_tree cb_intrinsic::offset |
Definition at line 996 of file tree.h.
Referenced by make_intrinsic(), and output_param().