GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>
Data Fields | |
cob_field * | ret_fld |
cob_field ** | save_proc_parms |
cob_field ** | func_params |
unsigned char ** | data |
cob_module * | save_module |
int | save_call_params |
int | save_num_params |
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().
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().