|
COB_EXPIMP void | print_runtime_env (void) |
|
COB_EXPIMP void | print_info (void) |
|
COB_EXPIMP void | print_version (void) |
|
char * | cob_int_to_string (int, char *) |
|
char * | cob_int_to_formatted_bytestring (int, char *) |
|
char * | cob_strcat (char *, char *) |
|
char * | cob_strjoin (char **, int, char *) |
|
COB_EXPIMP cob_global * | cob_get_global_ptr (void) |
|
COB_EXPIMP void | cob_init (const int, char **) |
|
COB_EXPIMP void | cob_module_enter (cob_module **, cob_global **, const int) |
|
COB_EXPIMP void | cob_module_leave (cob_module *) |
|
DECLNORET COB_EXPIMP void | cob_stop_run (const int) COB_A_NORETURN |
|
DECLNORET COB_EXPIMP void | cob_fatal_error (const int) COB_A_NORETURN |
|
COB_EXPIMP void * | cob_malloc (const size_t) COB_A_MALLOC |
|
COB_EXPIMP void | cob_free (void *) |
|
COB_EXPIMP void * | cob_fast_malloc (const size_t) COB_A_MALLOC |
|
COB_EXPIMP void * | cob_cache_malloc (const size_t) COB_A_MALLOC |
|
COB_EXPIMP void * | cob_cache_realloc (void *, const size_t) |
|
COB_EXPIMP void | cob_cache_free (void *) |
|
COB_EXPIMP void | cob_set_locale (cob_field *, const int) |
|
COB_EXPIMP void | cob_check_version (const char *, const char *, const int) |
|
COB_EXPIMP void * | cob_save_func (cob_field **, const int, const int,...) |
|
COB_EXPIMP void | cob_restore_func (struct cob_func_loc *) |
|
COB_EXPIMP void | cob_accept_arg_number (cob_field *) |
|
COB_EXPIMP void | cob_accept_arg_value (cob_field *) |
|
COB_EXPIMP void | cob_accept_command_line (cob_field *) |
|
COB_EXPIMP void | cob_accept_date (cob_field *) |
|
COB_EXPIMP void | cob_accept_date_yyyymmdd (cob_field *) |
|
COB_EXPIMP void | cob_accept_day (cob_field *) |
|
COB_EXPIMP void | cob_accept_day_yyyyddd (cob_field *) |
|
COB_EXPIMP void | cob_accept_day_of_week (cob_field *) |
|
COB_EXPIMP void | cob_accept_environment (cob_field *) |
|
COB_EXPIMP void | cob_accept_exception_status (cob_field *) |
|
COB_EXPIMP void | cob_accept_time (cob_field *) |
|
COB_EXPIMP void | cob_accept_user_name (cob_field *) |
|
COB_EXPIMP void | cob_display_command_line (cob_field *) |
|
COB_EXPIMP void | cob_display_environment (const cob_field *) |
|
COB_EXPIMP void | cob_display_env_value (const cob_field *) |
|
COB_EXPIMP void | cob_display_arg_number (cob_field *) |
|
COB_EXPIMP void | cob_get_environment (const cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_set_environment (const cob_field *, const cob_field *) |
|
COB_EXPIMP void | cob_chain_setup (void *, const size_t, const size_t) |
|
COB_EXPIMP void | cob_allocate (unsigned char **, cob_field *, cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_free_alloc (unsigned char **, unsigned char *) |
|
COB_EXPIMP int | cob_extern_init (void) |
|
COB_EXPIMP int | cob_tidy (void) |
|
COB_EXPIMP void * | cob_command_line (int, int *, char ***, char ***, char **) |
|
COB_EXPIMP char * | cob_getenv (const char *) |
|
COB_EXPIMP int | cob_putenv (char *) |
|
COB_EXPIMP void | cob_incr_temp_iteration (void) |
|
COB_EXPIMP void | cob_temp_name (char *, const char *) |
|
COB_EXPIMP int | cob_sys_exit_proc (const void *, const void *) |
|
COB_EXPIMP int | cob_sys_error_proc (const void *, const void *) |
|
COB_EXPIMP int | cob_sys_system (const void *) |
|
COB_EXPIMP int | cob_sys_and (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_or (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_nor (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_xor (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_imp (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_nimp (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_eq (const void *, void *, const int) |
|
COB_EXPIMP int | cob_sys_not (void *, const int) |
|
COB_EXPIMP int | cob_sys_xf4 (void *, const void *) |
|
COB_EXPIMP int | cob_sys_xf5 (const void *, void *) |
|
COB_EXPIMP int | cob_sys_x91 (void *, const void *, void *) |
|
COB_EXPIMP int | cob_sys_toupper (void *, const int) |
|
COB_EXPIMP int | cob_sys_tolower (void *, const int) |
|
COB_EXPIMP int | cob_sys_oc_nanosleep (const void *) |
|
COB_EXPIMP int | cob_sys_getpid (void) |
|
COB_EXPIMP int | cob_sys_return_args (void *) |
|
COB_EXPIMP int | cob_sys_parameter_size (void *) |
|
COB_EXPIMP int | cob_sys_getopt_long_long (void *, void *, void *, const int, void *, void *) |
|
COB_EXPIMP int | cob_sys_sleep (const void *) |
|
COB_EXPIMP int | cob_sys_calledby (void *) |
|
COB_EXPIMP int | cob_sys_justify (void *,...) |
|
COB_EXPIMP int | cob_sys_printable (void *,...) |
|
COB_EXPIMP void | cob_set_location (const char *, const unsigned int, const char *, const char *, const char *) |
|
COB_EXPIMP void | cob_trace_section (const char *, const char *, const int) |
|
COB_EXPIMP void * | cob_external_addr (const char *, const int) |
|
COB_EXPIMP unsigned char * | cob_get_pointer (const void *) |
|
COB_EXPIMP void * | cob_get_prog_pointer (const void *) |
|
COB_EXPIMP void | cob_ready_trace (void) |
|
COB_EXPIMP void | cob_reset_trace (void) |
|
COB_EXPIMP void | cob_reg_sighnd (void(*sighnd)(int)) |
|
COB_EXPIMP int | cob_get_switch (const int) |
|
COB_EXPIMP void | cob_set_switch (const int, const int) |
|
COB_EXPIMP int | cob_cmp (cob_field *, cob_field *) |
|
COB_EXPIMP int | cob_is_omitted (const cob_field *) |
|
COB_EXPIMP int | cob_is_numeric (const cob_field *) |
|
COB_EXPIMP int | cob_is_alpha (const cob_field *) |
|
COB_EXPIMP int | cob_is_upper (const cob_field *) |
|
COB_EXPIMP int | cob_is_lower (const cob_field *) |
|
COB_EXPIMP void | cob_table_sort_init (const size_t, const unsigned char *) |
|
COB_EXPIMP void | cob_table_sort_init_key (cob_field *, const int, const unsigned int) |
|
COB_EXPIMP void | cob_table_sort (cob_field *, const int) |
|
COB_EXPIMP void | cob_check_numeric (const cob_field *, const char *) |
|
COB_EXPIMP void | cob_correct_numeric (cob_field *) |
|
COB_EXPIMP void | cob_check_based (const unsigned char *, const char *) |
|
COB_EXPIMP void | cob_check_odo (const int, const int, const int, const char *) |
|
COB_EXPIMP void | cob_check_subscript (const int, const int, const int, const char *) |
|
COB_EXPIMP void | cob_check_ref_mod (const int, const int, const int, const char *) |
|
COB_EXPIMP int | cob_numeric_cmp (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_inspect_init (cob_field *, const cob_u32_t) |
|
COB_EXPIMP void | cob_inspect_start (void) |
|
COB_EXPIMP void | cob_inspect_before (const cob_field *) |
|
COB_EXPIMP void | cob_inspect_after (const cob_field *) |
|
COB_EXPIMP void | cob_inspect_characters (cob_field *) |
|
COB_EXPIMP void | cob_inspect_all (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_inspect_leading (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_inspect_first (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_inspect_trailing (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_inspect_converting (const cob_field *, const cob_field *) |
|
COB_EXPIMP void | cob_inspect_finish (void) |
|
COB_EXPIMP void | cob_string_init (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_string_delimited (cob_field *) |
|
COB_EXPIMP void | cob_string_append (cob_field *) |
|
COB_EXPIMP void | cob_string_finish (void) |
|
COB_EXPIMP void | cob_unstring_init (cob_field *, cob_field *, const size_t) |
|
COB_EXPIMP void | cob_unstring_delimited (cob_field *, const cob_u32_t) |
|
COB_EXPIMP void | cob_unstring_into (cob_field *, cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_unstring_tallying (cob_field *) |
|
COB_EXPIMP void | cob_unstring_finish (void) |
|
COB_EXPIMP void | cob_move (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_set_int (cob_field *, const int) |
|
COB_EXPIMP int | cob_get_int (cob_field *) |
|
COB_EXPIMP cob_s64_t | cob_get_llint (cob_field *) |
|
COB_EXPIMP void | cob_decimal_init (cob_decimal *) |
|
COB_EXPIMP void | cob_decimal_set_llint (cob_decimal *, const cob_s64_t) |
|
COB_EXPIMP void | cob_decimal_set_field (cob_decimal *, cob_field *) |
|
COB_EXPIMP int | cob_decimal_get_field (cob_decimal *, cob_field *, const int) |
|
COB_EXPIMP void | cob_decimal_add (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP void | cob_decimal_sub (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP void | cob_decimal_mul (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP void | cob_decimal_div (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP void | cob_decimal_pow (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP int | cob_decimal_cmp (cob_decimal *, cob_decimal *) |
|
COB_EXPIMP void | cob_add (cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_sub (cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_mul (cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_div (cob_field *, cob_field *, const int) |
|
COB_EXPIMP int | cob_add_int (cob_field *, const int, const int) |
|
COB_EXPIMP int | cob_sub_int (cob_field *, const int, const int) |
|
COB_EXPIMP void | cob_div_quotient (cob_field *, cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_div_remainder (cob_field *, const int) |
|
COB_EXPIMP int | cob_cmp_int (cob_field *, const int) |
|
COB_EXPIMP int | cob_cmp_uint (cob_field *, const unsigned int) |
|
COB_EXPIMP int | cob_cmp_llint (cob_field *, const cob_s64_t) |
|
COB_EXPIMP int | cob_cmp_packed (cob_field *, const cob_s64_t) |
|
COB_EXPIMP int | cob_cmp_numdisp (const unsigned char *, const size_t, const cob_s64_t, const cob_u32_t) |
|
COB_EXPIMP int | cob_cmp_float (cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_set_packed_zero (cob_field *) |
|
COB_EXPIMP void | cob_set_packed_int (cob_field *, const int) |
|
COB_EXPIMP void | cob_decimal_alloc (const cob_u32_t,...) |
|
COB_EXPIMP void | cob_decimal_push (const cob_u32_t,...) |
|
COB_EXPIMP void | cob_decimal_pop (const cob_u32_t,...) |
|
COB_EXPIMP void | cob_gmp_free (void *) |
|
DECLNORET COB_EXPIMP void | cob_call_error (void) COB_A_NORETURN |
|
COB_EXPIMP void | cob_set_cancel (cob_module *) |
|
COB_EXPIMP void * | cob_resolve (const char *) |
|
COB_EXPIMP void * | cob_resolve_cobol (const char *, const int, const int) |
|
COB_EXPIMP void * | cob_resolve_func (const char *) |
|
COB_EXPIMP const char * | cob_resolve_error (void) |
|
COB_EXPIMP void * | cob_call_field (const cob_field *, const struct cob_call_struct *, const unsigned int, const int) |
|
COB_EXPIMP void | cob_cancel_field (const cob_field *, const struct cob_call_struct *) |
|
COB_EXPIMP void | cob_cancel (const char *) |
|
COB_EXPIMP int | cob_call (const char *, const int, void **) |
|
COB_EXPIMP int | cob_func (const char *, const int, void **) |
|
COB_EXPIMP void * | cob_savenv (struct cobjmp_buf *) |
|
COB_EXPIMP void * | cob_savenv2 (struct cobjmp_buf *, const int) |
|
COB_EXPIMP void | cob_longjmp (struct cobjmp_buf *) |
|
COB_EXPIMP void | cob_screen_line_col (cob_field *, const int) |
|
COB_EXPIMP void | cob_screen_display (cob_screen *, cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_screen_accept (cob_screen *, cob_field *, cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_field_display (cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_field_accept (cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_accept_escape_key (cob_field *) |
|
COB_EXPIMP int | cob_sys_clear_screen (void) |
|
COB_EXPIMP int | cob_sys_sound_bell (void) |
|
COB_EXPIMP int | cob_sys_get_csr_pos (unsigned char *) |
|
COB_EXPIMP int | cob_sys_get_scr_size (unsigned char *, unsigned char *) |
|
COB_EXPIMP void | cob_display (const int, const int, const int,...) |
|
COB_EXPIMP void | cob_accept (cob_field *) |
|
COB_EXPIMP void | cob_open (cob_file *, const int, const int, cob_field *) |
|
COB_EXPIMP void | cob_close (cob_file *, cob_field *, const int, const int) |
|
COB_EXPIMP void | cob_read (cob_file *, cob_field *, cob_field *, const int) |
|
COB_EXPIMP void | cob_read_next (cob_file *, cob_field *, const int) |
|
COB_EXPIMP void | cob_rewrite (cob_file *, cob_field *, const int, cob_field *) |
|
COB_EXPIMP void | cob_delete (cob_file *, cob_field *) |
|
COB_EXPIMP void | cob_start (cob_file *, const int, cob_field *, cob_field *, cob_field *) |
|
COB_EXPIMP void | cob_write (cob_file *, cob_field *, const int, cob_field *, const unsigned int) |
|
COB_EXPIMP void | cob_delete_file (cob_file *, cob_field *) |
|
COB_EXPIMP void | cob_unlock_file (cob_file *, cob_field *) |
|
COB_EXPIMP void | cob_commit (void) |
|
COB_EXPIMP void | cob_rollback (void) |
|
COB_EXPIMP int | cob_sys_open_file (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_create_file (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_read_file (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_write_file (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_close_file (unsigned char *) |
|
COB_EXPIMP int | cob_sys_flush_file (unsigned char *) |
|
COB_EXPIMP int | cob_sys_delete_file (unsigned char *) |
|
COB_EXPIMP int | cob_sys_copy_file (unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_check_file_exist (unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_rename_file (unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_get_current_dir (const int, const int, unsigned char *) |
|
COB_EXPIMP int | cob_sys_change_dir (unsigned char *) |
|
COB_EXPIMP int | cob_sys_create_dir (unsigned char *) |
|
COB_EXPIMP int | cob_sys_delete_dir (unsigned char *) |
|
COB_EXPIMP int | cob_sys_chdir (unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_mkdir (unsigned char *) |
|
COB_EXPIMP int | cob_sys_copyfile (unsigned char *, unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_file_info (unsigned char *, unsigned char *) |
|
COB_EXPIMP int | cob_sys_file_delete (unsigned char *, unsigned char *) |
|
COB_EXPIMP void | cob_file_sort_init (cob_file *, const unsigned int, const unsigned char *, void *, cob_field *) |
|
COB_EXPIMP void | cob_file_sort_init_key (cob_file *, cob_field *, const int, const unsigned int) |
|
COB_EXPIMP void | cob_file_sort_close (cob_file *) |
|
COB_EXPIMP void | cob_file_sort_using (cob_file *, cob_file *) |
|
COB_EXPIMP void | cob_file_sort_giving (cob_file *, const size_t,...) |
|
COB_EXPIMP void | cob_file_release (cob_file *) |
|
COB_EXPIMP void | cob_file_return (cob_file *) |
|
COB_EXPIMP void | cob_put_indirect_field (cob_field *) |
|
COB_EXPIMP void | cob_get_indirect_field (cob_field *) |
|
COB_EXPIMP cob_field * | cob_switch_value (const int) |
|
COB_EXPIMP cob_field * | cob_intr_binop (cob_field *, const int, cob_field *) |
|
COB_EXPIMP int | cob_valid_date_format (const char *) |
|
COB_EXPIMP int | cob_valid_datetime_format (const char *) |
|
COB_EXPIMP int | cob_valid_time_format (const char *) |
|
COB_EXPIMP cob_field * | cob_intr_current_date (const int, const int) |
|
COB_EXPIMP cob_field * | cob_intr_when_compiled (const int, const int, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_module_date (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_time (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_id (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_caller_id (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_source (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_formatted_date (void) |
|
COB_EXPIMP cob_field * | cob_intr_module_path (void) |
|
COB_EXPIMP cob_field * | cob_intr_exception_file (void) |
|
COB_EXPIMP cob_field * | cob_intr_exception_location (void) |
|
COB_EXPIMP cob_field * | cob_intr_exception_status (void) |
|
COB_EXPIMP cob_field * | cob_intr_exception_statement (void) |
|
COB_EXPIMP cob_field * | cob_intr_mon_decimal_point (void) |
|
COB_EXPIMP cob_field * | cob_intr_num_decimal_point (void) |
|
COB_EXPIMP cob_field * | cob_intr_mon_thousands_sep (void) |
|
COB_EXPIMP cob_field * | cob_intr_num_thousands_sep (void) |
|
COB_EXPIMP cob_field * | cob_intr_currency_symbol (void) |
|
COB_EXPIMP cob_field * | cob_intr_char (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_ord (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_stored_char_length (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_combined_datetime (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_date_of_integer (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_day_of_integer (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_integer_of_date (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_integer_of_day (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_test_date_yyyymmdd (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_test_day_yyyyddd (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_test_numval (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_test_numval_c (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_test_numval_f (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_factorial (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_pi (void) |
|
COB_EXPIMP cob_field * | cob_intr_e (void) |
|
COB_EXPIMP cob_field * | cob_intr_exp (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_exp10 (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_abs (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_acos (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_asin (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_atan (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_cos (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_log (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_log10 (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_sin (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_sqrt (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_tan (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_upper_case (const int, const int, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_lower_case (const int, const int, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_reverse (const int, const int, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_concatenate (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_substitute (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_substitute_case (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_trim (const int, const int, cob_field *, const int) |
|
COB_EXPIMP cob_field * | cob_intr_length (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_byte_length (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_integer (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_integer_part (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_fraction_part (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_sign (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_lowest_algebraic (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_highest_algebraic (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_numval (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_numval_c (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_numval_f (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_annuity (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_mod (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_rem (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_sum (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_ord_min (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_ord_max (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_min (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_max (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_midrange (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_median (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_mean (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_range (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_random (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_variance (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_standard_deviation (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_present_value (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_year_to_yyyy (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_date_to_yyyymmdd (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_day_to_yyyyddd (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_locale_compare (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_locale_date (const int, const int, cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_locale_time (const int, const int, cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_seconds_past_midnight (void) |
|
COB_EXPIMP cob_field * | cob_intr_lcl_time_from_secs (const int, const int, cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_seconds_from_formatted_time (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_boolean_of_integer (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_char_national (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_display_of (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_exception_file_n (void) |
|
COB_EXPIMP cob_field * | cob_intr_exception_location_n (void) |
|
COB_EXPIMP cob_field * | cob_intr_formatted_current_date (const int, const int, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_formatted_date (const int, const int, cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_formatted_datetime (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_formatted_time (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_integer_of_boolean (cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_national_of (const int, const int, const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_standard_compare (const int,...) |
|
COB_EXPIMP cob_field * | cob_intr_test_formatted_datetime (cob_field *, cob_field *) |
|
COB_EXPIMP cob_field * | cob_intr_integer_of_formatted_date (cob_field *, cob_field *) |
|
static const char * | pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) |
|
static const char * | npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) |
|
static const char * | dcpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, int category) |
|
static const char * | dcnpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) |
|
| CB_FLAG_RQ (cb_stack_size, 0,"stack-size", 255, 1, _("Define PERFORM stack size\n\t\t\t- Default : 255")) CB_FLAG_RQ(cb_if_cutoff |
|
if | _ ("Define cutoff depth for IF statements\n\t\t\t- Default : 3")) CB_FLAG_RQ(cb_ebcdic_sign |
|
if | _ ("Define display sign representation\n\t\t\t- ASCII or EBCDIC (Default : machine native)")) CB_FLAG_RQ(cb_fold_copy |
|
if fold | _ ("Fold COPY subject to value\n\t\t\t- UPPER or LOWER (Default : no transformation)")) CB_FLAG_RQ(cb_fold_call |
|
if fold fold | _ ("Fold PROGRAM-ID, CALL, CANCEL subject to value\n\t\t\t- UPPER or LOWER (Default : no transformation)")) CB_FLAG_RQ(cb_default_byte |
|
if fold fold | _ ("Initialize fields without VALUE to decimal value\n\t\t\t- 0 to 255 (Default : initialize to picture)")) CB_FLAG_NQ(1 |
|
if fold fold | _ ("Intrinsics to be used without FUNCTION keyword\n\t\t\t- ALL or intrinsic function name (,name,...)")) CB_FLAG(cb_flag_static_call |
|
if fold fold static | _ ("Output static function calls for the CALL statement")) CB_FLAG(cb_flag_computed_goto |
|
if fold fold static computed | _ ("Generate computed goto C statements")) CB_FLAG(cb_flag_alt_ebcdic |
|
if fold fold static computed
alternate | _ ("Use restricted ASCII to EBCDIC translate")) CB_FLAG(cb_flag_extra_brace |
|
if fold fold static computed
alternate extra | _ ("Generate extra braces in generated C code")) CB_FLAG(cb_flag_correct_numeric |
|
if fold fold static computed
alternate extra correct | _ ("Attempt correction of invalid numeric display items")) CB_FLAG(cb_flag_stack_on_heap |
|
if fold fold static computed
alternate extra correct stack
on | _ ("PERFORM stack allocated on heap")) CB_FLAG(cb_flag_trace |
|
if fold fold static computed
alternate extra correct stack
on | _ ("Generate trace code\n\t\t\t- Executed SECTION/PARAGRAPH")) CB_FLAG(cb_flag_traceall |
|
if fold fold static computed
alternate extra correct stack
on | _ ("Generate trace code\n\t\t\t- Executed SECTION/PARAGRAPH/STATEMENTS\n\t\t\t- Turned on by -debug")) CB_FLAG(cb_flag_syntax_only |
|
if fold fold static computed
alternate extra correct stack
on syntax | _ ("Syntax error checking only; don't emit any output")) CB_FLAG(cb_flag_debugging_line |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging | _ ("Enable debugging lines\n\t\t\t- 'D' in indicator column or floating >>D")) CB_FLAG(cb_flag_source_location |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source | _ ("Generate source location code\n\t\t\t- Turned on by -debug/-g/-ftraceall")) CB_FLAG(cb_flag_implicit_init |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit | _ ("Automatic initialization of the Cobol runtime system")) CB_FLAG(cb_flag_stack_check |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack | _ ("PERFORM stack checking\n\t\t\t- Turned on by -debug or -g")) CB_FLAG(cb_flag_syntax_extension |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax | _ ("Allow syntax extensions\n\t\t\t- eg. Switch name SW1, etc.")) CB_FLAG(cb_flag_write_after |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write | _ ("Use AFTER 1 for WRITE of LINE SEQUENTIAL\n\t\t\t- Default : BEFORE 1")) CB_FLAG(cb_flag_mfcomment |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write | _ ("'*' or '/' in column 1 treated as comment\n\t\t\t- FIXED format only")) CB_FLAG(cb_flag_acucomment |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write | _ ("'$' in indicator area treated as '*',\n\t\t\t'|' treated as floating comment")) CB_FLAG(cb_flag_notrunc |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write | _ ("Allow numeric field overflow\n\t\t\t- Non-ANSI behaviour")) CB_FLAG(cb_flag_odoslide |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write | _ ("Adjust items following OCCURS DEPENDING\n\t\t\t- Requires implicit/explicit relaxed syntax")) CB_FLAG(cb_flag_apostrophe |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single | _ ("Use a single quote (apostrophe) for QUOTE\n\t\t\t- Default : double quote")) CB_FLAG(cb_flag_recursive |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive | _ ("Check recursive program call")) CB_FLAG(cb_flag_relaxed_syntax |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax | _ ("Relax syntax checking\n\t\t\t- eg. REDEFINES position")) CB_FLAG(cb_flag_optional_file |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Treat all files as OPTIONAL\n\t\t\t- unless NOT OPTIONAL specified")) CB_WARNDEF(cb_warn_obsolete |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn if obsolete features are used")) CB_WARNDEF(cb_warn_archaic |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn if archaic features are used")) CB_WARNDEF(cb_warn_redefinition |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn incompatible redefinition of data items")) CB_WARNDEF(cb_warn_constant |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn inconsistent constant")) CB_WARNDEF(cb_warn_overlap |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn overlapping MOVE items")) CB_WARNDEF(cb_warn_parentheses |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional | _ ("Warn lack of parentheses around AND within OR")) CB_WARNDEF(cb_warn_strict_typing |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict | _ ("Warn type mismatch strictly")) CB_WARNDEF(cb_warn_implicit_define |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit | _ ("Warn implicitly defined data items")) CB_WARNDEF(cb_warn_corresponding |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit | _ ("Warn CORRESPONDING with no matching items")) CB_WARNDEF(cb_warn_external_val |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external | _ ("Warn EXTERNAL item with VALUE clause")) CB_NOWARNDEF(cb_warn_call_params |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call | _ ("Warn non 01/77 items for CALL params")) CB_NOWARNDEF(cb_warn_column_overflow |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call column | _ ("Warn text after column 72, FIXED format")) CB_NOWARNDEF(cb_warn_terminator |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call column | _ ("Warn lack of scope terminator END-XXX")) CB_NOWARNDEF(cb_warn_truncate |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call column | _ ("Warn possible field truncation")) CB_NOWARNDEF(cb_warn_linkage |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call column | _ ("Warn dangling LINKAGE items")) CB_NOWARNDEF(cb_warn_unreachable |
|
if fold fold static computed
alternate extra correct stack
on syntax debugging source
implicit stack syntax write
single recursive relax
optional strict implicit
external call column | _ ("Warn unreachable statements")) enum cb_optim |
|
void * | cobc_malloc (const size_t) |
| memory allocation for use when compiling More...
|
|
void | cobc_free (void *) |
| deallocation of compile time memory More...
|
|
void * | cobc_strdup (const char *) |
| safely duplicate a character array More...
|
|
void * | cobc_realloc (void *, const size_t) |
|
void * | cobc_main_malloc (const size_t) |
|
void * | cobc_main_strdup (const char *) |
|
void * | cobc_main_realloc (void *, const size_t) |
|
void | cobc_main_free (void *) |
|
void * | cobc_parse_malloc (const size_t) |
|
void * | cobc_parse_strdup (const char *) |
|
void * | cobc_parse_realloc (void *, const size_t) |
|
void | cobc_parse_free (void *) |
|
void * | cobc_plex_malloc (const size_t) |
|
void * | cobc_plex_strdup (const char *) |
|
void * | cobc_check_string (const char *) |
|
void | cobc_abort_pr (const char *,...) COB_A_FORMAT12 |
|
DECLNORET void | cobc_abort (const char *, const int) COB_A_NORETURN |
|
DECLNORET void | cobc_too_many_errors (void) COB_A_NORETURN |
|
DECLNORET void | cobc_dumb_abort (const char *, const int) |
|
size_t | cobc_check_valid_name (const char *, const unsigned int) |
|
int | cb_load_std (const char *) |
|
int | cb_config_entry (char *, const char *, const int) |
|
int | cb_load_conf (const char *, const int, const int) |
|
int | ppparse (void) |
|
int | ppopen (const char *, struct cb_replace_list *) |
|
int | ppcopy (const char *, const char *, struct cb_replace_list *) |
|
void | pp_set_replace_list (struct cb_replace_list *, const cob_u32_t) |
|
void | ppparse_error (const char *) |
|
void | ppparse_clear_vars (const struct cb_define_struct *) |
|
void | plex_clear_vars (void) |
|
void | plex_clear_all (void) |
|
void | plex_call_destroy (void) |
|
void | plex_action_directive (const unsigned int, const unsigned int) |
|
int | yyparse (void) |
|
void | ylex_clear_all (void) |
|
void | ylex_call_destroy (void) |
|
void | cob_gen_optim (const enum cb_optim) |
|
void | cb_warning (const char *,...) COB_A_FORMAT12 |
|
void | cb_error (const char *,...) COB_A_FORMAT12 |
|
void | cb_plex_warning (const size_t, const char *,...) COB_A_FORMAT23 |
|
void | cb_plex_error (const size_t, const char *,...) COB_A_FORMAT23 |
|
void | configuration_error (const char *, const int, const char *,...) COB_A_FORMAT34 |
|
unsigned int | cb_verify (const enum cb_support, const char *) |
|
char * | cb_name (cb_tree) |
|
enum cb_class | cb_tree_class (cb_tree) |
|
enum cb_category | cb_tree_category (cb_tree) |
|
int | cb_tree_type (const cb_tree, const struct cb_field *) |
|
int | cb_category_is_alpha (cb_tree) |
|
int | cb_fits_int (const cb_tree) |
|
int | cb_fits_long_long (const cb_tree) |
|
int | cb_get_int (const cb_tree) |
|
cob_s64_t | cb_get_long_long (const cb_tree) |
|
cob_u64_t | cb_get_u_long_long (const cb_tree) |
|
void | cb_init_constants (void) |
|
cb_tree | cb_int (const int) |
|
cb_tree | cb_int_hex (const int) |
|
cb_tree | cb_build_string (const void *, const size_t) |
|
cb_tree | cb_build_class_name (cb_tree, cb_tree) |
|
cb_tree | cb_build_locale_name (cb_tree, cb_tree) |
|
cb_tree | cb_build_numeric_literal (const int, const void *, const int) |
|
cb_tree | cb_build_alphanumeric_literal (const void *, const size_t) |
|
cb_tree | cb_build_numsize_literal (const void *, const size_t, const int) |
|
cb_tree | cb_concat_literals (const cb_tree, const cb_tree) |
|
cb_tree | cb_build_decimal (const int) |
|
cb_tree | cb_build_picture (const char *) |
|
cb_tree | cb_build_comment (const char *) |
|
cb_tree | cb_build_direct (const char *, const unsigned int) |
|
cb_tree | cb_build_debug (const cb_tree, const char *, const cb_tree) |
|
cb_tree | cb_build_debug_call (struct cb_label *) |
|
struct cb_picture * | cb_build_binary_picture (const char *, const cob_u32_t, const cob_u32_t) |
|
cb_tree | cb_build_field (cb_tree) |
|
cb_tree | cb_build_implicit_field (cb_tree, const int) |
|
cb_tree | cb_build_constant (cb_tree, cb_tree) |
|
void | cb_build_symbolic_chars (const cb_tree, const cb_tree) |
|
struct cb_field * | cb_field_add (struct cb_field *, struct cb_field *) |
|
struct cb_field * | cb_field_founder (const struct cb_field *) |
|
struct cb_field * | cb_field_variable_size (const struct cb_field *) |
|
unsigned int | cb_field_variable_address (const struct cb_field *) |
|
int | cb_field_subordinate (const struct cb_field *, const struct cb_field *) |
|
cb_tree | cb_build_label (cb_tree, struct cb_label *) |
|
struct cb_file * | build_file (cb_tree) |
|
void | validate_file (struct cb_file *, cb_tree) |
|
void | finalize_file (struct cb_file *, struct cb_field *) |
|
cb_tree | cb_build_filler (void) |
|
cb_tree | cb_build_reference (const char *) |
|
cb_tree | cb_build_field_reference (struct cb_field *, cb_tree) |
|
const char * | cb_define (cb_tree, cb_tree) |
|
char * | cb_to_cname (const char *) |
|
void | cb_set_system_names (void) |
|
cb_tree | cb_ref (cb_tree) |
|
cb_tree | cb_build_binary_op (cb_tree, const int, cb_tree) |
|
cb_tree | cb_build_binary_list (cb_tree, const int) |
|
cb_tree | cb_build_funcall (const char *, const int, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree) |
|
cb_tree | cb_build_cast (const enum cb_cast_type, const cb_tree) |
|
cb_tree | cb_build_cast_int (const cb_tree) |
|
cb_tree | cb_build_cast_llint (const cb_tree) |
|
cb_tree | cb_build_assign (const cb_tree, const cb_tree) |
|
cb_tree | cb_build_intrinsic (cb_tree, cb_tree, cb_tree, const int) |
|
cb_tree | cb_build_any_intrinsic (cb_tree) |
|
cb_tree | cb_build_search (const int, const cb_tree, const cb_tree, const cb_tree, const cb_tree) |
|
cb_tree | cb_build_call (const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cb_tree, const cob_u32_t, const int) |
|
cb_tree | cb_build_alter (const cb_tree, const cb_tree) |
|
cb_tree | cb_build_cancel (const cb_tree) |
|
cb_tree | cb_build_goto (const cb_tree, const cb_tree) |
|
cb_tree | cb_build_if (const cb_tree, const cb_tree, const cb_tree, const unsigned int) |
|
cb_tree | cb_build_perform (const enum cb_perform_type) |
|
cb_tree | cb_build_perform_varying (cb_tree, cb_tree, cb_tree, cb_tree) |
|
struct cb_statement * | cb_build_statement (const char *) |
|
cb_tree | cb_build_continue (void) |
|
cb_tree | cb_build_list (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_list_add (cb_tree, cb_tree) |
|
cb_tree | cb_pair_add (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_list_append (cb_tree, cb_tree) |
|
cb_tree | cb_list_reverse (cb_tree) |
|
int | cb_list_length (cb_tree) |
|
struct cb_report * | build_report (cb_tree) |
|
void | cb_add_common_prog (struct cb_program *) |
|
void | cb_insert_common_prog (struct cb_program *, struct cb_program *) |
|
struct cb_intrinsic_table * | lookup_intrinsic (const char *, const int, const int) |
|
cb_tree | cb_build_alphabet_name (cb_tree) |
|
cb_tree | cb_build_initialize (const cb_tree, const cb_tree, const cb_tree, const unsigned int, const unsigned int, const unsigned int) |
|
struct cb_literal * | build_literal (enum cb_category, const void *, const size_t) |
|
cb_tree | cb_build_system_name (const enum cb_system_name_category, const int) |
|
struct cobc_reserved * | lookup_reserved_word (const char *) |
|
cb_tree | lookup_system_name (const char *) |
|
void | cb_list_reserved (void) |
|
void | cb_list_intrinsics (void) |
|
void | cb_list_mnemonics (void) |
|
void | cb_list_system (void) |
|
void | cb_list_map (cb_tree(*)(cb_tree), cb_tree) |
|
void | cb_warning_x (cb_tree, const char *,...) COB_A_FORMAT23 |
|
void | cb_error_x (cb_tree, const char *,...) COB_A_FORMAT23 |
|
void | redefinition_error (cb_tree) |
|
void | redefinition_warning (cb_tree, cb_tree) |
|
void | undefined_error (cb_tree) |
|
void | ambiguous_error (cb_tree) |
|
void | group_error (cb_tree, const char *) |
|
void | level_redundant_error (cb_tree, const char *) |
|
void | level_require_error (cb_tree, const char *) |
|
void | level_except_error (cb_tree, const char *) |
|
int | cb_get_level (cb_tree) |
|
cb_tree | cb_build_field_tree (cb_tree, cb_tree, struct cb_field *, enum cb_storage, struct cb_file *, const int) |
|
struct cb_field * | cb_resolve_redefines (struct cb_field *, cb_tree) |
|
void | cb_validate_field (struct cb_field *) |
|
void | cb_validate_88_item (struct cb_field *) |
|
struct cb_field * | cb_validate_78_item (struct cb_field *, const cob_u32_t) |
|
struct cb_field * | cb_get_real_field (void) |
|
void | cb_clear_real_field (void) |
|
struct cb_program * | cb_build_program (struct cb_program *, const int) |
|
cb_tree | cb_check_numeric_value (cb_tree) |
|
size_t | cb_check_index_p (cb_tree x) |
|
void | cb_build_registers (void) |
|
void | cb_build_debug_item (void) |
|
void | cb_check_field_debug (cb_tree) |
|
char * | cb_encode_program_id (const char *) |
|
char * | cb_build_program_id (cb_tree, cb_tree, const cob_u32_t) |
|
cb_tree | cb_define_switch_name (cb_tree, cb_tree, const int) |
|
cb_tree | cb_build_section_name (cb_tree, const int) |
|
cb_tree | cb_build_assignment_name (struct cb_file *, cb_tree) |
|
cb_tree | cb_build_index (cb_tree, cb_tree, const unsigned int, struct cb_field *) |
|
cb_tree | cb_build_identifier (cb_tree, const int) |
|
cb_tree | cb_build_length (cb_tree) |
|
cb_tree | cb_build_const_length (cb_tree) |
|
cb_tree | cb_build_address (cb_tree) |
|
cb_tree | cb_build_ppointer (cb_tree) |
|
void | cb_validate_program_environment (struct cb_program *) |
|
void | cb_validate_program_data (struct cb_program *) |
|
void | cb_validate_program_body (struct cb_program *) |
|
cb_tree | cb_build_expr (cb_tree) |
|
cb_tree | cb_build_cond (cb_tree) |
|
void | cb_emit_arithmetic (cb_tree, const int, cb_tree) |
|
cb_tree | cb_build_add (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_sub (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_corresponding (cb_tree(*)(cb_tree, cb_tree, cb_tree), cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_move_corresponding (cb_tree, cb_tree) |
|
void | cb_emit_accept (cb_tree, cb_tree, struct cb_attr_struct *) |
|
void | cb_emit_accept_line_or_col (cb_tree, const int) |
|
void | cb_emit_accept_escape_key (cb_tree) |
|
void | cb_emit_accept_exception_status (cb_tree) |
|
void | cb_emit_accept_user_name (cb_tree) |
|
void | cb_emit_accept_date (cb_tree) |
|
void | cb_emit_accept_date_yyyymmdd (cb_tree) |
|
void | cb_emit_accept_day (cb_tree) |
|
void | cb_emit_accept_day_yyyyddd (cb_tree) |
|
void | cb_emit_accept_day_of_week (cb_tree) |
|
void | cb_emit_accept_time (cb_tree) |
|
void | cb_emit_accept_command_line (cb_tree) |
|
void | cb_emit_accept_environment (cb_tree) |
|
void | cb_emit_accept_mnemonic (cb_tree, cb_tree) |
|
void | cb_emit_accept_name (cb_tree, cb_tree) |
|
void | cb_emit_accept_arg_number (cb_tree) |
|
void | cb_emit_accept_arg_value (cb_tree) |
|
void | cb_emit_get_environment (cb_tree, cb_tree) |
|
void | cb_emit_allocate (cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_alter (cb_tree, cb_tree) |
|
void | cb_emit_free (cb_tree) |
|
void | cb_emit_call (cb_tree, cb_tree, cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_cancel (cb_tree) |
|
void | cb_emit_close (cb_tree, cb_tree) |
|
void | cb_emit_commit (void) |
|
void | cb_emit_continue (void) |
|
void | cb_emit_delete (cb_tree) |
|
void | cb_emit_delete_file (cb_tree) |
|
void | cb_emit_display (cb_tree, cb_tree, cb_tree, cb_tree, struct cb_attr_struct *) |
|
cb_tree | cb_build_display_mnemonic (cb_tree) |
|
cb_tree | cb_build_display_name (cb_tree) |
|
void | cb_emit_env_name (cb_tree) |
|
void | cb_emit_env_value (cb_tree) |
|
void | cb_emit_arg_number (cb_tree) |
|
void | cb_emit_command_line (cb_tree) |
|
void | cb_emit_divide (cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_evaluate (cb_tree, cb_tree) |
|
void | cb_emit_goto (cb_tree, cb_tree) |
|
void | cb_emit_exit (const unsigned int) |
|
void | cb_emit_if (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_if_check_break (cb_tree, cb_tree) |
|
void | cb_emit_initialize (cb_tree, cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_inspect (cb_tree, cb_tree, cb_tree, const unsigned int) |
|
void | cb_init_tallying (void) |
|
cb_tree | cb_build_tallying_data (cb_tree) |
|
cb_tree | cb_build_tallying_characters (cb_tree) |
|
cb_tree | cb_build_tallying_all (void) |
|
cb_tree | cb_build_tallying_leading (void) |
|
cb_tree | cb_build_tallying_trailing (void) |
|
cb_tree | cb_build_tallying_value (cb_tree, cb_tree) |
|
cb_tree | cb_build_replacing_characters (cb_tree, cb_tree) |
|
cb_tree | cb_build_replacing_all (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_replacing_leading (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_replacing_first (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_replacing_trailing (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_converting (cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_inspect_region_start (void) |
|
int | validate_move (cb_tree, cb_tree, const unsigned int) |
|
cb_tree | cb_build_move (cb_tree, cb_tree) |
|
void | cb_emit_move (cb_tree, cb_tree) |
|
void | cb_emit_open (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_perform (cb_tree, cb_tree) |
|
cb_tree | cb_build_perform_once (cb_tree) |
|
cb_tree | cb_build_perform_times (cb_tree) |
|
cb_tree | cb_build_perform_until (cb_tree, cb_tree) |
|
cb_tree | cb_build_perform_forever (cb_tree) |
|
cb_tree | cb_build_perform_exit (struct cb_label *) |
|
void | cb_emit_read (cb_tree, cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_ready_trace (void) |
|
void | cb_emit_rewrite (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_release (cb_tree, cb_tree) |
|
void | cb_emit_reset_trace (void) |
|
void | cb_emit_return (cb_tree, cb_tree) |
|
void | cb_emit_rollback (void) |
|
void | cb_emit_search (cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_search_all (cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_setenv (cb_tree, cb_tree) |
|
void | cb_emit_set_to (cb_tree, cb_tree) |
|
void | cb_emit_set_up_down (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_set_on_off (cb_tree, cb_tree) |
|
void | cb_emit_set_true (cb_tree) |
|
void | cb_emit_set_false (cb_tree) |
|
void | cb_emit_set_attribute (cb_tree, const int, const int) |
|
cb_tree | cb_build_set_attribute (const struct cb_field *, const int, const int) |
|
void | cb_emit_sort_init (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_sort_using (cb_tree, cb_tree) |
|
void | cb_emit_sort_input (cb_tree) |
|
void | cb_emit_sort_giving (cb_tree, cb_tree) |
|
void | cb_emit_sort_output (cb_tree) |
|
void | cb_emit_sort_finish (cb_tree) |
|
void | cb_emit_start (cb_tree, cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_stop_run (cb_tree) |
|
void | cb_emit_string (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_unlock (cb_tree) |
|
void | cb_emit_unstring (cb_tree, cb_tree, cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_unstring_delimited (cb_tree, cb_tree) |
|
cb_tree | cb_build_unstring_into (cb_tree, cb_tree, cb_tree) |
|
void | cb_emit_write (cb_tree, cb_tree, cb_tree, cb_tree) |
|
cb_tree | cb_build_write_advancing_lines (cb_tree, cb_tree) |
|
cb_tree | cb_build_write_advancing_mnemonic (cb_tree, cb_tree) |
|
cb_tree | cb_build_write_advancing_page (cb_tree) |
|
DECLNORET void | cobc_tree_cast_error (const cb_tree, const char *, const int, const enum cb_tag) COB_A_NORETURN |
|
void | codegen (struct cb_program *, const int) |
|
void | cb_unput_dot (void) |
|
void | cb_add_78 (struct cb_field *) |
|
void | cb_reset_78 (void) |
|
void | cb_reset_global_78 (void) |
|
struct cb_field * | check_level_78 (const char *) |
|
int | yyparse () |
|
static void | read_literal (const int) |
|
static int | scan_x (char *, const int) |
|
static int | scan_z (char *, const int, const cob_u32_t) |
|
static int | scan_h (char *, const int) |
|
static int | scan_numeric (char *) |
|
static int | scan_floating_numeric (const char *) |
|
static void | scan_picture (char *) |
|
static void | count_lines (const char *) |
|
static void | scan_define_options (const char *) |
|
static void | scan_options (const char *, const unsigned int) |
|
| cobc_free (var) |
|
void | ylex_clear_all (void) |
|
void | ylex_call_destroy (void) |
|