GnuCOBOL  2.0
A free COBOL compiler
system_table Struct Reference
Collaboration diagram for system_table:

Data Fields

const char * syst_name
 
const char * syst_call
 
const char *const syst_name
 
const int syst_params
 
cob_call_union syst_call
 

Detailed Description

Definition at line 65 of file codegen.c.

Field Documentation

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

Definition at line 147 of file call.c.

const char* const system_table::syst_name

Definition at line 47 of file typeck.c.

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().


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