![]() |
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 |
Definition at line 184 of file cobc.h.
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
| unsigned int cb_define_struct::deftype |
Definition at line 181 of file cobc.h.
Referenced by cb_define_list_add(), cobc_set_value(), ppp_compare_vals(), ppp_define_add(), ppp_define_del(), ppp_search_lists(), ppp_set_value(), and ppparse().
| int cb_define_struct::int_part |
Definition at line 183 of file cobc.h.
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
| struct cb_define_struct* cb_define_struct::last |
Definition at line 178 of file cobc.h.
Referenced by cb_define_list_add(), and ppp_define_add().
| char* cb_define_struct::name |
Definition at line 179 of file cobc.h.
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 |
Definition at line 177 of file cobc.h.
Referenced by cb_define_list_add(), ppp_define_add(), ppp_define_del(), ppp_search_lists(), ppparse(), and ppparse_clear_vars().
| int cb_define_struct::sign |
Definition at line 182 of file cobc.h.
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_del(), and ppp_set_value().
| char* cb_define_struct::value |
Definition at line 180 of file cobc.h.
Referenced by cobc_set_value(), ppp_compare_vals(), ppp_define_add(), ppp_define_del(), ppp_set_value(), and ppparse_clear_vars().