GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | table |
cb_tree | var |
cb_tree | end_stmt |
cb_tree | whens |
int | flag_all |
struct cb_tree_common cb_search::common |
cb_tree cb_search::end_stmt |
Definition at line 1026 of file tree.h.
Referenced by cb_build_search(), and output_search().
int cb_search::flag_all |
Definition at line 1028 of file tree.h.
Referenced by cb_build_search(), and output_search().
cb_tree cb_search::table |
Definition at line 1024 of file tree.h.
Referenced by cb_build_search(), and output_search().
cb_tree cb_search::var |
Definition at line 1025 of file tree.h.
Referenced by cb_build_search(), and output_search().
cb_tree cb_search::whens |
Definition at line 1027 of file tree.h.
Referenced by cb_build_search(), and output_search().