GnuCOBOL  2.0
A free COBOL compiler
cb_word Struct Reference

#include <tree.h>

Collaboration diagram for cb_word:

Data Fields

struct cb_wordnext
 
const char * name
 
cb_tree items
 
int count
 
int error
 

Detailed Description

Definition at line 863 of file tree.h.

Field Documentation

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

struct cb_word* cb_word::next

Definition at line 864 of file tree.h.

Referenced by cb_ref(), and lookup_word().


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