GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct cb_level_78 * | next |
struct cb_level_78 * | globnext |
struct cb_level_78 * | last |
struct cb_field * | fld78 |
struct cb_program * | prog |
const char * | pic_replace |
cob_u32_t | name_len |
cob_u32_t | pic_len |
cob_u32_t | not_const |
cob_u32_t | chk_const |
cob_u32_t cb_level_78::chk_const |
Definition at line 1427 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), and yylex().
struct cb_field* cb_level_78::fld78 |
Definition at line 1421 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), check_level_78(), scan_define_options(), scan_picture(), and yylex().
struct cb_level_78* cb_level_78::globnext |
Definition at line 1419 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), scan_define_options(), scan_picture(), and yylex().
struct cb_level_78* cb_level_78::last |
Definition at line 1420 of file scanner.c.
Referenced by cb_add_78(), and cb_add_const_var().
cob_u32_t cb_level_78::name_len |
Definition at line 1424 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), and scan_picture().
struct cb_level_78* cb_level_78::next |
Definition at line 1418 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), cb_reset_78(), cb_reset_global_78(), check_level_78(), and yylex().
cob_u32_t cb_level_78::not_const |
Definition at line 1426 of file scanner.c.
Referenced by cb_reset_78(), and yylex().
cob_u32_t cb_level_78::pic_len |
Definition at line 1425 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), and scan_picture().
const char* cb_level_78::pic_replace |
Definition at line 1423 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), and scan_picture().
struct cb_program* cb_level_78::prog |
Definition at line 1422 of file scanner.c.
Referenced by cb_add_78(), cb_add_const_var(), and yylex().