GnuCOBOL  2.0
A free COBOL compiler
cb_define_struct Struct Reference

#include <cobc.h>

Collaboration diagram for cb_define_struct:

Data Fields

struct cb_define_structnext
 
struct cb_define_structlast
 
char * name
 
char * value
 
unsigned int deftype
 
int sign
 
int int_part
 
int dec_part
 

Detailed Description

Definition at line 176 of file cobc.h.

Field Documentation

int cb_define_struct::dec_part

Definition at line 184 of file cobc.h.

Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().

unsigned int cb_define_struct::deftype
int cb_define_struct::int_part

Definition at line 183 of file cobc.h.

Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().

struct cb_define_struct* cb_define_struct::last

Definition at line 178 of file cobc.h.

Referenced by cb_define_list_add(), and ppp_define_add().

char* cb_define_struct::name
struct cb_define_struct* cb_define_struct::next
int cb_define_struct::sign

Definition at line 182 of file cobc.h.

Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().

char* cb_define_struct::value

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