GnuCOBOL  2.0
A free COBOL compiler
cb_search Struct Reference

#include <tree.h>

Collaboration diagram for cb_search:

Data Fields

struct cb_tree_common common
 
cb_tree table
 
cb_tree var
 
cb_tree end_stmt
 
cb_tree whens
 
int flag_all
 

Detailed Description

Definition at line 1022 of file tree.h.

Field Documentation

struct cb_tree_common cb_search::common

Definition at line 1023 of file tree.h.

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


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