GnuCOBOL  2.0
A free COBOL compiler
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
 
const struct cb_text_listold_text
 
const struct cb_text_listnew_text
 
unsigned int lead_trail
 

Detailed Description

Definition at line 166 of file cobc.h.

Field Documentation

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().


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