GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cb_replace_list Struct Reference

#include <cobc.h>

Collaboration diagram for cb_replace_list:

Data Fields

struct cb_replace_listnext
 
struct cb_replace_listlast
 
struct cb_replace_listprev
 
struct cb_text_listold_text
 
struct cb_text_listnew_text
 
unsigned int lead_trail
 

Field Documentation

struct cb_replace_list * cb_replace_list::last
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
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().


The documentation for this struct was generated from the following file: