GnuCOBOL  2.0
A free COBOL compiler
attr_list Struct Reference
Collaboration diagram for attr_list:

Data Fields

struct attr_listnext
 
unsigned char * pic
 
int id
 
int type
 
cob_u32_t digits
 
int scale
 
cob_u32_t flags
 
int lenstr
 

Detailed Description

Definition at line 82 of file codegen.c.

Field Documentation

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


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