![]()  | 
  
    GnuCOBOL
    2.0
    
   A free COBOL compiler 
   | 
 
#include <tree.h>

Data Fields | |
| struct cb_tree_common | common | 
| char * | orig | 
| char * | str | 
| int | size | 
| int | lenstr | 
| enum cb_category | category | 
| cob_u32_t | digits | 
| int | scale | 
| cob_u32_t | have_sign | 
| cob_u32_t | real_digits | 
| enum cb_category cb_picture::category | 
Definition at line 624 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_picture(), cb_tree_category(), check_picture_item(), compute_size(), setup_parameters(), and validate_field_1().
| struct cb_tree_common cb_picture::common | 
| cob_u32_t cb_picture::digits | 
Definition at line 625 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_move_field(), cb_build_optim_add(), cb_build_optim_cond(), cb_build_picture(), cb_fits_int(), cb_fits_long_long(), output_attr(), output_call_by_value_args(), output_integer(), validate_field_1(), and validate_move().
| cob_u32_t cb_picture::have_sign | 
Definition at line 627 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_move_field(), cb_build_move_literal(), cb_build_move_num_zero(), cb_build_optim_add(), cb_build_optim_cond(), cb_build_optim_sub(), cb_build_picture(), cb_chk_num_cond(), compute_binary_size(), compute_size(), output_attr(), output_call_by_value_args(), output_integer(), output_long_integer(), validate_field_1(), and validate_move().
| int cb_picture::lenstr | 
Definition at line 623 of file tree.h.
Referenced by cb_build_picture(), output_attr(), and validate_field_1().
| char* cb_picture::orig | 
Definition at line 620 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_picture(), and warning_destination().
| cob_u32_t cb_picture::real_digits | 
Definition at line 628 of file tree.h.
Referenced by cb_build_picture().
| int cb_picture::scale | 
Definition at line 626 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_move_field(), cb_build_move_literal(), cb_build_optim_add(), cb_build_optim_cond(), cb_build_optim_sub(), cb_build_picture(), cb_check_integer_value(), cb_chk_num_cond(), cb_fits_int(), cb_fits_long_long(), decimal_expand(), output_attr(), output_call_by_value_args(), output_integer(), validate_field_1(), and validate_move().
| int cb_picture::size | 
Definition at line 622 of file tree.h.
Referenced by cb_build_binary_picture(), cb_build_move_field(), cb_build_picture(), compute_size(), setup_parameters(), valid_screen_pos(), validate_field_1(), and validate_move().
| char* cb_picture::str | 
Definition at line 621 of file tree.h.
Referenced by cb_build_picture(), count_pic_alphanumeric_edited(), output_attr(), and validate_field_1().