COMPILATION LISTING OF SEGMENT cobol_get_size Compiled by: Multics PL/I Compiler, Release 31b, of April 24, 1989 Compiled at: Bull HN, Phoenix AZ, System-M Compiled on: 05/24/89 0950.0 mst Wed Options: optimize map 1 /****^ *********************************************************** 2* * * 3* * Copyright, (C) BULL HN Information Systems Inc., 1989 * 4* * * 5* * Copyright, (C) Honeywell Information Systems Inc., 1982 * 6* * * 7* * Copyright (c) 1972 by Massachusetts Institute of * 8* * Technology and Honeywell Information Systems, Inc. * 9* * * 10* *********************************************************** */ 11 12 13 14 15 /****^ HISTORY COMMENTS: 16* 1) change(89-04-23,Zimmerman), approve(89-04-23,MCR8060), 17* audit(89-05-05,RWaters), install(89-05-24,MR12.3-1048): 18* MCR8060 cobol_get_size.pl1 Reformatted code to new Cobol standard. 19* END HISTORY COMMENTS */ 20 21 22 /*{*/ 23 24 /* format: style3 */ 25 cobol_get_size: 26 proc (dn_ptr, stoff, lineno); 27 28 29 /* This procedure is used to generate the instructions which will load the 30* A register with the item_length of a type 9 token. 31* If the input stoff is not equal to 0, the A register is stored into the memory 32* location pr6|stoff. */ 33 34 35 dcl dn_ptr ptr; 36 dcl stoff fixed bin; 37 dcl lineno fixed bin; 38 39 dcl 1 size_basic_struct static, 40 2 type fixed bin init (1), 41 2 operand_no fixed bin init (0), 42 2 lock fixed bin init (0), 43 2 seg fixed bin, 44 2 offset fixed bin, 45 2 send_receive fixed bin init (0); 46 47 dcl 1 mpout static, 48 2 n init (4), 49 2 pt1 ptr, 50 2 pt2 ptr, 51 2 pt3 ptr, 52 2 pt4 ptr; 53 54 dcl 1 type1 static, /* reserve word */ 55 2 size fixed bin init (28), 56 2 line fixed bin, /* line number */ 57 2 column fixed bin init (0), 58 2 type fixed bin init (1), 59 2 key fixed bin init (20), /* perform */ 60 2 bits bit (36) init ("1"b), 61 2 jump_index fixed bin init (0); 62 63 dcl 1 type7 static, /* procedure definition */ 64 2 size fixed bin init (52), 65 2 line fixed bin init (0), 66 2 column fixed bin init (0), 67 2 type fixed bin init (7), 68 2 string_ptr ptr init (null ()), 69 2 prev_rec ptr init (null ()), 70 2 bits1 bit (4) init (""b), 71 2 section_name bit (1) init ("0"b), 72 2 declarative_proc 73 bit (1) init ("0"b), 74 2 bits2 bit (3) init (""b), 75 2 priority char (2) init ("00"), 76 2 bits3 bit (9) init (""b), 77 2 section_num fixed bin init (0), 78 2 proc_num fixed bin init (0), 79 2 def_line fixed bin init (0), 80 2 name_size fixed bin init (0); 81 82 dcl 1 type19 static, /* eos */ 83 2 size fixed bin init (38), 84 2 line fixed bin init (0), 85 2 column fixed bin init (0), 86 2 type fixed bin init (19), 87 2 verb fixed bin init (20), /* verb number */ 88 2 e fixed bin init (0), 89 2 h fixed bin init (0), 90 2 i fixed bin init (0), 91 2 j fixed bin init (0), 92 2 a bit (3) init ("111"b), 93 2 b bit (1) init (""b), 94 2 c bit (1) init (""b), 95 2 d bit (2) init (""b), 96 2 f bit (2) init (""b), 97 2 g bit (2) init (""b), 98 2 k bit (5) init (""b); 99 100 dcl instr (3) bit (36); 101 102 dcl instr_ptr ptr; 103 dcl input_ptr ptr static; 104 dcl mpout_ptr ptr static; 105 106 dcl ic fixed bin; 107 dcl temp fixed bin; 108 109 dcl firsttime bit (1) static init ("1"b); 110 dcl omit_sign bit (1); 111 112 dcl sta bit (12) static init ("111101101001"b); 113 dcl lda_dlmod bit (18) static init ("010011101000000111"b); 114 dcl ada_dlmod bit (18) static init ("000111101000000111"b); 115 dcl full_lca_ bit (36) static init ("000000000000000000011011101000000000"b); 116 dcl full_lda_ bit (36) static init ("000000000000000000010011101000000000"b); 117 118 dcl cobol_perform_gen entry (ptr); 119 dcl cobol_addr entry (ptr, ptr, ptr); 120 dcl cobol_emit entry (ptr, ptr, fixed bin); 121 122 123 /*}*/ 124 125 /*************************************/ 126 omit_sign = "0"b; 127 go to start; 128 omit_sign: 129 entry (dn_ptr, stoff, lineno); 130 omit_sign = "1"b; 131 start: 132 instr_ptr = addr (instr); 133 ic = 2; 134 if data_name.variable_length 135 then do; 136 if data_name.size_rtn = -1 137 then do; /* special - varying char string */ 138 size_basic_struct.seg = data_name.seg_num; 139 size_basic_struct.offset = data_name.offset - 4; 140 /* word alignment assumed */ 141 instr (1) = full_lda_; 142 call cobol_addr (addr (size_basic_struct), instr_ptr, null ()); 143 ic = 2; 144 end; 145 else do; 146 if firsttime 147 then do; 148 mpout_ptr = addr (mpout); 149 mpout.pt1 = addr (type1); 150 mpout.pt2, mpout.pt3 = addr (type7); 151 mpout.pt4 = addr (type19); 152 input_ptr = addr (size_basic_struct); 153 firsttime = "0"b; 154 end; 155 mpout.pt1 -> reserved_word.line = lineno; 156 mpout.pt2 -> proc_def.proc_num = data_name.size_rtn; 157 call cobol_perform_gen (mpout_ptr); 158 size_basic_struct.seg = fixed_common.size_seg; 159 size_basic_struct.offset = fixed_common.size_offset; 160 instr (1) = full_lca_; 161 call cobol_addr (input_ptr, instr_ptr, null ()); 162 instr (2) = substr (unspec (data_name.item_length), 19, 18) || ada_dlmod; 163 ic = 3; 164 end; 165 end; 166 else do; 167 temp = data_name.item_length; 168 if omit_sign 169 then if data_name.sign_separate 170 then temp = temp - 1; /* may be changed for release 1.5 */ 171 instr (1) = substr (unspec (temp), 19, 18) || lda_dlmod; 172 end; 173 if stoff = 0 174 then ic = ic - 1; /* don't store value in memory */ 175 else instr (ic) = "110"b || substr (unspec (stoff), 22, 15) || sta; 176 call cobol_emit (instr_ptr, null (), ic); 177 return; 178 179 180 /*************************************/ 181 182 /***** Declaration for builtin function *****/ 183 184 dcl (substr, mod, binary, fixed, addr, addrel, rel, length, string, unspec, null, index) 185 builtin; 186 187 /***** End of declaration for builtin function *****/ 188 1 1 1 2 /* BEGIN INCLUDE FILE ... cobol_type1.incl.pl1 */ 1 3 /* Last modified on 11/19/76 by ORN */ 1 4 1 5 /* 1 6*A reserved word token is created in the minpral files for each occurrence 1 7*of a reserved word in the source program. The value of the key field 1 8*indicates the specific reserved word which a type 1 token represents. 1 9**/ 1 10 1 11 dcl rw_ptr ptr; 1 12 1 13 /* BEGIN DECLARATION OF TYPE1 (RESERVED WORD) TOKEN */ 1 14 dcl 1 reserved_word based (rw_ptr), 2 1 2 2 /* begin include file ... cobol_TYPE1.incl.pl1 */ 2 3 /* Last modified on 11/17/76 by ORN */ 2 4 /* Last modified on 12/28/76 by FCH */ 2 5 /* Last modified on 12/16/80 by FCH */ 2 6 2 7 /* header */ 2 8 2 size fixed bin, 2 9 2 line fixed bin, 2 10 2 column fixed bin, 2 11 2 type fixed bin, 2 12 /* body */ 2 13 2 key fixed bin, 2 14 /* procedure division class bits */ 2 15 2 verb bit (1), 2 16 2 arith_op bit (1), 2 17 2 figcon bit (1), 2 18 2 terminator bit (1), 2 19 2 end_dec bit (1), 2 20 2 rel_op bit (1), 2 21 2 imper_verb bit (1), 2 22 2 end_cobol bit (1), 2 23 /* data division class bits */ 2 24 2 section_header bit (1), 2 25 2 fs_ind bit (1), 2 26 2 fd_clause bit (1), 2 27 2 dd_clause bit (1), 2 28 2 cd_input bit (1), 2 29 2 cd_output bit (1), 2 30 2 cset_name bit (1), 2 31 2 ss_division bit (1), 2 32 2 repl_jump_ind bit (4), 2 33 2 ided_recovery bit (1), 2 34 2 report_writer bit (5), 2 35 2 ss_desc_entry bit (1), 2 36 2 jump_index fixed bin, 2 37 2 length fixed bin, 2 38 2 name char(0 refer(reserved_word.length)); 2 39 2 40 2 41 2 42 /* end include file ... cobol_TYPE1.incl.pl1 */ 2 43 1 15 1 16 /* END DECLARATION OF TYPE1 (RESERVED WORD) TOKEN */ 1 17 1 18 /* END INCLUDE FILE ... cobol_type1.incl.pl1 */ 1 19 189 3 1 3 2 /* BEGIN INCLUDE FILE ... cobol_type7.incl.pl1 */ 3 3 /* Last modified on 11/19/76 by ORN */ 3 4 3 5 /* 3 6*A type 7 procedure definition token is entered into the name table and into 3 7*the procedure division minpral file by the lexical analysis phase for each 3 8*procedure definition found in the source program. 3 9**/ 3 10 3 11 dcl proc_def_ptr ptr; 3 12 3 13 /* BEGIN DECLARATION OF TYPE7 (PROCEDURE DEFINITION) TOKEN */ 3 14 dcl 1 proc_def based (proc_def_ptr), 4 1 4 2 /* begin include file ... cobol_TYPE7.incl.pl1 */ 4 3 /* Last modified on 11/17/76 by ORN */ 4 4 /* Last modified on 12/28/76 by FCH */ 4 5 4 6 /* header */ 4 7 2 size fixed bin, 4 8 2 line fixed bin, 4 9 2 column fixed bin, 4 10 2 type fixed bin, 4 11 /* body */ 4 12 2 string_ptr ptr, 4 13 2 prev_rec ptr, 4 14 2 searched bit (1), 4 15 2 duplicate bit (1), 4 16 2 filler1 bit (1), 4 17 2 debug_ind bit (1), 4 18 2 section_name bit (1), 4 19 2 declarative_proc bit (1), 4 20 2 filler2 bit (1), 4 21 2 alterable bit (1), 4 22 2 priority char (2), 4 23 2 sort_range bit (1), 4 24 2 input_range bit (1), 4 25 2 output_range bit (1), 4 26 2 merge_range bit(1), 4 27 2 filler3 bit (5), 4 28 2 section_num fixed bin, 4 29 2 proc_num fixed bin, 4 30 2 def_line fixed bin, 4 31 2 name_size fixed bin, 4 32 2 name char(0 refer(proc_def.name_size)); 4 33 4 34 4 35 4 36 /* end include file ... cobol_TYPE7.incl.pl1 */ 4 37 3 15 3 16 /* END DECLARATION OF TYPE7 (PROCEDURE DEFINITION) TOKEN */ 3 17 3 18 /* END INCLUDE FILE ... cobol_type7.incl.pl1 */ 3 19 190 5 1 5 2 /* BEGIN INCLUDE FILE ... cobol_type9.incl.pl1 */ 5 3 /* Last modified on 11/19/76 by ORN */ 5 4 5 5 /* 5 6*A type 9 data name token is entered into the name table by the data 5 7*division syntax phase for each data name described in the data division. 5 8*The replacement phase subsequently replaces type 8 user word references 5 9*to data names in the procedure division minpral file with the corresponding 5 10*type 9 tokens from the name table. 5 11**/ 5 12 5 13 /* dcl dn_ptr ptr; */ 5 14 5 15 /* BEGIN DECLARATION OF TYPE9 (DATA NAME) TOKEN */ 5 16 dcl 1 data_name based (dn_ptr), 6 1 6 2 /* begin include file ... cobol_TYPE9.incl.pl1 */ 6 3 /* Last modified on 06/19/77 by ORN */ 6 4 /* Last modified on 12/28/76 by FCH */ 6 5 6 6 /* header */ 6 7 2 size fixed bin, 6 8 2 line fixed bin, 6 9 2 column fixed bin, 6 10 2 type fixed bin, 6 11 /* body */ 6 12 2 string_ptr ptr, 6 13 2 prev_rec ptr, 6 14 2 searched bit (1), 6 15 2 duplicate bit (1), 6 16 2 saved bit (1), 6 17 2 debug_ind bit (1), 6 18 2 filler2 bit (3), 6 19 2 used_as_sub bit (1), 6 20 2 def_line fixed bin, 6 21 2 level fixed bin, 6 22 2 linkage fixed bin, 6 23 2 file_num fixed bin, 6 24 2 size_rtn fixed bin, 6 25 2 item_length fixed bin(24), 6 26 2 places_left fixed bin, 6 27 2 places_right fixed bin, 6 28 /* description */ 6 29 2 file_section bit (1), 6 30 2 working_storage bit (1), 6 31 2 constant_section bit (1), 6 32 2 linkage_section bit (1), 6 33 2 communication_section bit (1), 6 34 2 report_section bit (1), 6 35 2 level_77 bit (1), 6 36 2 level_01 bit (1), 6 37 2 non_elementary bit (1), 6 38 2 elementary bit (1), 6 39 2 filler_item bit (1), 6 40 2 s_of_rdf bit (1), 6 41 2 o_of_rdf bit (1), 6 42 2 bin_18 bit (1), 6 43 2 bin_36 bit (1), 6 44 2 pic_has_l bit (1), 6 45 2 pic_is_do bit (1), 6 46 2 numeric bit (1), 6 47 2 numeric_edited bit (1), 6 48 2 alphanum bit (1), 6 49 2 alphanum_edited bit (1), 6 50 2 alphabetic bit (1), 6 51 2 alphabetic_edited bit (1), 6 52 2 pic_has_p bit (1), 6 53 2 pic_has_ast bit (1), 6 54 2 item_signed bit(1), 6 55 2 sign_separate bit (1), 6 56 2 display bit (1), 6 57 2 comp bit (1), 6 58 2 ascii_packed_dec_h bit (1), /* as of 8/16/76 this field used for comp8. */ 6 59 2 ascii_packed_dec bit (1), 6 60 2 ebcdic_packed_dec bit (1), 6 61 2 bin_16 bit (1), 6 62 2 bin_32 bit (1), 6 63 2 usage_index bit (1), 6 64 2 just_right bit (1), 6 65 2 compare_argument bit (1), 6 66 2 sync bit (1), 6 67 2 temporary bit (1), 6 68 2 bwz bit (1), 6 69 2 variable_length bit (1), 6 70 2 subscripted bit (1), 6 71 2 occurs_do bit (1), 6 72 2 key_a bit (1), 6 73 2 key_d bit (1), 6 74 2 indexed_by bit (1), 6 75 2 value_numeric bit (1), 6 76 2 value_non_numeric bit (1), 6 77 2 value_signed bit (1), 6 78 2 sign_type bit (3), 6 79 2 pic_integer bit (1), 6 80 2 ast_when_zero bit (1), 6 81 2 label_record bit (1), 6 82 2 sign_clause_occurred bit (1), 6 83 2 okey_dn bit (1), 6 84 2 subject_of_keyis bit (1), 6 85 2 exp_redefining bit (1), 6 86 2 sync_in_rec bit (1), 6 87 2 rounded bit (1), 6 88 2 ad_bit bit (1), 6 89 2 debug_all bit (1), 6 90 2 overlap bit (1), 6 91 2 sum_counter bit (1), 6 92 2 exp_occurs bit (1), 6 93 2 linage_counter bit (1), 6 94 2 rnm_01 bit (1), 6 95 2 aligned bit (1), 6 96 2 not_user_writable bit (1), 6 97 2 database_key bit (1), 6 98 2 database_data_item bit (1), 6 99 2 seg_num fixed bin, 6 100 2 offset fixed bin(24), 6 101 2 initial_ptr fixed bin, 6 102 2 edit_ptr fixed bin, 6 103 2 occurs_ptr fixed bin, 6 104 2 do_rec char(5), 6 105 2 bitt bit (1), 6 106 2 byte bit (1), 6 107 2 half_word bit (1), 6 108 2 word bit (1), 6 109 2 double_word bit (1), 6 110 2 half_byte bit (1), 6 111 2 filler5 bit (1), 6 112 2 bit_offset bit (4), 6 113 2 son_cnt bit (16), 6 114 2 max_red_size fixed bin(24), 6 115 2 name_size fixed bin, 6 116 2 name char(0 refer(data_name.name_size)); 6 117 6 118 6 119 6 120 /* end include file ... cobol_TYPE9.incl.pl1 */ 6 121 5 17 5 18 /* END DECLARATION OF TYPE9 (DATA NAME) TOKEN */ 5 19 5 20 /* END INCLUDE FILE ... cobol_type9.incl.pl1 */ 5 21 191 7 1 7 2 /* BEGIN INCLUDE FILE ... cobol_fixed_common.incl.pl1 */ 7 3 /* Modified on 10/27/82 by FCH, [5.1-1], cobol_cln added to save last line num, BUG543(phx13643) */ 7 4 /* Modified on 07/31/80 by FCH, [4.3-1], use_reporting field added for Report Writer */ 7 5 /* Modified on 03/30/79 by FCH, [4.1-1], -card option added */ 7 6 /* Modified on 03/30/79 by FCH, [4.0-2], -svNM option added */ 7 7 /* Modified on 03/02/79 by FCH, [4.0-1], -levNM option added */ 7 8 /* Modified by RAL on 10/13/78, [4.0-0], Added option exp from fil2. */ 7 9 /* Modified by BC on 06/20/77, descriptor added. */ 7 10 /* Modified by BC on 06/02/77, init_cd_seg, init_cd_offset added. */ 7 11 /* Modified by BC on 1/21/77, options.profile added. */ 7 12 /* Modified by FCH on 7/6/76, sysin_fno & sysout_fno deleted, accept_device & display_device added */ 7 13 /* Modified by FCH on 5/20/77, comp_level added */ 7 14 7 15 7 16 /* THE SIZE OF THIS STRUCTURE IN BYTES, (EXCLUDING VARIABLE 7 17* LENGTH ENTITIES), FOR EACH HARDWARE IMPLEMENTATION IS: 7 18* 7 19* HARDWARE | SIZE (BYTES) 7 20* --------------------------------- 7 21* 645/6180 | 464 7 22* P7 | 396 7 23* --------------------------------- 7 24* */ 7 25 7 26 dcl 1 fixed_common based ( cobol_com_ptr), 7 27 2 prog_name char (30), 7 28 2 compiler_rev_no char (25), 7 29 2 phase_name char (6), 7 30 2 currency char (1), 7 31 2 fatal_no fixed bin, 7 32 2 warn_no fixed bin, 7 33 2 proc_counter fixed bin, 7 34 2 spec_tag_counter fixed bin, 7 35 2 file_count fixed bin, 7 36 2 filedescr_offsets (20) char (5), 7 37 2 perf_alter_info char (5), 7 38 2 another_perform_info char (5), 7 39 2 sort_in_info char (5), 7 40 2 odo_info char (5), 7 41 2 size_seg fixed bin, 7 42 2 size_offset fixed bin(24), 7 43 2 size_perform_info char (5), 7 44 2 rename_info char (5), 7 45 2 report_names char (5), 7 46 2 rw_buf_seg fixed bin, 7 47 2 rw_buf_offset fixed bin(24), 7 48 2 rw_buf_length fixed bin(24), 7 49 2 file_keys char (5), 7 50 2 search_keys char (5), 7 51 2 dd_seg_size fixed bin(24), 7 52 2 pd_seg_size fixed bin(24), 7 53 2 seg_limit fixed bin , 7 54 2 number_of_dd_segs fixed bin, 7 55 2 seg_info char (5), 7 56 2 number_of_ls_pointers fixed bin, 7 57 2 link_sec_seg fixed bin, 7 58 2 link_sec_offset fixed bin(24), 7 59 2 sra_clauses fixed bin, 7 60 2 fix_up_info char (5), 7 61 2 linage_info char (5), 7 62 2 first_dd_item char (5), 7 63 2 sort_out_info char (5), 7 64 2 db_info char (5), 7 65 2 realm_info char (5), 7 66 2 rc_realm_info char (5), 7 67 2 last_file_key char (5), 7 68 2 prog_coll_seq fixed bin, 7 69 2 init_cd_seg fixed bin, 7 70 2 init_cd_offset fixed bin(24), 7 71 2 input_error_exit fixed bin, 7 72 2 output_error_exit fixed bin, 7 73 2 i_o_error_exit fixed bin, 7 74 2 extend_error_exit fixed bin, 7 75 2 dummy15 fixed bin, 7 76 2 options, 7 77 3 cu bit (1), 7 78 3 st bit (1), 7 79 3 wn bit (1), 7 80 3 obs bit (1), 7 81 3 dm bit (1), 7 82 3 xrl bit (1), 7 83 3 xrn bit (1), 7 84 3 src bit (1), 7 85 3 obj bit (1), 7 86 3 exs bit (1), 7 87 3 sck bit (1), 7 88 3 rno bit (1), 7 89 3 u_l bit (1), 7 90 3 cnv bit (1), 7 91 3 cos bit (1), 7 92 3 fmt bit (1), 7 93 3 profile bit(1), 7 94 3 nw bit (1), 7 95 3 exp bit (1), /* [4.0-0] */ 7 96 3 card bit (1), /*[4.1-1]*/ 7 97 3 fil2 bit (5), 7 98 3 m_map bit (1), 7 99 3 m_bf bit (1), 7 100 3 m_fat bit (1), 7 101 3 m_wn bit (1), 7 102 3 m_obs bit(1), 7 103 3 pd bit(1), 7 104 3 oc bit(1), 7 105 2 supervisor bit (1), 7 106 2 dec_comma bit (1), 7 107 2 init_cd bit (1), 7 108 2 corr bit (1), 7 109 2 initl bit (1), 7 110 2 debug bit (1), 7 111 2 report bit (1), 7 112 2 sync_in_prog bit (1), 7 113 2 pd_section bit (1), 7 114 2 list_switch bit (1), 7 115 2 alpha_cond bit (1), 7 116 2 num_cond bit (1), 7 117 2 spec_sysin bit (1), 7 118 2 spec_sysout bit (1), 7 119 2 cpl_files bit (1), 7 120 2 obj_dec_comma bit (1), 7 121 2 default_sign_type bit (3), 7 122 2 use_debug bit(1), 7 123 2 syntax_trace bit(1), 7 124 2 comp_defaults, 7 125 3 comp bit(1), 7 126 3 comp_1 bit(1), 7 127 3 comp_2 bit(1), 7 128 3 comp_3 bit(1), 7 129 3 comp_4 bit(1), 7 130 3 comp_5 bit(1), 7 131 3 comp_6 bit(1), 7 132 3 comp_7 bit(1), 7 133 3 comp_8 bit(1), 7 134 2 disp_defaults, 7 135 3 disp bit(1), 7 136 3 disp_1 bit(1), 7 137 3 disp_2 bit(1), 7 138 3 disp_3 bit(1), 7 139 3 disp_4 bit(1), 7 140 3 disp_5 bit(1), 7 141 3 disp_6 bit(1), 7 142 3 disp_7 bit(1), 7 143 2 descriptor bit(2), 7 144 2 levsv bit(3), /*[4.0-1]*/ 7 145 2 use_reporting bit(1), /*[4.3-1]*/ 7 146 2 cd bit(1), /*[4.4-1]*/ 7 147 2 dummy17 bit(3), 7 148 2 lvl_rstr bit(32), 7 149 2 inst_rstr bit(32), 7 150 2 comp_level char(1), 7 151 2 dummy18 char(30), 7 152 2 object_sign char (1), 7 153 2 last_print_rec char (5), 7 154 2 coll_seq_info char (5), 7 155 2 sys_status_seg fixed bin, 7 156 2 sys_status_offset fixed bin(24), 7 157 2 compiler_id fixed bin, 7 158 2 date_comp_ln fixed bin, 7 159 2 compile_mode bit(36), 7 160 2 default_temp fixed bin, 7 161 2 accept_device fixed bin, 7 162 2 display_device fixed bin, 7 163 2 cobol_cln fixed bin, /*[5.1-1]*/ 7 164 2 alphabet_offset fixed bin; 7 165 7 166 7 167 7 168 /* END INCLUDE FILE ... cobol_fixed_common.incl.pl1 */ 7 169 192 8 1 8 2 /* BEGIN INCLUDE FILE ... cobol_ext_.incl.pl1 */ 8 3 /* Last modified on 06/17/76 by ORN */ 8 4 /* Last modified on 12/28/76 by FCH */ 8 5 /* Last modified on 12/01/80 by FCH */ 8 6 8 7 /* <<< SHARED EXTERNALS INCLUDE FILE >>> */ 8 8 8 9 8 10 dcl cobol_ext_$cobol_afp ptr ext; 8 11 dcl cobol_afp ptr defined ( cobol_ext_$cobol_afp); 8 12 dcl cobol_ext_$cobol_analin_fileno ptr ext; 8 13 dcl cobol_analin_fileno ptr defined ( cobol_ext_$cobol_analin_fileno); 8 14 dcl cobol_ext_$report_first_token ptr ext; 8 15 dcl report_first_token ptr defined( cobol_ext_$report_first_token); 8 16 dcl cobol_ext_$report_last_token ptr ext; 8 17 dcl report_last_token ptr defined ( cobol_ext_$report_last_token); 8 18 dcl cobol_ext_$cobol_eltp ptr ext; 8 19 dcl cobol_eltp ptr defined ( cobol_ext_$cobol_eltp); 8 20 dcl cobol_ext_$cobol_cmfp ptr ext; 8 21 dcl cobol_cmfp ptr defined ( cobol_ext_$cobol_cmfp); 8 22 dcl cobol_ext_$cobol_com_fileno ptr ext; 8 23 dcl cobol_com_fileno ptr defined ( cobol_ext_$cobol_com_fileno); 8 24 dcl cobol_ext_$cobol_com_ptr ptr ext; 8 25 dcl cobol_com_ptr ptr defined ( cobol_ext_$cobol_com_ptr); 8 26 dcl cobol_ext_$cobol_dfp ptr ext; 8 27 dcl cobol_dfp ptr defined ( cobol_ext_$cobol_dfp); 8 28 dcl cobol_ext_$cobol_hfp ptr ext; 8 29 dcl cobol_hfp ptr defined ( cobol_ext_$cobol_hfp); 8 30 dcl cobol_ext_$cobol_m1fp ptr ext; 8 31 dcl cobol_m1fp ptr defined ( cobol_ext_$cobol_m1fp); 8 32 dcl cobol_ext_$cobol_m2fp ptr ext; 8 33 dcl cobol_m2fp ptr defined ( cobol_ext_$cobol_m2fp); 8 34 dcl cobol_ext_$cobol_min1_fileno ptr ext; 8 35 dcl cobol_min1_fileno ptr defined ( cobol_ext_$cobol_min1_fileno); 8 36 dcl cobol_ext_$cobol_min2_fileno_ptr ptr ext; 8 37 dcl cobol_min2_fileno_ptr ptr defined ( cobol_ext_$cobol_min2_fileno_ptr); 8 38 dcl cobol_ext_$cobol_name_fileno ptr ext; 8 39 dcl cobol_name_fileno ptr defined ( cobol_ext_$cobol_name_fileno); 8 40 dcl cobol_ext_$cobol_name_fileno_ptr ptr ext; 8 41 dcl cobol_name_fileno_ptr ptr defined ( cobol_ext_$cobol_name_fileno_ptr); 8 42 dcl cobol_ext_$cobol_ntfp ptr ext; 8 43 dcl cobol_ntfp ptr defined ( cobol_ext_$cobol_ntfp); 8 44 dcl cobol_ext_$cobol_pdofp ptr ext; 8 45 dcl cobol_pdofp ptr defined ( cobol_ext_$cobol_pdofp); 8 46 dcl cobol_ext_$cobol_pfp ptr ext; 8 47 dcl cobol_pfp ptr defined ( cobol_ext_$cobol_pfp); 8 48 dcl cobol_ext_$cobol_rm2fp ptr ext; 8 49 dcl cobol_rm2fp ptr defined ( cobol_ext_$cobol_rm2fp); 8 50 dcl cobol_ext_$cobol_rmin2fp ptr ext; 8 51 dcl cobol_rmin2fp ptr defined ( cobol_ext_$cobol_rmin2fp); 8 52 dcl cobol_ext_$cobol_curr_in ptr ext; 8 53 dcl cobol_curr_in ptr defined ( cobol_ext_$cobol_curr_in); 8 54 dcl cobol_ext_$cobol_curr_out ptr ext; 8 55 dcl cobol_curr_out ptr defined ( cobol_ext_$cobol_curr_out); 8 56 dcl cobol_ext_$cobol_sfp ptr ext; 8 57 dcl cobol_sfp ptr defined ( cobol_ext_$cobol_sfp); 8 58 dcl cobol_ext_$cobol_w1p ptr ext; 8 59 dcl cobol_w1p ptr defined ( cobol_ext_$cobol_w1p); 8 60 dcl cobol_ext_$cobol_w2p ptr ext; 8 61 dcl cobol_w2p ptr defined ( cobol_ext_$cobol_w2p); 8 62 dcl cobol_ext_$cobol_w3p ptr ext; 8 63 dcl cobol_w3p ptr defined ( cobol_ext_$cobol_w3p); 8 64 dcl cobol_ext_$cobol_w5p ptr ext; 8 65 dcl cobol_w5p ptr defined ( cobol_ext_$cobol_w5p); 8 66 dcl cobol_ext_$cobol_w6p ptr ext; 8 67 dcl cobol_w6p ptr defined ( cobol_ext_$cobol_w6p); 8 68 dcl cobol_ext_$cobol_w7p ptr ext; 8 69 dcl cobol_w7p ptr defined ( cobol_ext_$cobol_w7p); 8 70 dcl cobol_ext_$cobol_x3fp ptr ext; 8 71 dcl cobol_x3fp ptr defined ( cobol_ext_$cobol_x3fp); 8 72 dcl cobol_ext_$cobol_rwdd ptr ext; 8 73 dcl cobol_rwdd ptr defined(cobol_ext_$cobol_rwdd); 8 74 dcl cobol_ext_$cobol_rwpd ptr ext; 8 75 dcl cobol_rwpd ptr defined(cobol_ext_$cobol_rwpd); 8 76 8 77 8 78 dcl cobol_ext_$cobol_fileno1 fixed bin(24)ext; 8 79 dcl cobol_fileno1 fixed bin(24)defined ( cobol_ext_$cobol_fileno1); 8 80 dcl cobol_ext_$cobol_options_len fixed bin(24)ext; 8 81 dcl cobol_options_len fixed bin(24)defined ( cobol_ext_$cobol_options_len); 8 82 dcl cobol_ext_$cobol_pdout_fileno fixed bin(24)ext; 8 83 dcl cobol_pdout_fileno fixed bin(24)defined ( cobol_ext_$cobol_pdout_fileno); 8 84 dcl cobol_ext_$cobol_print_fileno fixed bin(24)ext; 8 85 dcl cobol_print_fileno fixed bin(24)defined ( cobol_ext_$cobol_print_fileno); 8 86 dcl cobol_ext_$cobol_rmin2_fileno fixed bin(24)ext; 8 87 dcl cobol_rmin2_fileno fixed bin(24)defined ( cobol_ext_$cobol_rmin2_fileno); 8 88 dcl cobol_ext_$cobol_x1_fileno fixed bin(24)ext; 8 89 dcl cobol_x1_fileno fixed bin(24)defined ( cobol_ext_$cobol_x1_fileno); 8 90 dcl cobol_ext_$cobol_x2_fileno fixed bin(24)ext; 8 91 dcl cobol_x2_fileno fixed bin(24)defined ( cobol_ext_$cobol_x2_fileno); 8 92 dcl cobol_ext_$cobol_x3_fileno fixed bin(24)ext; 8 93 dcl cobol_x3_fileno fixed bin(24)defined ( cobol_ext_$cobol_x3_fileno); 8 94 8 95 dcl cobol_ext_$cobol_lpr char (5) ext; 8 96 dcl cobol_lpr char (5) defined ( cobol_ext_$cobol_lpr); /* -2- */ 8 97 dcl cobol_ext_$cobol_options char (120) ext; 8 98 dcl cobol_options char (120) defined ( cobol_ext_$cobol_options); /* -30- */ 8 99 8 100 dcl cobol_ext_$cobol_xlast8 bit (1) ext; 8 101 dcl cobol_xlast8 bit (1) defined ( cobol_ext_$cobol_xlast8); /* -1- */ 8 102 dcl cobol_ext_$report_exists bit (1) ext; 8 103 dcl report_exists bit (1) defined ( cobol_ext_$report_exists); 8 104 8 105 8 106 /* <<< END OF SHARED EXTERNALS INCLUDE FILE >>> */ 8 107 /* END INCLUDE FILE ... cobol_ext_.incl.pl1 */ 8 108 193 9 1 9 2 /* BEGIN INCLUDE FILE ... cobol_.incl.pl1 */ 9 3 /* last modified Feb 4, 1977 by ORN */ 9 4 9 5 /* This file defines all external data used in the generator phase of Multics Cobol */ 9 6 9 7 /* POINTERS */ 9 8 dcl cobol_$text_base_ptr ptr ext; 9 9 dcl text_base_ptr ptr defined (cobol_$text_base_ptr); 9 10 dcl cobol_$con_end_ptr ptr ext; 9 11 dcl con_end_ptr ptr defined (cobol_$con_end_ptr); 9 12 dcl cobol_$def_base_ptr ptr ext; 9 13 dcl def_base_ptr ptr defined (cobol_$def_base_ptr); 9 14 dcl cobol_$link_base_ptr ptr ext; 9 15 dcl link_base_ptr ptr defined (cobol_$link_base_ptr); 9 16 dcl cobol_$sym_base_ptr ptr ext; 9 17 dcl sym_base_ptr ptr defined (cobol_$sym_base_ptr); 9 18 dcl cobol_$reloc_text_base_ptr ptr ext; 9 19 dcl reloc_text_base_ptr ptr defined (cobol_$reloc_text_base_ptr); 9 20 dcl cobol_$reloc_def_base_ptr ptr ext; 9 21 dcl reloc_def_base_ptr ptr defined (cobol_$reloc_def_base_ptr); 9 22 dcl cobol_$reloc_link_base_ptr ptr ext; 9 23 dcl reloc_link_base_ptr ptr defined (cobol_$reloc_link_base_ptr); 9 24 dcl cobol_$reloc_sym_base_ptr ptr ext; 9 25 dcl reloc_sym_base_ptr ptr defined (cobol_$reloc_sym_base_ptr); 9 26 dcl cobol_$reloc_work_base_ptr ptr ext; 9 27 dcl reloc_work_base_ptr ptr defined (cobol_$reloc_work_base_ptr); 9 28 dcl cobol_$pd_map_ptr ptr ext; 9 29 dcl pd_map_ptr ptr defined (cobol_$pd_map_ptr); 9 30 dcl cobol_$fixup_ptr ptr ext; 9 31 dcl fixup_ptr ptr defined (cobol_$fixup_ptr); 9 32 dcl cobol_$initval_base_ptr ptr ext; 9 33 dcl initval_base_ptr ptr defined (cobol_$initval_base_ptr); 9 34 dcl cobol_$initval_file_ptr ptr ext; 9 35 dcl initval_file_ptr ptr defined (cobol_$initval_file_ptr); 9 36 dcl cobol_$perform_list_ptr ptr ext; 9 37 dcl perform_list_ptr ptr defined (cobol_$perform_list_ptr); 9 38 dcl cobol_$alter_list_ptr ptr ext; 9 39 dcl alter_list_ptr ptr defined (cobol_$alter_list_ptr); 9 40 dcl cobol_$seg_init_list_ptr ptr ext; 9 41 dcl seg_init_list_ptr ptr defined (cobol_$seg_init_list_ptr); 9 42 dcl cobol_$temp_token_area_ptr ptr ext; 9 43 dcl temp_token_area_ptr ptr defined (cobol_$temp_token_area_ptr); 9 44 dcl cobol_$temp_token_ptr ptr ext; 9 45 dcl temp_token_ptr ptr defined (cobol_$temp_token_ptr); 9 46 dcl cobol_$token_block1_ptr ptr ext; 9 47 dcl token_block1_ptr ptr defined (cobol_$token_block1_ptr); 9 48 dcl cobol_$token_block2_ptr ptr ext; 9 49 dcl token_block2_ptr ptr defined (cobol_$token_block2_ptr); 9 50 dcl cobol_$minpral5_ptr ptr ext; 9 51 dcl minpral5_ptr ptr defined (cobol_$minpral5_ptr); 9 52 dcl cobol_$tag_table_ptr ptr ext; 9 53 dcl tag_table_ptr ptr defined (cobol_$tag_table_ptr); 9 54 dcl cobol_$map_data_ptr ptr ext; 9 55 dcl map_data_ptr ptr defined (cobol_$map_data_ptr); 9 56 dcl cobol_$ptr_status_ptr ptr ext; 9 57 dcl ptr_status_ptr ptr defined (cobol_$ptr_status_ptr); 9 58 dcl cobol_$reg_status_ptr ptr ext; 9 59 dcl reg_status_ptr ptr defined (cobol_$reg_status_ptr); 9 60 dcl cobol_$misc_base_ptr ptr ext; 9 61 dcl misc_base_ptr ptr defined (cobol_$misc_base_ptr); 9 62 dcl cobol_$misc_end_ptr ptr ext; 9 63 dcl misc_end_ptr ptr defined (cobol_$misc_end_ptr); 9 64 dcl cobol_$list_ptr ptr ext; 9 65 dcl list_ptr ptr defined (cobol_$list_ptr); 9 66 dcl cobol_$allo1_ptr ptr ext; 9 67 dcl allo1_ptr ptr defined (cobol_$allo1_ptr); 9 68 dcl cobol_$eln_ptr ptr ext; 9 69 dcl eln_ptr ptr defined (cobol_$eln_ptr); 9 70 dcl cobol_$diag_ptr ptr ext; 9 71 dcl diag_ptr ptr defined (cobol_$diag_ptr); 9 72 dcl cobol_$xref_token_ptr ptr ext; 9 73 dcl xref_token_ptr ptr defined (cobol_$xref_token_ptr); 9 74 dcl cobol_$xref_chain_ptr ptr ext; 9 75 dcl xref_chain_ptr ptr defined (cobol_$xref_chain_ptr); 9 76 dcl cobol_$statement_info_ptr ptr ext; 9 77 dcl statement_info_ptr ptr defined (cobol_$statement_info_ptr); 9 78 dcl cobol_$reswd_ptr ptr ext; 9 79 dcl reswd_ptr ptr defined (cobol_$reswd_ptr); 9 80 dcl cobol_$op_con_ptr ptr ext; 9 81 dcl op_con_ptr ptr defined (cobol_$op_con_ptr); 9 82 dcl cobol_$ntbuf_ptr ptr ext; 9 83 dcl ntbuf_ptr ptr defined (cobol_$ntbuf_ptr); 9 84 dcl cobol_$main_pcs_ptr ptr ext; 9 85 dcl main_pcs_ptr ptr defined (cobol_$main_pcs_ptr); 9 86 dcl cobol_$include_info_ptr ptr ext; 9 87 dcl include_info_ptr ptr defined (cobol_$include_info_ptr); 9 88 9 89 /* FIXED BIN */ 9 90 dcl cobol_$text_wd_off fixed bin ext; 9 91 dcl text_wd_off fixed bin defined (cobol_$text_wd_off); 9 92 dcl cobol_$con_wd_off fixed bin ext; 9 93 dcl con_wd_off fixed bin defined (cobol_$con_wd_off); 9 94 dcl cobol_$def_wd_off fixed bin ext; 9 95 dcl def_wd_off fixed bin defined (cobol_$def_wd_off); 9 96 dcl cobol_$def_max fixed bin ext; 9 97 dcl def_max fixed bin defined (cobol_$def_max); 9 98 dcl cobol_$link_wd_off fixed bin ext; 9 99 dcl link_wd_off fixed bin defined (cobol_$link_wd_off); 9 100 dcl cobol_$link_max fixed bin ext; 9 101 dcl link_max fixed bin defined (cobol_$link_max); 9 102 dcl cobol_$sym_wd_off fixed bin ext; 9 103 dcl sym_wd_off fixed bin defined (cobol_$sym_wd_off); 9 104 dcl cobol_$sym_max fixed bin ext; 9 105 dcl sym_max fixed bin defined (cobol_$sym_max); 9 106 dcl cobol_$reloc_text_max fixed bin(24) ext; 9 107 dcl reloc_text_max fixed bin(24) defined (cobol_$reloc_text_max); 9 108 dcl cobol_$reloc_def_max fixed bin(24) ext; 9 109 dcl reloc_def_max fixed bin(24) defined (cobol_$reloc_def_max); 9 110 dcl cobol_$reloc_link_max fixed bin(24) ext; 9 111 dcl reloc_link_max fixed bin(24) defined (cobol_$reloc_link_max); 9 112 dcl cobol_$reloc_sym_max fixed bin(24) ext; 9 113 dcl reloc_sym_max fixed bin(24) defined (cobol_$reloc_sym_max); 9 114 dcl cobol_$reloc_work_max fixed bin(24) ext; 9 115 dcl reloc_work_max fixed bin(24) defined (cobol_$reloc_work_max); 9 116 dcl cobol_$pd_map_index fixed bin ext; 9 117 dcl pd_map_index fixed bin defined (cobol_$pd_map_index); 9 118 dcl cobol_$cobol_data_wd_off fixed bin ext; 9 119 dcl cobol_data_wd_off fixed bin defined (cobol_$cobol_data_wd_off); 9 120 dcl cobol_$stack_off fixed bin ext; 9 121 dcl stack_off fixed bin defined (cobol_$stack_off); 9 122 dcl cobol_$max_stack_off fixed bin ext; 9 123 dcl max_stack_off fixed bin defined (cobol_$max_stack_off); 9 124 dcl cobol_$init_stack_off fixed bin ext; 9 125 dcl init_stack_off fixed bin defined (cobol_$init_stack_off); 9 126 dcl cobol_$pd_map_sw fixed bin ext; 9 127 dcl pd_map_sw fixed bin defined (cobol_$pd_map_sw); 9 128 dcl cobol_$next_tag fixed bin ext; 9 129 dcl next_tag fixed bin defined (cobol_$next_tag); 9 130 dcl cobol_$data_init_flag fixed bin ext; 9 131 dcl data_init_flag fixed bin defined (cobol_$data_init_flag); 9 132 dcl cobol_$seg_init_flag fixed bin ext; 9 133 dcl seg_init_flag fixed bin defined (cobol_$seg_init_flag); 9 134 dcl cobol_$alter_flag fixed bin ext; 9 135 dcl alter_flag fixed bin defined (cobol_$alter_flag); 9 136 dcl cobol_$sect_eop_flag fixed bin ext; 9 137 dcl sect_eop_flag fixed bin defined (cobol_$sect_eop_flag); 9 138 dcl cobol_$para_eop_flag fixed bin ext; 9 139 dcl para_eop_flag fixed bin defined (cobol_$para_eop_flag); 9 140 dcl cobol_$priority_no fixed bin ext; 9 141 dcl priority_no fixed bin defined (cobol_$priority_no); 9 142 dcl cobol_$compile_count fixed bin ext; 9 143 dcl compile_count fixed bin defined (cobol_$compile_count); 9 144 dcl cobol_$ptr_assumption_ind fixed bin ext; 9 145 dcl ptr_assumption_ind fixed bin defined (cobol_$ptr_assumption_ind); 9 146 dcl cobol_$reg_assumption_ind fixed bin ext; 9 147 dcl reg_assumption_ind fixed bin defined (cobol_$reg_assumption_ind); 9 148 dcl cobol_$perform_para_index fixed bin ext; 9 149 dcl perform_para_index fixed bin defined (cobol_$perform_para_index); 9 150 dcl cobol_$perform_sect_index fixed bin ext; 9 151 dcl perform_sect_index fixed bin defined (cobol_$perform_sect_index); 9 152 dcl cobol_$alter_index fixed bin ext; 9 153 dcl alter_index fixed bin defined (cobol_$alter_index); 9 154 dcl cobol_$list_off fixed bin ext; 9 155 dcl list_off fixed bin defined (cobol_$list_off); 9 156 dcl cobol_$constant_offset fixed bin ext; 9 157 dcl constant_offset fixed bin defined (cobol_$constant_offset); 9 158 dcl cobol_$misc_max fixed bin ext; 9 159 dcl misc_max fixed bin defined (cobol_$misc_max); 9 160 dcl cobol_$pd_map_max fixed bin ext; 9 161 dcl pd_map_max fixed bin defined (cobol_$pd_map_max); 9 162 dcl cobol_$map_data_max fixed bin ext; 9 163 dcl map_data_max fixed bin defined (cobol_$map_data_max); 9 164 dcl cobol_$fixup_max fixed bin ext; 9 165 dcl fixup_max fixed bin defined (cobol_$fixup_max); 9 166 dcl cobol_$tag_table_max fixed bin ext; 9 167 dcl tag_table_max fixed bin defined (cobol_$tag_table_max); 9 168 dcl cobol_$temp_token_max fixed bin ext; 9 169 dcl temp_token_max fixed bin defined (cobol_$temp_token_max); 9 170 dcl cobol_$allo1_max fixed bin ext; 9 171 dcl allo1_max fixed bin defined (cobol_$allo1_max); 9 172 dcl cobol_$eln_max fixed bin ext; 9 173 dcl eln_max fixed bin defined (cobol_$eln_max); 9 174 dcl cobol_$debug_enable fixed bin ext; 9 175 dcl debug_enable fixed bin defined (cobol_$debug_enable); 9 176 dcl cobol_$non_source_offset fixed bin ext; 9 177 dcl non_source_offset fixed bin defined (cobol_$non_source_offset); 9 178 dcl cobol_$initval_flag fixed bin ext; 9 179 dcl initval_flag fixed bin defined (cobol_$initval_flag); 9 180 dcl cobol_$date_compiled_sw fixed bin ext; 9 181 dcl date_compiled_sw fixed bin defined (cobol_$date_compiled_sw); 9 182 dcl cobol_$include_cnt fixed bin ext; 9 183 dcl include_cnt fixed bin defined (cobol_$include_cnt); 9 184 dcl cobol_$fs_charcnt fixed bin ext; 9 185 dcl fs_charcnt fixed bin defined (cobol_$fs_charcnt); 9 186 dcl cobol_$ws_charcnt fixed bin ext; 9 187 dcl ws_charcnt fixed bin defined (cobol_$ws_charcnt); 9 188 dcl cobol_$coms_charcnt fixed bin ext; 9 189 dcl coms_charcnt fixed bin defined (cobol_$coms_charcnt); 9 190 dcl cobol_$ls_charcnt fixed bin ext; 9 191 dcl ls_charcnt fixed bin defined (cobol_$ls_charcnt); 9 192 dcl cobol_$cons_charcnt fixed bin ext; 9 193 dcl cons_charcnt fixed bin defined (cobol_$cons_charcnt); 9 194 dcl cobol_$value_cnt fixed bin ext; 9 195 dcl value_cnt fixed bin defined (cobol_$value_cnt); 9 196 dcl cobol_$cd_cnt fixed bin ext; 9 197 dcl cd_cnt fixed bin defined (cobol_$cd_cnt); 9 198 dcl cobol_$fs_wdoff fixed bin ext; 9 199 dcl fs_wdoff fixed bin defined (cobol_$fs_wdoff); 9 200 dcl cobol_$ws_wdoff fixed bin ext; 9 201 dcl ws_wdoff fixed bin defined (cobol_$ws_wdoff); 9 202 dcl cobol_$coms_wdoff fixed bin ext; 9 203 dcl coms_wdoff fixed bin defined (cobol_$coms_wdoff); 9 204 9 205 /* CHARACTER */ 9 206 dcl cobol_$scratch_dir char (168) aligned ext; 9 207 dcl scratch_dir char (168) aligned defined (cobol_$scratch_dir); /* -42- */ 9 208 dcl cobol_$obj_seg_name char (32) aligned ext; 9 209 dcl obj_seg_name char (32) aligned defined (cobol_$obj_seg_name); /* -8- */ 9 210 9 211 /* BIT */ 9 212 dcl cobol_$xref_bypass bit(1) aligned ext; 9 213 dcl xref_bypass bit(1) aligned defined (cobol_$xref_bypass); /* -1- */ 9 214 dcl cobol_$same_sort_merge_proc bit(1) aligned ext; 9 215 dcl same_sort_merge_proc bit(1) aligned defined (cobol_$same_sort_merge_proc); /* -1- */ 9 216 9 217 9 218 /* END INCLUDE FILE ... cobol_incl.pl1*/ 9 219 9 220 194 195 196 end cobol_get_size; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 05/24/89 0831.2 cobol_get_size.pl1 >spec>install>MR12.3-1048>cobol_get_size.pl1 189 1 03/27/82 0439.8 cobol_type1.incl.pl1 >ldd>include>cobol_type1.incl.pl1 1-15 2 11/11/82 1712.8 cobol_TYPE1.incl.pl1 >ldd>include>cobol_TYPE1.incl.pl1 190 3 03/27/82 0439.9 cobol_type7.incl.pl1 >ldd>include>cobol_type7.incl.pl1 3-15 4 11/11/82 1712.7 cobol_TYPE7.incl.pl1 >ldd>include>cobol_TYPE7.incl.pl1 191 5 03/27/82 0439.9 cobol_type9.incl.pl1 >ldd>include>cobol_type9.incl.pl1 5-17 6 11/11/82 1712.7 cobol_TYPE9.incl.pl1 >ldd>include>cobol_TYPE9.incl.pl1 192 7 11/11/82 1712.8 cobol_fixed_common.incl.pl1 >ldd>include>cobol_fixed_common.incl.pl1 193 8 03/27/82 0431.3 cobol_ext_.incl.pl1 >ldd>include>cobol_ext_.incl.pl1 194 9 11/11/82 1712.7 cobol_.incl.pl1 >ldd>include>cobol_.incl.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES (* indicates a set context) NAMES DECLARED BY DECLARE STATEMENT. ada_dlmod constant bit(18) initial packed unaligned dcl 114 ref 162 addr builtin function dcl 184 ref 131 142 142 148 149 150 151 152 cobol_addr 000100 constant entry external dcl 119 ref 142 161 cobol_com_ptr defined pointer dcl 8-25 ref 158 159 cobol_emit 000102 constant entry external dcl 120 ref 176 cobol_ext_$cobol_com_ptr 000104 external static pointer dcl 8-24 ref 158 158 159 159 cobol_perform_gen 000076 constant entry external dcl 118 ref 157 data_name based structure level 1 unaligned dcl 5-16 dn_ptr parameter pointer dcl 35 ref 25 128 134 136 138 139 156 162 167 168 firsttime 000074 internal static bit(1) initial packed unaligned dcl 109 set ref 146 153* fixed_common based structure level 1 unaligned dcl 7-26 full_lca_ constant bit(36) initial packed unaligned dcl 115 ref 160 full_lda_ constant bit(36) initial packed unaligned dcl 116 ref 141 ic 000106 automatic fixed bin(17,0) dcl 106 set ref 133* 143* 163* 173* 173 175 176* input_ptr 000070 internal static pointer dcl 103 set ref 152* 161* instr 000100 automatic bit(36) array packed unaligned dcl 100 set ref 131 141* 160* 162* 171* 175* instr_ptr 000104 automatic pointer dcl 102 set ref 131* 142* 161* 176* item_length 16 based fixed bin(24,0) level 2 dcl 5-16 ref 162 167 lda_dlmod constant bit(18) initial packed unaligned dcl 113 ref 171 line 1 based fixed bin(17,0) level 2 dcl 1-14 set ref 155* lineno parameter fixed bin(17,0) dcl 37 ref 25 128 155 mpout 000016 internal static structure level 1 unaligned dcl 47 set ref 148 mpout_ptr 000072 internal static pointer dcl 104 set ref 148* 157* null builtin function dcl 184 ref 142 142 161 161 176 176 offset 4 000010 internal static fixed bin(17,0) level 2 in structure "size_basic_struct" dcl 39 in procedure "cobol_get_size" set ref 139* 159* offset 24 based fixed bin(24,0) level 2 in structure "data_name" dcl 5-16 in procedure "cobol_get_size" ref 139 omit_sign 000110 automatic bit(1) packed unaligned dcl 110 set ref 126* 130* 168 proc_def based structure level 1 unaligned dcl 3-14 proc_num 12 based fixed bin(17,0) level 2 dcl 3-14 set ref 156* pt1 2 000016 internal static pointer level 2 dcl 47 set ref 149* 155 pt2 4 000016 internal static pointer level 2 dcl 47 set ref 150* 156 pt3 6 000016 internal static pointer level 2 dcl 47 set ref 150* pt4 10 000016 internal static pointer level 2 dcl 47 set ref 151* reserved_word based structure level 1 unaligned dcl 1-14 seg 3 000010 internal static fixed bin(17,0) level 2 dcl 39 set ref 138* 158* seg_num 23 based fixed bin(17,0) level 2 dcl 5-16 ref 138 sign_separate 21(26) based bit(1) level 2 packed packed unaligned dcl 5-16 ref 168 size_basic_struct 000010 internal static structure level 1 unaligned dcl 39 set ref 142 142 152 size_offset 64 based fixed bin(24,0) level 2 dcl 7-26 ref 159 size_rtn 15 based fixed bin(17,0) level 2 dcl 5-16 ref 136 156 size_seg 63 based fixed bin(17,0) level 2 dcl 7-26 ref 158 sta constant bit(12) initial packed unaligned dcl 112 ref 175 stoff parameter fixed bin(17,0) dcl 36 ref 25 128 173 175 substr builtin function dcl 184 ref 162 171 175 temp 000107 automatic fixed bin(17,0) dcl 107 set ref 167* 168* 168 171 type1 000030 internal static structure level 1 unaligned dcl 54 set ref 149 type19 000055 internal static structure level 1 unaligned dcl 82 set ref 151 type7 000040 internal static structure level 1 unaligned dcl 63 set ref 150 unspec builtin function dcl 184 ref 162 171 175 variable_length 22(04) based bit(1) level 2 packed packed unaligned dcl 5-16 ref 134 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. addrel builtin function dcl 184 allo1_max defined fixed bin(17,0) dcl 9-171 allo1_ptr defined pointer dcl 9-67 alter_flag defined fixed bin(17,0) dcl 9-135 alter_index defined fixed bin(17,0) dcl 9-153 alter_list_ptr defined pointer dcl 9-39 binary builtin function dcl 184 cd_cnt defined fixed bin(17,0) dcl 9-197 cobol_$allo1_max external static fixed bin(17,0) dcl 9-170 cobol_$allo1_ptr external static pointer dcl 9-66 cobol_$alter_flag external static fixed bin(17,0) dcl 9-134 cobol_$alter_index external static fixed bin(17,0) dcl 9-152 cobol_$alter_list_ptr external static pointer dcl 9-38 cobol_$cd_cnt external static fixed bin(17,0) dcl 9-196 cobol_$cobol_data_wd_off external static fixed bin(17,0) dcl 9-118 cobol_$compile_count external static fixed bin(17,0) dcl 9-142 cobol_$coms_charcnt external static fixed bin(17,0) dcl 9-188 cobol_$coms_wdoff external static fixed bin(17,0) dcl 9-202 cobol_$con_end_ptr external static pointer dcl 9-10 cobol_$con_wd_off external static fixed bin(17,0) dcl 9-92 cobol_$cons_charcnt external static fixed bin(17,0) dcl 9-192 cobol_$constant_offset external static fixed bin(17,0) dcl 9-156 cobol_$data_init_flag external static fixed bin(17,0) dcl 9-130 cobol_$date_compiled_sw external static fixed bin(17,0) dcl 9-180 cobol_$debug_enable external static fixed bin(17,0) dcl 9-174 cobol_$def_base_ptr external static pointer dcl 9-12 cobol_$def_max external static fixed bin(17,0) dcl 9-96 cobol_$def_wd_off external static fixed bin(17,0) dcl 9-94 cobol_$diag_ptr external static pointer dcl 9-70 cobol_$eln_max external static fixed bin(17,0) dcl 9-172 cobol_$eln_ptr external static pointer dcl 9-68 cobol_$fixup_max external static fixed bin(17,0) dcl 9-164 cobol_$fixup_ptr external static pointer dcl 9-30 cobol_$fs_charcnt external static fixed bin(17,0) dcl 9-184 cobol_$fs_wdoff external static fixed bin(17,0) dcl 9-198 cobol_$include_cnt external static fixed bin(17,0) dcl 9-182 cobol_$include_info_ptr external static pointer dcl 9-86 cobol_$init_stack_off external static fixed bin(17,0) dcl 9-124 cobol_$initval_base_ptr external static pointer dcl 9-32 cobol_$initval_file_ptr external static pointer dcl 9-34 cobol_$initval_flag external static fixed bin(17,0) dcl 9-178 cobol_$link_base_ptr external static pointer dcl 9-14 cobol_$link_max external static fixed bin(17,0) dcl 9-100 cobol_$link_wd_off external static fixed bin(17,0) dcl 9-98 cobol_$list_off external static fixed bin(17,0) dcl 9-154 cobol_$list_ptr external static pointer dcl 9-64 cobol_$ls_charcnt external static fixed bin(17,0) dcl 9-190 cobol_$main_pcs_ptr external static pointer dcl 9-84 cobol_$map_data_max external static fixed bin(17,0) dcl 9-162 cobol_$map_data_ptr external static pointer dcl 9-54 cobol_$max_stack_off external static fixed bin(17,0) dcl 9-122 cobol_$minpral5_ptr external static pointer dcl 9-50 cobol_$misc_base_ptr external static pointer dcl 9-60 cobol_$misc_end_ptr external static pointer dcl 9-62 cobol_$misc_max external static fixed bin(17,0) dcl 9-158 cobol_$next_tag external static fixed bin(17,0) dcl 9-128 cobol_$non_source_offset external static fixed bin(17,0) dcl 9-176 cobol_$ntbuf_ptr external static pointer dcl 9-82 cobol_$obj_seg_name external static char(32) dcl 9-208 cobol_$op_con_ptr external static pointer dcl 9-80 cobol_$para_eop_flag external static fixed bin(17,0) dcl 9-138 cobol_$pd_map_index external static fixed bin(17,0) dcl 9-116 cobol_$pd_map_max external static fixed bin(17,0) dcl 9-160 cobol_$pd_map_ptr external static pointer dcl 9-28 cobol_$pd_map_sw external static fixed bin(17,0) dcl 9-126 cobol_$perform_list_ptr external static pointer dcl 9-36 cobol_$perform_para_index external static fixed bin(17,0) dcl 9-148 cobol_$perform_sect_index external static fixed bin(17,0) dcl 9-150 cobol_$priority_no external static fixed bin(17,0) dcl 9-140 cobol_$ptr_assumption_ind external static fixed bin(17,0) dcl 9-144 cobol_$ptr_status_ptr external static pointer dcl 9-56 cobol_$reg_assumption_ind external static fixed bin(17,0) dcl 9-146 cobol_$reg_status_ptr external static pointer dcl 9-58 cobol_$reloc_def_base_ptr external static pointer dcl 9-20 cobol_$reloc_def_max external static fixed bin(24,0) dcl 9-108 cobol_$reloc_link_base_ptr external static pointer dcl 9-22 cobol_$reloc_link_max external static fixed bin(24,0) dcl 9-110 cobol_$reloc_sym_base_ptr external static pointer dcl 9-24 cobol_$reloc_sym_max external static fixed bin(24,0) dcl 9-112 cobol_$reloc_text_base_ptr external static pointer dcl 9-18 cobol_$reloc_text_max external static fixed bin(24,0) dcl 9-106 cobol_$reloc_work_base_ptr external static pointer dcl 9-26 cobol_$reloc_work_max external static fixed bin(24,0) dcl 9-114 cobol_$reswd_ptr external static pointer dcl 9-78 cobol_$same_sort_merge_proc external static bit(1) dcl 9-214 cobol_$scratch_dir external static char(168) dcl 9-206 cobol_$sect_eop_flag external static fixed bin(17,0) dcl 9-136 cobol_$seg_init_flag external static fixed bin(17,0) dcl 9-132 cobol_$seg_init_list_ptr external static pointer dcl 9-40 cobol_$stack_off external static fixed bin(17,0) dcl 9-120 cobol_$statement_info_ptr external static pointer dcl 9-76 cobol_$sym_base_ptr external static pointer dcl 9-16 cobol_$sym_max external static fixed bin(17,0) dcl 9-104 cobol_$sym_wd_off external static fixed bin(17,0) dcl 9-102 cobol_$tag_table_max external static fixed bin(17,0) dcl 9-166 cobol_$tag_table_ptr external static pointer dcl 9-52 cobol_$temp_token_area_ptr external static pointer dcl 9-42 cobol_$temp_token_max external static fixed bin(17,0) dcl 9-168 cobol_$temp_token_ptr external static pointer dcl 9-44 cobol_$text_base_ptr external static pointer dcl 9-8 cobol_$text_wd_off external static fixed bin(17,0) dcl 9-90 cobol_$token_block1_ptr external static pointer dcl 9-46 cobol_$token_block2_ptr external static pointer dcl 9-48 cobol_$value_cnt external static fixed bin(17,0) dcl 9-194 cobol_$ws_charcnt external static fixed bin(17,0) dcl 9-186 cobol_$ws_wdoff external static fixed bin(17,0) dcl 9-200 cobol_$xref_bypass external static bit(1) dcl 9-212 cobol_$xref_chain_ptr external static pointer dcl 9-74 cobol_$xref_token_ptr external static pointer dcl 9-72 cobol_afp defined pointer dcl 8-11 cobol_analin_fileno defined pointer dcl 8-13 cobol_cmfp defined pointer dcl 8-21 cobol_com_fileno defined pointer dcl 8-23 cobol_curr_in defined pointer dcl 8-53 cobol_curr_out defined pointer dcl 8-55 cobol_data_wd_off defined fixed bin(17,0) dcl 9-119 cobol_dfp defined pointer dcl 8-27 cobol_eltp defined pointer dcl 8-19 cobol_ext_$cobol_afp external static pointer dcl 8-10 cobol_ext_$cobol_analin_fileno external static pointer dcl 8-12 cobol_ext_$cobol_cmfp external static pointer dcl 8-20 cobol_ext_$cobol_com_fileno external static pointer dcl 8-22 cobol_ext_$cobol_curr_in external static pointer dcl 8-52 cobol_ext_$cobol_curr_out external static pointer dcl 8-54 cobol_ext_$cobol_dfp external static pointer dcl 8-26 cobol_ext_$cobol_eltp external static pointer dcl 8-18 cobol_ext_$cobol_fileno1 external static fixed bin(24,0) dcl 8-78 cobol_ext_$cobol_hfp external static pointer dcl 8-28 cobol_ext_$cobol_lpr external static char(5) packed unaligned dcl 8-95 cobol_ext_$cobol_m1fp external static pointer dcl 8-30 cobol_ext_$cobol_m2fp external static pointer dcl 8-32 cobol_ext_$cobol_min1_fileno external static pointer dcl 8-34 cobol_ext_$cobol_min2_fileno_ptr external static pointer dcl 8-36 cobol_ext_$cobol_name_fileno external static pointer dcl 8-38 cobol_ext_$cobol_name_fileno_ptr external static pointer dcl 8-40 cobol_ext_$cobol_ntfp external static pointer dcl 8-42 cobol_ext_$cobol_options external static char(120) packed unaligned dcl 8-97 cobol_ext_$cobol_options_len external static fixed bin(24,0) dcl 8-80 cobol_ext_$cobol_pdofp external static pointer dcl 8-44 cobol_ext_$cobol_pdout_fileno external static fixed bin(24,0) dcl 8-82 cobol_ext_$cobol_pfp external static pointer dcl 8-46 cobol_ext_$cobol_print_fileno external static fixed bin(24,0) dcl 8-84 cobol_ext_$cobol_rm2fp external static pointer dcl 8-48 cobol_ext_$cobol_rmin2_fileno external static fixed bin(24,0) dcl 8-86 cobol_ext_$cobol_rmin2fp external static pointer dcl 8-50 cobol_ext_$cobol_rwdd external static pointer dcl 8-72 cobol_ext_$cobol_rwpd external static pointer dcl 8-74 cobol_ext_$cobol_sfp external static pointer dcl 8-56 cobol_ext_$cobol_w1p external static pointer dcl 8-58 cobol_ext_$cobol_w2p external static pointer dcl 8-60 cobol_ext_$cobol_w3p external static pointer dcl 8-62 cobol_ext_$cobol_w5p external static pointer dcl 8-64 cobol_ext_$cobol_w6p external static pointer dcl 8-66 cobol_ext_$cobol_w7p external static pointer dcl 8-68 cobol_ext_$cobol_x1_fileno external static fixed bin(24,0) dcl 8-88 cobol_ext_$cobol_x2_fileno external static fixed bin(24,0) dcl 8-90 cobol_ext_$cobol_x3_fileno external static fixed bin(24,0) dcl 8-92 cobol_ext_$cobol_x3fp external static pointer dcl 8-70 cobol_ext_$cobol_xlast8 external static bit(1) packed unaligned dcl 8-100 cobol_ext_$report_exists external static bit(1) packed unaligned dcl 8-102 cobol_ext_$report_first_token external static pointer dcl 8-14 cobol_ext_$report_last_token external static pointer dcl 8-16 cobol_fileno1 defined fixed bin(24,0) dcl 8-79 cobol_hfp defined pointer dcl 8-29 cobol_lpr defined char(5) packed unaligned dcl 8-96 cobol_m1fp defined pointer dcl 8-31 cobol_m2fp defined pointer dcl 8-33 cobol_min1_fileno defined pointer dcl 8-35 cobol_min2_fileno_ptr defined pointer dcl 8-37 cobol_name_fileno defined pointer dcl 8-39 cobol_name_fileno_ptr defined pointer dcl 8-41 cobol_ntfp defined pointer dcl 8-43 cobol_options defined char(120) packed unaligned dcl 8-98 cobol_options_len defined fixed bin(24,0) dcl 8-81 cobol_pdofp defined pointer dcl 8-45 cobol_pdout_fileno defined fixed bin(24,0) dcl 8-83 cobol_pfp defined pointer dcl 8-47 cobol_print_fileno defined fixed bin(24,0) dcl 8-85 cobol_rm2fp defined pointer dcl 8-49 cobol_rmin2_fileno defined fixed bin(24,0) dcl 8-87 cobol_rmin2fp defined pointer dcl 8-51 cobol_rwdd defined pointer dcl 8-73 cobol_rwpd defined pointer dcl 8-75 cobol_sfp defined pointer dcl 8-57 cobol_w1p defined pointer dcl 8-59 cobol_w2p defined pointer dcl 8-61 cobol_w3p defined pointer dcl 8-63 cobol_w5p defined pointer dcl 8-65 cobol_w6p defined pointer dcl 8-67 cobol_w7p defined pointer dcl 8-69 cobol_x1_fileno defined fixed bin(24,0) dcl 8-89 cobol_x2_fileno defined fixed bin(24,0) dcl 8-91 cobol_x3_fileno defined fixed bin(24,0) dcl 8-93 cobol_x3fp defined pointer dcl 8-71 cobol_xlast8 defined bit(1) packed unaligned dcl 8-101 compile_count defined fixed bin(17,0) dcl 9-143 coms_charcnt defined fixed bin(17,0) dcl 9-189 coms_wdoff defined fixed bin(17,0) dcl 9-203 con_end_ptr defined pointer dcl 9-11 con_wd_off defined fixed bin(17,0) dcl 9-93 cons_charcnt defined fixed bin(17,0) dcl 9-193 constant_offset defined fixed bin(17,0) dcl 9-157 data_init_flag defined fixed bin(17,0) dcl 9-131 date_compiled_sw defined fixed bin(17,0) dcl 9-181 debug_enable defined fixed bin(17,0) dcl 9-175 def_base_ptr defined pointer dcl 9-13 def_max defined fixed bin(17,0) dcl 9-97 def_wd_off defined fixed bin(17,0) dcl 9-95 diag_ptr defined pointer dcl 9-71 eln_max defined fixed bin(17,0) dcl 9-173 eln_ptr defined pointer dcl 9-69 fixed builtin function dcl 184 fixup_max defined fixed bin(17,0) dcl 9-165 fixup_ptr defined pointer dcl 9-31 fs_charcnt defined fixed bin(17,0) dcl 9-185 fs_wdoff defined fixed bin(17,0) dcl 9-199 include_cnt defined fixed bin(17,0) dcl 9-183 include_info_ptr defined pointer dcl 9-87 index builtin function dcl 184 init_stack_off defined fixed bin(17,0) dcl 9-125 initval_base_ptr defined pointer dcl 9-33 initval_file_ptr defined pointer dcl 9-35 initval_flag defined fixed bin(17,0) dcl 9-179 length builtin function dcl 184 link_base_ptr defined pointer dcl 9-15 link_max defined fixed bin(17,0) dcl 9-101 link_wd_off defined fixed bin(17,0) dcl 9-99 list_off defined fixed bin(17,0) dcl 9-155 list_ptr defined pointer dcl 9-65 ls_charcnt defined fixed bin(17,0) dcl 9-191 main_pcs_ptr defined pointer dcl 9-85 map_data_max defined fixed bin(17,0) dcl 9-163 map_data_ptr defined pointer dcl 9-55 max_stack_off defined fixed bin(17,0) dcl 9-123 minpral5_ptr defined pointer dcl 9-51 misc_base_ptr defined pointer dcl 9-61 misc_end_ptr defined pointer dcl 9-63 misc_max defined fixed bin(17,0) dcl 9-159 mod builtin function dcl 184 next_tag defined fixed bin(17,0) dcl 9-129 non_source_offset defined fixed bin(17,0) dcl 9-177 ntbuf_ptr defined pointer dcl 9-83 obj_seg_name defined char(32) dcl 9-209 op_con_ptr defined pointer dcl 9-81 para_eop_flag defined fixed bin(17,0) dcl 9-139 pd_map_index defined fixed bin(17,0) dcl 9-117 pd_map_max defined fixed bin(17,0) dcl 9-161 pd_map_ptr defined pointer dcl 9-29 pd_map_sw defined fixed bin(17,0) dcl 9-127 perform_list_ptr defined pointer dcl 9-37 perform_para_index defined fixed bin(17,0) dcl 9-149 perform_sect_index defined fixed bin(17,0) dcl 9-151 priority_no defined fixed bin(17,0) dcl 9-141 proc_def_ptr automatic pointer dcl 3-11 ptr_assumption_ind defined fixed bin(17,0) dcl 9-145 ptr_status_ptr defined pointer dcl 9-57 reg_assumption_ind defined fixed bin(17,0) dcl 9-147 reg_status_ptr defined pointer dcl 9-59 rel builtin function dcl 184 reloc_def_base_ptr defined pointer dcl 9-21 reloc_def_max defined fixed bin(24,0) dcl 9-109 reloc_link_base_ptr defined pointer dcl 9-23 reloc_link_max defined fixed bin(24,0) dcl 9-111 reloc_sym_base_ptr defined pointer dcl 9-25 reloc_sym_max defined fixed bin(24,0) dcl 9-113 reloc_text_base_ptr defined pointer dcl 9-19 reloc_text_max defined fixed bin(24,0) dcl 9-107 reloc_work_base_ptr defined pointer dcl 9-27 reloc_work_max defined fixed bin(24,0) dcl 9-115 report_exists defined bit(1) packed unaligned dcl 8-103 report_first_token defined pointer dcl 8-15 report_last_token defined pointer dcl 8-17 reswd_ptr defined pointer dcl 9-79 rw_ptr automatic pointer dcl 1-11 same_sort_merge_proc defined bit(1) dcl 9-215 scratch_dir defined char(168) dcl 9-207 sect_eop_flag defined fixed bin(17,0) dcl 9-137 seg_init_flag defined fixed bin(17,0) dcl 9-133 seg_init_list_ptr defined pointer dcl 9-41 stack_off defined fixed bin(17,0) dcl 9-121 statement_info_ptr defined pointer dcl 9-77 string builtin function dcl 184 sym_base_ptr defined pointer dcl 9-17 sym_max defined fixed bin(17,0) dcl 9-105 sym_wd_off defined fixed bin(17,0) dcl 9-103 tag_table_max defined fixed bin(17,0) dcl 9-167 tag_table_ptr defined pointer dcl 9-53 temp_token_area_ptr defined pointer dcl 9-43 temp_token_max defined fixed bin(17,0) dcl 9-169 temp_token_ptr defined pointer dcl 9-45 text_base_ptr defined pointer dcl 9-9 text_wd_off defined fixed bin(17,0) dcl 9-91 token_block1_ptr defined pointer dcl 9-47 token_block2_ptr defined pointer dcl 9-49 value_cnt defined fixed bin(17,0) dcl 9-195 ws_charcnt defined fixed bin(17,0) dcl 9-187 ws_wdoff defined fixed bin(17,0) dcl 9-201 xref_bypass defined bit(1) dcl 9-213 xref_chain_ptr defined pointer dcl 9-75 xref_token_ptr defined pointer dcl 9-73 NAMES DECLARED BY EXPLICIT CONTEXT. cobol_get_size 000010 constant entry external dcl 25 omit_sign 000021 constant entry external dcl 128 start 000030 constant label dcl 131 ref 127 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 342 450 250 352 Length 1012 250 106 326 71 66 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME cobol_get_size 86 external procedure is an external procedure. STORAGE FOR INTERNAL STATIC VARIABLES. LOC IDENTIFIER BLOCK NAME 000010 size_basic_struct cobol_get_size 000016 mpout cobol_get_size 000030 type1 cobol_get_size 000040 type7 cobol_get_size 000055 type19 cobol_get_size 000070 input_ptr cobol_get_size 000072 mpout_ptr cobol_get_size 000074 firsttime cobol_get_size STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME cobol_get_size 000100 instr cobol_get_size 000104 instr_ptr cobol_get_size 000106 ic cobol_get_size 000107 temp cobol_get_size 000110 omit_sign cobol_get_size THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out return_mac ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. cobol_addr cobol_emit cobol_perform_gen THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. cobol_ext_$cobol_com_ptr LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 25 000004 126 000015 127 000016 128 000017 130 000026 131 000030 133 000032 134 000034 136 000042 138 000045 139 000050 141 000053 142 000055 144 000073 146 000074 148 000077 149 000101 150 000103 151 000107 152 000111 153 000113 155 000114 156 000117 157 000124 158 000132 159 000137 160 000141 161 000143 162 000157 163 000170 165 000172 167 000173 168 000175 171 000204 173 000212 175 000220 176 000231 177 000246 ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved