GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
const char * | syst_name |
const char * | syst_call |
const char *const | syst_name |
const int | syst_params |
cob_call_union | syst_call |
const char* system_table::syst_call |
Definition at line 67 of file codegen.c.
Referenced by cob_call_field(), and output_call().
cob_call_union system_table::syst_call |
const char * system_table::syst_name |
Definition at line 66 of file codegen.c.
Referenced by cb_emit_call(), cb_list_system(), cob_call_field(), and output_call().
const int system_table::syst_params |
Definition at line 48 of file typeck.c.
Referenced by cb_emit_call(), and cb_list_system().