![]() |
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 |
| struct cb_text_list * | old_text |
| struct cb_text_list * | new_text |
| unsigned int | lead_trail |
| struct cb_replace_list * cb_replace_list::last |
Referenced by pp_set_replace_list(), ppecho(), ppopen(), and ppp_replace_list_add().
| unsigned int cb_replace_list::lead_trail |
Referenced by ppecho(), and ppp_replace_list_add().
| struct cb_text_list * cb_replace_list::new_text |
Referenced by ppecho(), and ppp_replace_list_add().
| struct cb_replace_list * cb_replace_list::next |
Referenced by pp_set_replace_list(), ppecho(), ppopen(), and ppp_replace_list_add().
| struct cb_text_list * cb_replace_list::old_text |
Referenced by ppecho(), and ppp_replace_list_add().
| struct cb_replace_list * cb_replace_list::prev |
Referenced by pp_set_replace_list().