
Go to the source code of this file.
Defines | |
| #define | HOST_BITS_PER_WORD 32 |
| #define | HOST_BYTES_PER_WORD 4 |
| #define | HOST_BYTES_TO_WORDS(BYTE_SIZE) (((BYTE_SIZE)+3) >> 2) |
| #define | MAX_MSG_SIZE 400 |
| #define | NUM_ID_WDS 8 |
| #define | TOUPPER toupper |
| #define | _MAXVL 64 |
| #define | SEEK_CUR 1 |
| #define | Pragma(S) |
| #define HOST_BITS_PER_WORD 32 |
Definition at line 60 of file host.m.
Referenced by cif_misc_compiler_opts_rec(), compare_derived_types(), pre_parse_format(), print_cmd_tbl(), and process_M_option().
| #define HOST_BYTES_PER_WORD 4 |
Definition at line 61 of file host.m.
Referenced by create_hidden_name_tbl(), init_compiler(), init_cond_comp(), init_name_and_stor_tbls(), init_sytb(), srch_kwd_name(), and srch_stor_blk_tbl().
| #define HOST_BYTES_TO_WORDS | ( | BYTE_SIZE | ) | (((BYTE_SIZE)+3) >> 2) |
Definition at line 63 of file host.m.
Referenced by make_in_parent_string().
| #define MAX_MSG_SIZE 400 |
Definition at line 65 of file host.m.
Referenced by cif_misc_compiler_opts_rec(), init_cmd_line(), print_cmd_tbl(), and process_M_option().
| #define NUM_ID_WDS 8 |
Definition at line 66 of file host.m.
Referenced by init_lex(), and srch_kwd_name().
| #define Pragma | ( | S | ) |
Definition at line 100 of file host.m.
Referenced by assign_new_idxs(), compress_tbls(), and read_sytb_from_module_file().
| #define SEEK_CUR 1 |
Definition at line 94 of file host.m.
Referenced by _frch(), _fwch(), _fwwd(), _unit_trunc(), dump_pdt(), find_prog_unit_tbl(), read_module_tbl_header(), read_sytb_from_module_file(), srch_ar_file_for_module_tbl(), and srch_for_module_tbl().
| #define TOUPPER toupper |
Definition at line 84 of file host.m.
Referenced by cc_get_token(), fixed_classify_line(), fixed_get_char(), free_classify_line(), free_get_char(), get_dir_token_from_str(), is_dollar_directive(), is_par_directive(), is_star_directive(), parse_io_control_list(), reset_src_input(), and scan_thru_close_paren().
1.6.1