GnuCOBOL  2.0
A free COBOL compiler
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
 

Detailed Description

Definition at line 1087 of file common.h.

Field Documentation

unsigned char** cob_func_loc::data

Definition at line 1091 of file common.h.

Referenced by cob_check_numdisp(), cob_correct_numeric(), cob_restore_func(), and cob_save_func().

cob_field** cob_func_loc::func_params

Definition at line 1090 of file common.h.

Referenced by cob_restore_func(), and cob_save_func().

cob_field* cob_func_loc::ret_fld

Definition at line 1088 of file common.h.

int cob_func_loc::save_call_params

Definition at line 1093 of file common.h.

Referenced by cob_restore_func(), and cob_save_func().

cob_module* cob_func_loc::save_module

Definition at line 1092 of file common.h.

Referenced by cob_restore_func(), and cob_save_func().

int cob_func_loc::save_num_params

Definition at line 1094 of file common.h.

Referenced by cob_restore_func(), and cob_save_func().

cob_field** cob_func_loc::save_proc_parms

Definition at line 1089 of file common.h.

Referenced by cob_restore_func(), and cob_save_func().


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