GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct attr_list * | next |
unsigned char * | pic |
int | id |
int | type |
cob_u32_t | digits |
int | scale |
cob_u32_t | flags |
int | lenstr |
cob_u32_t attr_list::digits |
Definition at line 87 of file codegen.c.
Referenced by codegen(), and lookup_attr().
cob_u32_t attr_list::flags |
Definition at line 89 of file codegen.c.
Referenced by codegen(), and lookup_attr().
int attr_list::id |
Definition at line 85 of file codegen.c.
Referenced by codegen(), and lookup_attr().
int attr_list::lenstr |
Definition at line 90 of file codegen.c.
Referenced by lookup_attr().
struct attr_list* attr_list::next |
Definition at line 83 of file codegen.c.
Referenced by attr_list_reverse(), codegen(), and lookup_attr().
unsigned char* attr_list::pic |
Definition at line 84 of file codegen.c.
Referenced by codegen(), and lookup_attr().
int attr_list::scale |
Definition at line 88 of file codegen.c.
Referenced by codegen(), and lookup_attr().
int attr_list::type |
Definition at line 86 of file codegen.c.
Referenced by codegen(), and lookup_attr().