
Go to the source code of this file.
Typedefs | |
| typedef enum io_descript_entry | io_descriptor_type |
Enumerations | |
| enum | io_descript_entry { Buffer_Desc, Close_Desc, Inquire_Desc, Open_Desc } |
Variables | |
| static int | end_list_idx |
| static int | err_list_idx |
| static int | eor_list_idx |
| static boolean | have_iostat |
| static int | alt_return_branch_idx |
| static boolean | io_stmt_must_be_split |
| static boolean | three_call_model = FALSE |
| static boolean | list_directed |
| char | io_stmt_str [11][16] |
| int | arg_idx_tbl [8][26] |
| ciitem_tbl_type | ciitem_tbl [NUM_IO_STMT_TYPES] |
| boolean | namelist_illegal |
| boolean | is_namelist |
| int | imp_do_var_list |
| static int | namelist_descriptor_attr |
| static int | descriptor_size_tbl [4] = {8, 6, 42, 23} |
| static int | offset_tbl [4][26] |
| typedef enum io_descript_entry io_descriptor_type |
| enum io_descript_entry |
int alt_return_branch_idx [static] |
Definition at line 54 of file s_io.h.
Referenced by copy_text_for_expansion(), expand_imp_do(), expand_io_list(), and process_deferred_io_list().
| int arg_idx_tbl[8][26] |
Definition at line 119 of file p_io.h.
Referenced by io_ctl_list_semantics(), and parse_io_control_list().
| ciitem_tbl_type ciitem_tbl[NUM_IO_STMT_TYPES] |
Definition at line 140 of file p_io.h.
Referenced by find_ciitem_idx(), io_ctl_list_semantics(), parse_io_control_list(), parse_print_stmt(), parse_read_stmt(), and parse_write_stmt().
int descriptor_size_tbl[4] = {8, 6, 42, 23} [static] |
Definition at line 98 of file s_io.h.
Referenced by create_io_call_descriptor().
int end_list_idx [static] |
Definition at line 44 of file s_io.h.
Referenced by determine_lb_ub(), gen_forall_max_expr(), io_ctl_list_semantics(), read_stmt_semantics(), and write_stmt_semantics().
int eor_list_idx [static] |
Definition at line 46 of file s_io.h.
Referenced by io_ctl_list_semantics(), read_stmt_semantics(), and write_stmt_semantics().
int err_list_idx [static] |
Definition at line 45 of file s_io.h.
Referenced by backspace_stmt_semantics(), close_stmt_semantics(), endfile_stmt_semantics(), inquire_stmt_semantics(), io_ctl_list_semantics(), open_stmt_semantics(), read_stmt_semantics(), rewind_stmt_semantics(), and write_stmt_semantics().
boolean have_iostat [static] |
Definition at line 48 of file s_io.h.
Referenced by io_ctl_list_semantics(), read_stmt_semantics(), and write_stmt_semantics().
| int imp_do_var_list |
Definition at line 568 of file main.h.
Referenced by io_list_semantics().
boolean io_stmt_must_be_split [static] |
Definition at line 55 of file s_io.h.
Referenced by copy_text_for_expansion(), encode_decode_stmt_semantics(), expand_imp_do(), inquire_stmt_semantics(), io_list_semantics(), print_stmt_semantics(), process_deferred_io_list(), read_stmt_semantics(), and write_stmt_semantics().
| char io_stmt_str[11][16] |
Definition at line 106 of file p_io.h.
Referenced by io_ctl_list_semantics(), io_list_semantics(), and parse_io_control_list().
Definition at line 567 of file main.h.
Referenced by io_ctl_list_semantics(), print_stmt_semantics(), read_stmt_semantics(), and write_stmt_semantics().
boolean list_directed [static] |
Definition at line 62 of file s_io.h.
Referenced by io_ctl_list_semantics(), and io_list_semantics().
int namelist_descriptor_attr [static] |
Definition at line 84 of file s_io.h.
Referenced by io_ctl_list_semantics(), print_stmt_semantics(), read_stmt_semantics(), and write_stmt_semantics().
Definition at line 9219 of file s_asg_expr.h.
int offset_tbl[4][26] [static] |
Definition at line 100 of file s_io.h.
Referenced by create_io_call_descriptor().
boolean three_call_model = FALSE [static] |
Definition at line 56 of file s_io.h.
Referenced by expand_io_list(), and io_list_semantics().
1.7.1