GnuCOBOL  2.0
A free COBOL compiler
YYSTYPE Union Reference

#include <ppparse.h>

Collaboration diagram for YYSTYPE:

Data Fields

char * s
 
struct cb_text_listl
 
struct cb_replace_listr
 
struct cb_define_structds
 
unsigned int ui
 
int si
 

Detailed Description

Definition at line 645 of file ppparse.c.

Field Documentation

struct cb_define_struct * YYSTYPE::ds

Definition at line 652 of file ppparse.c.

Referenced by ppparse().

struct cb_text_list * YYSTYPE::l

Definition at line 650 of file ppparse.c.

Referenced by ppparse().

struct cb_replace_list * YYSTYPE::r

Definition at line 651 of file ppparse.c.

Referenced by ppparse().

char * YYSTYPE::s

Definition at line 649 of file ppparse.c.

Referenced by pplex(), and ppparse().

int YYSTYPE::si

Definition at line 654 of file ppparse.c.

unsigned int YYSTYPE::ui

Definition at line 653 of file ppparse.c.

Referenced by ppparse().


The documentation for this union was generated from the following files: