GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cob_func_loc Struct Reference

#include <common.h>

Collaboration diagram for cob_func_loc:

Data Fields

cob_fieldret_fld
 
cob_field ** save_proc_parms
 
cob_field ** func_params
 
unsigned char ** data
 
cob_modulesave_module
 
int save_call_params
 
int save_num_params
 

Field Documentation

unsigned char ** cob_func_loc::data
cob_field ** cob_func_loc::func_params

Referenced by cob_restore_func(), and cob_save_func().

cob_field * cob_func_loc::ret_fld
int cob_func_loc::save_call_params

Referenced by cob_restore_func(), and cob_save_func().

cob_module * cob_func_loc::save_module

Referenced by cob_restore_func(), and cob_save_func().

int cob_func_loc::save_num_params

Referenced by cob_restore_func(), and cob_save_func().

cob_field ** cob_func_loc::save_proc_parms

Referenced by cob_restore_func(), and cob_save_func().


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