|  | GnuCOBOL
    2.0
    A free COBOL compiler | 
#include <tree.h>

| Data Fields | |
| struct cb_word * | next | 
| const char * | name | 
| cb_tree | items | 
| int | count | 
| int | error | 
| int cb_word::count | 
Referenced by cb_build_field_tree(), and cb_define().
| int cb_word::error | 
Referenced by ambiguous_error(), and cb_ref().
| cb_tree cb_word::items | 
Referenced by ambiguous_error(), cb_build_field_tree(), cb_define(), cb_ref(), cb_resolve_redefines(), redefinition_error(), and redefinition_warning().
| const char * cb_word::name | 
| struct cb_word * cb_word::next | 
Referenced by cb_ref(), and lookup_word().