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

Data Fields

struct base_listnext
 
struct cb_fieldf
 
const char * curr_prog
 

Detailed Description

Definition at line 112 of file codegen.c.

Field Documentation

const char* base_list::curr_prog

Definition at line 115 of file codegen.c.

Referenced by codegen(), output_base(), and output_internal_function().

struct cb_field* base_list::f

Definition at line 114 of file codegen.c.

Referenced by base_cache_cmp(), codegen(), output_base(), and output_internal_function().

struct base_list* base_list::next

Definition at line 113 of file codegen.c.

Referenced by codegen(), output_base(), and output_internal_function().


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