GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct cb_replace_list * | next |
struct cb_replace_list * | last |
struct cb_replace_list * | prev |
const struct cb_text_list * | old_text |
const struct cb_text_list * | new_text |
unsigned int | lead_trail |
struct cb_replace_list* cb_replace_list::last |
Definition at line 168 of file cobc.h.
Referenced by pp_set_replace_list(), ppecho(), ppopen(), and ppp_replace_list_add().
unsigned int cb_replace_list::lead_trail |
Definition at line 172 of file cobc.h.
Referenced by ppecho(), and ppp_replace_list_add().
const struct cb_text_list* cb_replace_list::new_text |
Definition at line 171 of file cobc.h.
Referenced by ppecho(), and ppp_replace_list_add().
struct cb_replace_list* cb_replace_list::next |
Definition at line 167 of file cobc.h.
Referenced by pp_set_replace_list(), ppecho(), ppopen(), and ppp_replace_list_add().
const struct cb_text_list* cb_replace_list::old_text |
Definition at line 170 of file cobc.h.
Referenced by ppecho(), and ppp_replace_list_add().
struct cb_replace_list* cb_replace_list::prev |
Definition at line 169 of file cobc.h.
Referenced by pp_set_replace_list().