![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct cb_define_struct * | next |
struct cb_define_struct * | last |
char * | name |
char * | value |
unsigned int | deftype |
int | sign |
int | int_part |
int | dec_part |
int cb_define_struct::dec_part |
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
unsigned int cb_define_struct::deftype |
Referenced by cb_define_list_add(), cobc_set_value(), ppp_compare_vals(), ppp_define_add(), ppp_define_del(), ppp_search_lists(), and ppp_set_value().
int cb_define_struct::int_part |
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
struct cb_define_struct * cb_define_struct::last |
Referenced by cb_define_list_add(), and ppp_define_add().
char * cb_define_struct::name |
Referenced by cb_define_list_add(), fix_filename(), fold_lower(), fold_upper(), ppp_define_add(), ppp_define_del(), ppp_search_lists(), and ppparse_clear_vars().
struct cb_define_struct * cb_define_struct::next |
Referenced by cb_define_list_add(), ppp_define_add(), ppp_define_del(), ppp_search_lists(), and ppparse_clear_vars().
int cb_define_struct::sign |
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
char * cb_define_struct::value |
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_add(), ppp_define_del(), ppp_set_value(), and ppparse_clear_vars().