![]() |
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 |
Referenced by make_intrinsic(), and output_param().
| struct cb_tree_common cb_intrinsic::common |
| cb_tree cb_intrinsic::intr_field |
Referenced by make_intrinsic(), and output_param().
| struct cb_intrinsic_table * cb_intrinsic::intr_tab |
Referenced by cb_name_1(), make_intrinsic(), and output_param().
| int cb_intrinsic::isuser |
Referenced by cb_name_1(), make_intrinsic(), and output_param().
| cb_tree cb_intrinsic::length |
Referenced by make_intrinsic(), and output_param().
| cb_tree cb_intrinsic::name |
Referenced by cb_name_1(), make_intrinsic(), and output_param().
| cb_tree cb_intrinsic::offset |
Referenced by make_intrinsic(), and output_param().