#include <type.h>
Data Fields | |
char * | variable |
enum ECPGdtype | value |
struct assignment * | next |
Definition at line 180 of file type.h.
struct assignment* assignment::next |
Definition at line 184 of file type.h.
Referenced by drop_assignments(), output_get_descr(), output_get_descr_header(), output_set_descr(), and output_set_descr_header().
Definition at line 183 of file type.h.
Referenced by output_get_descr(), output_get_descr_header(), output_set_descr(), and output_set_descr_header().
char* assignment::variable |
Definition at line 182 of file type.h.
Referenced by drop_assignments(), output_get_descr(), output_get_descr_header(), output_set_descr(), output_set_descr_header(), and push_assignment().