
Go to the source code of this file.
Classes | |
| struct | msg_num_entry |
Typedefs | |
| typedef struct msg_num_entry | msg_num_type |
Variables | |
| msg_num_type | msg_num_tbl [43] |
| static int | format_cn_idx |
| static boolean | ignore_trailing_chars = FALSE |
| 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 |
| typedef struct msg_num_entry msg_num_type |
| int arg_idx_tbl[8][26] |
{
{ 0, 2, 1, 0},
{ 0, 3, 1, 0, 2},
{ 0, 2, 1, 0},
{ 0, 23, 7, 10, 5,
6, 15, 14, 12, 11,
0, 21, 4, 8, 9,
22, 20, 13, 2, 17,
1, 18, 24, 19, 3,
16},
{ 0, 12, 7, 4, 5,
11, 0, 6, 10, 2,
9, 1, 3, 8},
{ 0, 9, 4, 3, 1,
5, 7, 0, 8, 2},
{ 0, 2, 1, 0},
{ 0, 9, 4, 3, 1,
5, 7, 0, 8, 2}
}
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 format_cn_idx [static] |
Definition at line 98 of file p_io.h.
Referenced by emit_format_msg(), parse_decode_stmt(), parse_encode_stmt(), parse_format_stmt(), parse_io_control_list(), parse_print_stmt(), parse_read_stmt(), and parse_write_stmt().
boolean ignore_trailing_chars = FALSE [static] |
Definition at line 99 of file p_io.h.
Referenced by emit_format_msg(), parse_decode_stmt(), parse_encode_stmt(), parse_io_control_list(), parse_print_stmt(), parse_read_stmt(), and parse_write_stmt().
| int imp_do_var_list |
| char io_stmt_str[11][16] |
{ {"BACKSPACE"},
{"CLOSE"},
{"ENDFILE"},
{"INQUIRE"},
{"OPEN"},
{"READ"},
{"REWIND"},
{"WRITE"},
{"PRINT"},
{"DECODE"},
{"ENCODE"}
}
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 51 of file p_io.h.
Referenced by emit_format_msg().
Definition at line 9219 of file s_asg_expr.h.
Referenced by io_ctl_list_semantics().
1.7.1