|  | 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 | 
Referenced by cob_resolve_internal(), insert(), and lookup().
| lt_dlhandle call_hash::handle | 
Referenced by do_cancel_module(), and insert().
| cob_module* call_hash::module | 
Referenced by cob_set_cancel(), do_cancel_module(), and insert().
| const char* call_hash::name | 
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 | 
Referenced by cob_cancel(), cob_exit_call(), cob_set_cancel(), do_cancel_module(), insert(), and lookup().
| unsigned int call_hash::no_phys_cancel | 
Referenced by do_cancel_module(), and insert().
| const char* call_hash::path | 
Referenced by cob_exit_call(), cob_set_cancel(), do_cancel_module(), and insert().