GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct call_list * | next |
const char * | callname |
const char* call_list::callname |
Definition at line 109 of file codegen.c.
Referenced by codegen(), lookup_call(), lookup_func_call(), and output_internal_function().
struct call_list* call_list::next |
Definition at line 108 of file codegen.c.
Referenced by codegen(), lookup_call(), lookup_func_call(), and output_internal_function().