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

Data Fields

struct call_listnext
 
const char * callname
 

Detailed Description

Definition at line 107 of file codegen.c.

Field Documentation

const char* call_list::callname

Definition at line 109 of file codegen.c.

Referenced by codegen(), lookup_call(), lookup_func_call(), and output_internal_function().

struct call_list* call_list::next

Definition at line 108 of file codegen.c.

Referenced by codegen(), lookup_call(), lookup_func_call(), and output_internal_function().


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