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 |
Definition at line 867 of file tree.h.
Referenced by cb_build_field_tree(), and cb_define().
int cb_word::error |
Definition at line 868 of file tree.h.
Referenced by ambiguous_error(), and cb_ref().
cb_tree cb_word::items |
Definition at line 866 of file tree.h.
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 |
Definition at line 865 of file tree.h.
Referenced by ambiguous_error(), cb_build_address(), cb_build_identifier(), cb_define(), cb_name_1(), cb_ref(), lookup_word(), redefinition_error(), and redefinition_warning().
struct cb_word* cb_word::next |
Definition at line 864 of file tree.h.
Referenced by cb_ref(), and lookup_word().