GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_para_label * | next |
struct cb_label * | para |
struct cb_para_label* cb_para_label::next |
Definition at line 755 of file tree.h.
Referenced by cb_build_label(), output_goto_1(), output_perform_call(), and output_stmt().
struct cb_label* cb_para_label::para |
Definition at line 756 of file tree.h.
Referenced by cb_build_label(), output_goto_1(), output_perform_call(), and output_stmt().