GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct string_list * | next |
char * | text |
int | id |
int string_list::id |
Definition at line 79 of file codegen.c.
Referenced by codegen(), and lookup_string().
struct string_list* string_list::next |
Definition at line 77 of file codegen.c.
Referenced by codegen(), lookup_string(), and string_list_reverse().
char* string_list::text |
Definition at line 78 of file codegen.c.
Referenced by codegen(), and lookup_string().