GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct call_hash * | next |
const char * | name |
void * | func |
cob_module * | module |
lt_dlhandle | handle |
const char * | path |
unsigned int | no_phys_cancel |
void* call_hash::func |
Definition at line 132 of file call.c.
Referenced by cob_resolve_internal(), insert(), and lookup().
lt_dlhandle call_hash::handle |
Definition at line 134 of file call.c.
Referenced by do_cancel_module(), and insert().
cob_module* call_hash::module |
Definition at line 133 of file call.c.
Referenced by cob_set_cancel(), do_cancel_module(), and insert().
const char* call_hash::name |
Definition at line 131 of file call.c.
Referenced by cob_cancel(), cob_cancel_field(), cob_exit_call(), cob_set_cancel(), do_cancel_module(), insert(), and lookup().
struct call_hash* call_hash::next |
Definition at line 130 of file call.c.
Referenced by cob_cancel(), cob_exit_call(), cob_set_cancel(), do_cancel_module(), insert(), and lookup().
unsigned int call_hash::no_phys_cancel |
Definition at line 136 of file call.c.
Referenced by do_cancel_module(), and insert().
const char* call_hash::path |
Definition at line 135 of file call.c.
Referenced by cob_exit_call(), cob_set_cancel(), do_cancel_module(), and insert().