![]() |
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 |
Referenced by codegen(), and lookup_attr().
| cob_u32_t attr_list::flags |
Referenced by codegen(), and lookup_attr().
| int attr_list::id |
Referenced by codegen(), and lookup_attr().
| int attr_list::lenstr |
Referenced by lookup_attr().
| struct attr_list* attr_list::next |
Referenced by attr_list_reverse(), codegen(), and lookup_attr().
| unsigned char* attr_list::pic |
Referenced by codegen(), and lookup_attr().
| int attr_list::scale |
Referenced by codegen(), and lookup_attr().
| int attr_list::type |
Referenced by codegen(), and lookup_attr().