GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct cb_text_list * | next |
struct cb_text_list * | last |
const char * | text |
struct cb_text_list* cb_text_list::last |
Definition at line 161 of file cobc.h.
Referenced by cb_text_list_add(), pp_text_list_add(), and ppp_list_add().
struct cb_text_list* cb_text_list::next |
Definition at line 160 of file cobc.h.
Referenced by cb_text_list_add(), cb_text_list_chk(), output_call(), pp_text_list_add(), ppcopy(), ppecho(), ppp_list_add(), ppparse(), and yylex().
const char* cb_text_list::text |
Definition at line 162 of file cobc.h.
Referenced by cb_text_list_add(), cb_text_list_chk(), check_listing(), output_call(), pp_text_list_add(), ppcopy(), ppecho(), ppp_list_add(), and yylex().