THIS FILE IS DAMAGED COMPILATION LISTING OF SEGMENT data_list_parse Compiled by: Multics PL/I Compiler, Release 33c, of October 25, 1990 Compiled at: ACTC Technologies Inc. Compiled on: 92-04-24_1119.24_Fri_mdt Options: optimize map 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1982 * 4* * * 5* *********************************************************** */ 6 7 /* ****************************************************** 8* * * 9* * * 10* * Copyright (c) 1972 by Massachusetts Institute of * 11* * Technology and Honeywell Information Systems, Inc. * 12* * * 13* * * 14* ****************************************************** */ 15 16 data_list_parse: proc(k_index,cur_block,arg) returns(bit(1)aligned); 17 18 dcl k_index fixed bin(15), 19 (cur_block,arg) ptr; 20 21 dcl (addr,hbound,null) builtin; 22 dcl recurse bit(1) aligned; 23 24 dcl (do_ptr,do_ssptr,eptr,p,q,r) ptr, 25 (do_sptr,errp) ptr init(null), 26 arg_list(128) ptr, 27 28 (arg_list_index,error_number,i,k,n) fixed bin(15); 29 1 1 /* BEGIN INCLUDE FILE parse.incl.pl1 */ 1 2 1 3 1 4 /****^ HISTORY COMMENTS: 1 5* 1) change(91-01-09,Blackmore), approve(91-01-09,MCR8234), 1 6* audit(91-12-05,Huen), install(92-04-24,MR12.5-1011): 1 7* Change entry points for 'lex', 'lex$write_last_line', and 1 8* 'statement_type', for constant reference resolution fix. 1 9* END HISTORY COMMENTS */ 1 10 1 11 declare attribute_parse entry(ptr,ptr,fixed bin(15),bit(1) aligned); 1 12 /* parameter 1: (input) block node ptr */ 1 13 /* parameter 2: (input) symbol node ptr */ 1 14 /* parameter 3: (in/out) token index */ 1 15 /* parameter 4: (input) called while doing generic */ 1 16 1 17 declare context entry(ptr,ptr,fixed bin(15)); 1 18 /* parameter 1: (input) usually token node ptr */ 1 19 /* parameter 2: (input) block node ptr */ 1 20 /* parameter 3: (input) context type */ 1 21 1 22 declare data_list_parse entry(fixed bin(15),ptr,ptr) 1 23 returns(bit(1) aligned); 1 24 /* parameter 1: (in/out) token index */ 1 25 /* parameter 2: (input) block node ptr */ 1 26 /* parameter 3: (output) data list parse tree ptr */ 1 27 /* return: (output) valid parse bit */ 1 28 1 29 declare declare_label entry(ptr,ptr,ptr,bit(3) aligned); 1 30 /* parameter 1: (input) block node ptr */ 1 31 /* parameter 2: (input) statement node ptr */ 1 32 /* parameter 3: (input) label list ptr or null */ 1 33 /* parameter 4: (input) declare type */ 1 34 1 35 declare declare_parse entry(fixed bin(15),ptr,ptr); 1 36 /* parameter 1: (input) token index */ 1 37 /* parameter 2: (input) block node ptr */ 1 38 /* parameter 3: (input) label list ptr or null */ 1 39 1 40 declare declare_parse$abort entry(fixed bin(15),ptr); 1 41 /* parameter 1: (input) error number */ 1 42 /* parameter 2: (input) any node ptr */ 1 43 1 44 declare default_parse entry(fixed bin(15),ptr,ptr); 1 45 /* parameter 1: (input) token index */ 1 46 /* parameter 2: (input) block node ptr */ 1 47 /* parameter 3: (input) label list ptr or null */ 1 48 1 49 declare descriptor_parse entry(ptr,ptr,fixed bin(15)) 1 50 returns(ptr); 1 51 /* parameter 1: (input) block node ptr */ 1 52 /* parameter 2: (input) token node ptr or null */ 1 53 /* parameter 3: (in/out) token index */ 1 54 /* return: (output) symbol node ptr */ 1 55 1 56 declare do_parse entry(fixed bin(15),ptr,bit(12) aligned,ptr,ptr, 1 57 bit(1) aligned,bit(1) aligned,bit(1) aligned); 1 58 /* parameter 1: (in/out) token index */ 1 59 /* parameter 2: (input) label list ptr or null */ 1 60 /* parameter 3: (input) conditions */ 1 61 /* parameter 4: (input) father block node ptr */ 1 62 /* parameter 5: (output) end ptr */ 1 63 /* parameter 6: (input) entry bit */ 1 64 /* parameter 7: (input) return bit */ 1 65 /* parameter 8: (input) iterative do bit */ 1 66 1 67 declare evaluate entry(bit(9) aligned,ptr,ptr) returns(ptr); 1 68 /* parameter 1: (input) opcode */ 1 69 /* parameter 2: (input) left operand (token ptr) */ 1 70 /* parameter 3: (input) right operand (token ptr) */ 1 71 /* return: (output) ptr to result node */ 1 72 1 73 declare expression_parse entry(fixed bin(15),ptr) 1 74 returns(ptr); 1 75 /* parameter 1: (in/out) token index */ 1 76 /* parameter 2: (input) block node ptr */ 1 77 /* return: (output) expression parse tree ptr */ 1 78 1 79 declare format_list_parse entry(fixed bin(15),ptr,ptr,ptr) 1 80 returns(bit(1) aligned); 1 81 /* parameter 1: (in/out) token index */ 1 82 /* parameter 2: (input) block node ptr */ 1 83 /* parameter 3: (input) statement node ptr */ 1 84 /* parameter 4: (output) format list parse tree ptr */ 1 85 /* return: (output) valid parse bit */ 1 86 1 87 declare if_parse entry(fixed bin(15),ptr,bit(12) aligned,ptr,ptr, 1 88 bit(1) aligned); 1 89 /* parameter 1: (in/out) token index */ 1 90 /* parameter 2: (input) label list ptr or null */ 1 91 /* parameter 3: (input) conditions */ 1 92 /* parameter 4: (input) father block node ptr */ 1 93 /* parameter 5: (input) end ptr */ 1 94 /* parameter 6: (output) valid parse bit */ 1 95 1 96 declare io_statement_parse entry(fixed bin(15),ptr,bit(12) aligned,ptr,ptr, 1 97 bit(1) aligned,bit(9) aligned); 1 98 /* parameter 1: (in/out) token index */ 1 99 /* parameter 2: (input) label list ptr or null */ 1 100 /* parameter 3: (input) conditions */ 1 101 /* parameter 4: (input) father block node ptr */ 1 102 /* parameter 5: (output) end ptr */ 1 103 /* parameter 6: (output) valid parse bit */ 1 104 /* parameter 7: (output) statement type */ 1 105 1 106 declare lex entry(ptr); 1 107 /* parameter 1: (input) block node ptr */ 1 108 1 109 declare lex$write_last_line entry(ptr); 1 110 /* parameter 1: (input) block node ptr */ 1 111 1 112 declare lex$initialize_lex entry(ptr,fixed bin(15)); 1 113 /* parameter 1: (input) ptr to source */ 1 114 /* parameter 2: (input) length of source (chars) */ 1 115 1 116 declare on_parse entry(fixed bin(15),ptr,bit(12) aligned,ptr,ptr); 1 117 /* parameter 1: (in/out) token index */ 1 118 /* parameter 2: (input) label list ptr or null */ 1 119 /* parameter 3: (input) conditions */ 1 120 /* parameter 4: (input) father block node ptr */ 1 121 /* parameter 5: (output) end ptr (set to null) */ 1 122 1 123 declare on_parse$revert entry(fixed bin(15),ptr,ptr); 1 124 /* parameter 1: (input) token index */ 1 125 /* parameter 2: (input) statement node ptr */ 1 126 /* parameter 3: (input) block node ptr */ 1 127 1 128 declare parse entry(ptr,ptr,fixed bin(15)); 1 129 /* parameter 1: (output) root ptr */ 1 130 /* parameter 2 (input) source ptr */ 1 131 /* parameter 3: (input) source length */ 1 132 1 13AA @;"snϣ`^4A.y  0/~AR\.RA| At ;"f^ϣ`^4A.y  0/~AXS\Z~AP6AH e;"Yϣ`^4A.y  0/~A,U+\A$bA @;"Lϣ`^4A.y  0/~AW\@@ ;@;"?nϣ`^4A.y  0/~@X\@̂@Ċ ;"1ϣ`^4A.y  0/~@ZF\ .@@ @;"$.ϣ`^4A.y  0/~@|\\6Z@t@l ;"ϣ`^4A.y  0/~@P^\b@H>@@ ;" ϣ`^4A.y  0/~@$_H\@j@ U@;"ϣ`^4A.y  0/~@a\@@ ;"ϣ`^4A.y  0/~@b\ @Ă@ );"ϣ`^4A.y  0/~@dL\6@@ @;"nϣ`^4A.y  0/~@tf\>b@l@d ";"žϣ`^4A.y  0/~@Hh\j@@F@8 ;"~ϣ`^4A.y  0/~@jW\@r@  ;"6ϣ`^4A.y  0/~?l\?胞? ;"&ϣ`^4A.y  0/~?n"\?? ;"fϣ`^4A.y  0/~?oZ\>??Q;"|ϣ`^4A.y  0/~?lq\Fj?d"?\;"n~ϣ`^4A.y  0/~?@s\r?8N?0=;"^ϣ`^4A.y  0/~?t\? z?;"QFϣ`^4A.y  0/~?v>\??؊;"Dϣ`^4A.y  0/~?x\??;* parameter 1: (input) binary value */ 2 41 /* return: (output) right-aligned char value */ 2 42 2 43 declare binary_to_octal_var_string entry(fixed bin(31)) reducible 2 44 returns(char(12) varying aligned); 2 45 /* parameter 1: (input) binary value */ 2 46 /* returns: (output) char value without blanks */ 2 47 2 48 declare compare_expression entry(pointer,pointer) reducible 2 49 returns(bit(1) aligned); 2 50 /* parameter 1: (input) any node pointer */ 2 51 /* parameter 2: (input) any node pointer */ 2 52 /* return: (output) compare bit */ 2 53 2 54 declare constant_length entry (pointer, fixed bin (71)) 2 55 returns (bit (1) aligned); 2 56 /* parameter 1: (input) reference node pointer */ 2 57 /* parameter 2: (input) value of constant length */ 2 58 /* return: (output) "1"b if constant length */ 2 59 2 60 declare convert entry(pointer,bit(36) aligned) 2 61 returns(pointer); 2 62 /* parameter 1: (input) any node pointer */ 2 63 /* parameter 2: (input) target type */ 2 64 /* return: (output) target value tree pointer */ 2 65 2 66 declare convert$to_integer entry(pointer,bit(36)aligned) 2 67 returns(pointer); 2 68 /* parameter 1: (input) any node pointer */ 2 69 /* parameter 2: (input) target type */ 2 70 /* return: (output) target value tree pointer */ 2 71 2 72 declare convert$from_builtin entry(pointer,bit(36) aligned) 2 73 returns(pointer); 2 74 /* parameter 1: (input) any node pointer */ 2 75 /* parameter 2: (input) target type */ 2 76 /* return: (output) target value tree pointer */ 2 77 2 78 declare convert$validate entry(pointer,pointer); 2 79 /* parameter 1: (input) source value tree pointer */ 2 80 /* parameter 2: (input) target reference node pointer */ 2 81 2 82 declare convert$to_target_fb entry(pointer,pointer) 2 83 returns(pointer); 2 84 /* parameter 1: (input) source value tree pointer */ 2 85 /* parameter 2: (input) target reference node pointer */ 2 86 /* return: (output) target value tree pointer */ 2 87 2 88 declare convert$to_target entry(pointer,pointer) 2 89 returns(pointer); 2 90 /* parameter 1: (input) source value tree pointer */ 2 91 /* parameter 2: (input) target reference node pointer */ 2 92 /* return: (output) target value tree pointer */ 2 93 2 94 declare copy_expression entry(pointer unaligned) 2 95 returns(pointer); 2 96 /* parameter 1: (input) any node pointer */ 2 97 /* return: (output) any node pointer */ 2 98 2 99 declare copy_expression$copy_sons entry(pointer,pointer); 2 100 /* parameter 1: (input) father symbol node pointer */ 2 101 /* parameter 2: (input) stepfather symbol node ptr */ 2 102 2 103 declare copy_unique_expression entry(pointer) 2 104 returns(pointer); 2 105 /* parameter 1: (input) any node pointer */ 2 106 /* return: (output) any node pointer */ 2 107 2 108 declare create_array entry() 2 109 returns(pointer); 2 110 /* return: (output) array node pointer */ 2 111 2 112 declare create_block entry(bit(9) aligned,pointer) 2 113 returns(pointer); 2 114 /* parameter 1: (input) block type */ 2 115 /* parameter 2: (input) father block node pointer */ 2 116 /* return: (output) block node pointer */ 2 117 2 118 declare create_bound entry() 2 119 returns(pointer); 2 120 /* return: (output) bound node pointer */ 2 121 2 122 declare create_context entry(pointer,pointer) 2 123 returns(pointer); 2 124 /* parameter 1: (input) block node pointer */ 2 125 /* parameter 2: (input) token pointer */ 2 126 /* return: (output) context node pointer */ 2 127 2 128 declare create_cross_reference entry() 2 129 returns(pointer); 2 130 /* return: (output) cross reference node pointer */ 2 131 2 132 declare create_default entry 2 133 returns(pointer); 2 134 /* return: (output) default node pointer */ 2 135 2 136 declare create_identifier entry() 2 137 returns(pointer); 2 138 /* return: (output) token node pointer */ 2 139 2 140 declare create_label entry(pointer,pointer,bit(3) aligned) 2 141 returns(pointer); 2 142 /* parameter 1: (input) block node pointer */ 2 143 /* parameter 2: (input) token node pointer */ 2 144 /* parameter 3: (input) declare type */ 2 145 /* return: (output) label node pointer */ 2 146 2 147 declare create_list entry(fixed bin(15)) 2 148 returns(pointer); 2 149 /* parameter 1: (input) number of list elements */ 2 150 /* return: (output) list node pointer */ 2 151 2 152 declare create_operator entry(bit(9) aligned,fixed bin(15)) 2 153 returns(pointer); 2 154 /* parameter 1: (input) operator type */ 2 155 /* parameter 2: (input) number of operands */ 2 156 /* return: (output) operator node pointer */ 2 157 2 158 declare create_reference entry(pointer) 2 159 returns(pointer); 2 160 /* parameter 1: (input) symbol node pointer */ 2 161 /* return: (output) reference node pointer */ 2 162 2 163 declare create_statement entry(bit(9) aligned,pointer,pointer,bit(12) aligned) 2 164 returns(pointer); 2 165 /* parameter 1: (input) statement type */ 2 166 /* parameter 2: (input) block node pointer */ 2 167 /* parameter 3: (input) label node pointer */ 2 168 /* parameter 4: (input) conditions */ 2 169 /* return: (output) statement node pointer */ 2 170 2 171 declare create_statement$prologue entry(bit(9) aligned,pointer,pointer,bit(12) aligned) 2 172 returns(pointer); 2 173 /* parameter 1: (input) statement type */ 2 174 /* parameter 2: (input) block node pointer */ 2 175 /* parameter 3: (input) label node pointer */ 2 176 /* parameter 4: (input) conditions */ 2 177 /* return: (output) statement node pointer */ 2 178 2 179 declare create_storage entry(fixed bin(15)) 2 180 returns(pointer); 2 181 /* parameter 1: (input) number of words */ 2 182 /* return: (output) storage block pointer */ 2 183 2 184 declare create_symbol entry(pointer,pointer,bit(3) aligned) 2 185 returns(pointer); 2 186 /* parameter 1: (input) block node pointer */ 2 187 /* parameter 2: (input) token node pointer */ 2 188 /* parameter 3: (input) declare type */ 2 189 /* return: (output) symbol node pointer */ 2 190 2 191 declare create_token entry (character (*), bit (9) aligned) 2 192 returns (ptr); 2 193 /* parameter 1: (input) token string */ 2 194 /* parameter 2: (input) token type */ 2 195 /* return: (output) token node ptr */ 2 196 2 197 declare create_token$init_hash_table entry (); 2 198 2 199 declare create_token$protected entry (char (*), bit (9) aligned, bit (18) aligned) 2 200 returns (ptr); 2 201 /* parameter 1: (input) token string */ 2 202 /* parameter 2: (input) token type */ 2 203 /* parameter 3: (input) protected flag */ 2 204 /* return: (output) token node ptr */ 2 205 2 206 declare decbin entry(character(*) aligned) reducible 2 207 returns(fixed bin(31)); 2 208 /* parameter 1: (input) decimal character string */ 2 209 /* return: (output) binary value */ 2 210 2 211 declare declare_constant entry(bit(*) aligned,bit(36) aligned,fixed bin(31),fixed bin(15)) 2 212 returns(pointer); 2 213 /* parameter 1: (input) value */ 2 214 /* parameter 2: (input) type */ 2 215 /* parameter 3: (input) size */ 2 216 /* parameter 4: (input) scale */ 2 217 /* return: (output) reference node pointer */ 2 218 2 219 declare declare_constant$bit entry(bit(*) aligned) 2 220 returns(pointer); 2 221 /* parameter 1: (input) bit */ 2 222 /* return: (output) reference node pointer */ 2 223 2 224 declare declare_constant$char entry(character(*) aligned) 2 225 returns(pointer); 2 226 /* parameter 1: (input) character */ 2 227 /* return: (output) reference node pointer */ 2 228 2 229 declare declare_constant$desc entry(bit(*) aligned) 2 230 returns(pointer); 2 231 /* parameter 1: (input) descriptor bit value */ 2 232 /* return: (output) reference node pointer */ 2 233 2 234 declare declare_constant$integer entry(fixed bin(31)) /* note...should really be fixed bin(24) */ 2 235 returns(pointer); 2 236 /* parameter 1: (input) integer */ 2 237 /* return: (output) reference node pointer */ 2 238 2 239 declare declare_descriptor entry(pointer,pointer,pointer,pointer,bit(2) aligned) 2 240 returns(pointer); 2 241 /* parameter 1: (input) block node pointer */ 2 242 /* parameter 2: (input) statement node pointer */ 2 243 /* parameter 3: (input) symbol node pointer */ 2 244 /* parameter 4: (input) loc pointer */ 2 245 /* parameter 5: (input) array descriptor bit 2 246* cross_section bit */ 2 247 /* return: (output) reference node pointer */ 2 248 2 249 declare declare_descriptor$ctl entry(pointer,pointer,pointer,pointer,bit(2) aligned) 2 250 returns(pointer); 2 251 /* parameter 1: (input) block node pointer */ 2 252 /* parameter 2: (input) statement node pointer */ 2 253 /* parameter 3: (input) symbol node pointer */ 2 254 /* parameter 4: (input) loc pointer */ 2 255 /* parameter 5: (input) array descriptor bit 2 256* cross_section bit */ 2 257 /* return: (output) reference node pointer */ 2 258 2 259 declare declare_descriptor$param entry(pointer,pointer,pointer,pointer,bit(2) aligned) 2 260 returns(pointer); 2 261 /* parameter 1: (input) block node pointer */ 2 262 /* parameter 2: (input) statement node pointer */ 2 263 /* parameter 3: (input) symbol node pointer */ 2 264 /* parameter 4: (input) loc pointer */ 2 265 /* parameter 5: (input) array descriptor bit 2 266* cross_section bit */ 2 267 /* return: (output) reference node pointer */ 2 268 2 269 declare declare_integer entry(pointer) 2 270 returns(pointer); 2 271 /* parameter 1: (input) block node pointer */ 2 272 /* return: (output) reference node pointer */ 2 273 2 274 declare declare_picture entry(char(*)aligned,pointer,fixed bin(15)); 2 275 /* parameter 1: (input) picture string */ 2 276 /* parameter 2: (input) symbol node pointer */ 2 277 /* parameter 3: (output) error code, if any */ 2 278 2 279 declare declare_picture_temp entry(char(*) aligned,fixed bin(31),bit(1) aligned,bit(1) aligned) 2 280 returns(pointer); 2 281 /* parameter 1: (input) picture string */ 2 282 /* parameter 2: (input) scalefactor of picture */ 2 283 /* parameter 3: (input) ="1"b => complex picture */ 2 284 /* parameter 4: (input) ="1"b => unaligned temp */ 2 285 /* return: (output) reference node pointer */ 2 286 2 287 declare declare_pointer entry(pointer) 2 288 returns(pointer); 2 289 /* parameter 1: (input) block node pointer */ 2 290 /* return: (output) reference node pointer */ 2 291 2 292 declare declare_temporary entry(bit(36) aligned,fixed bin(31),fixed bin(15),pointer) 2 293 returns(pointer); 2 294 /* parameter 1: (input) type */ 2 295 /* parameter 2: (input) precision */ 2 296 /* parameter 3: (input) scale */ 2 297 /* parameter 4: (input) length */ 2 298 /* return: (output) reference node pointer */ 2 299 2 300 declare decode_node_id entry(pointer,bit(1) aligned) 2 301 returns(char(120) varying); 2 302 /* parameter 1: (input) node pointer */ 2 303 /* parameter 2: (input) ="1"b => capitals */ 2 304 /* return: (output) source line id */ 2 305 2 306 declare decode_source_id entry( 3 1 1 structure unaligned, 3 2 2 /* file_number */ bit(8), 3 3 2 /* line_number */ bit(14), 3 4 2 /* stmt_number */ bit(5), 2 307 2 308 bit(1) aligned) 2 309 returns(char(120) varying); 2 310 /* parameter 1: (input) source id */ 2 311 /* parameter 2: (input) ="1"b => capitals */ 2 312 /* return: (output) source line id */ 2 313 2 314 declare error entry(fixed bin(15),pointer,pointer); 2 315 /* parameter 1: (input) error number */ 2 316 /* parameter 2: (input) statement node pointer or null*/ 2 317 /* parameter 3: (input) token node pointer */ 2 318 2 319 declare error$omit_text entry(fixed bin(15),pointer,pointer); 2 320 /* parameter 1: (input) error number */ 2 321 /* parameter 2: (input) statement node pointer or null*/ 2 322 /* parameter 3: (input) token node pointer */ 2 323 2 324 declare error_ entry(fixed bin(15), 4 1 1 structure unaligned, 4 2 2 /* file_number */ bit(8), 4 3 2 /* line_number */ bit(14), 4 4 2 /* stmt_number */ bit(5), 2 325 2 326 pointer,fixed bin(8),fixed bin(23),fixed bin(11)); 2 327 /* parameter 1: (input) error number */ 2 328 /* parameter 2: (input) statement id */ 2 329 /* parameter 3: (input) any node pointer */ 2 330 /* parameter 4: (input) source segment */ 2 331 /* parameter 5: (input) source starting character */ 2 332 /* parameter 6: (input) source length */ 2 333 2 334 declare error_$no_text entry(fixed bin(15), 5 1 1 structure unaligned, 5 2 2 /* file_number */ bit(8), 5 3 2 /* line_number */ bit(14), 5 4 2 /* stmt_number */ bit(5), 2 335 2 336 pointer); 2 337 /* parameter 1: (input) error number */ 2 338 /* parameter 2: (input) statement id */ 2 339 /* parameter 3: (input) any node pointer */ 2 340 2 341 declare error_$initialize_error entry(); 2 342 2 343 declare error_$finish entry(); 2 344 2 345 declare free_node entry(pointer); 2 346 /* parameter 1: any node pointer */ 2 347 2 348 declare get_array_size entry(pointer,fixed bin(3)); 2 349 /* parameter 1: (input) symbol node pointer */ 2 350 /* parameter 2: (input) units */ 2 351 2 352 declare get_size entry(pointer); 2 353 /* parameter 1: (input) symbol node pointer */ 2 354 2 355 declare merge_attributes external entry(pointer,pointer) 2 356 returns(bit(1) aligned); 2 357 /* parameter 1: (input) target symbol node pointer */ 2 358 /* parameter 2: (input) source symbol node pointer */ 2 359 /* return: (output) "1"b if merge was unsuccessful */ 2 360 2 361 declare optimizer entry(pointer); 2 362 /* parameter 1: (input) root pointer */ 2 363 2 364 declare parse_error entry(fixed bin(15),pointer); 2 365 /* parameter 1: (input) error number */ 2 366 /* parameter 2: (input) any node pointer */ 2 367 2 368 declare parse_error$no_text entry(fixed bin(15),pointer); 2 369 /* parameter 1: (input) error number */ 2 370 /* parameter 2: (input) any node pointer */ 2 371 2 372 declare pl1_error_print$write_out 2 373 entry(fixed bin(15), 6 1 1 structure unaligned, 6 2 2 /* file_number */ bit(8), 6 3 2 /* line_number */ bit(14), 6 4 2 /* stmt_number */ bit(5), 2 374 2 375 pointer,fixed bin(11),fixed bin(31),fixed bin(31),fixed bin(15)); 2 376 /* parameter 1: (input) error number */ 2 377 /* parameter 2: (input) statement identification */ 2 378 /* parameter 3: (input) any node pointer */ 2 379 /* parameter 4: (input) source segment */ 2 380 /* parameter 5: (input) source character index */ 2 381 /* parameter 6: (input) source length */ 2 382 /* parameter 7: (input) source line */ 2 383 2 384 declare pl1_error_print$listing_segment 2 385 entry(fixed bin(15), 7 1 1 structure unaligned, 7 2 2 /* file_number */ bit(8), 7 3 2 /* line_number */ bit(14), 7 4 2 /* stmt_number */ bit(5), 2 386 2 387 pointer); 2 388 /* parameter 1: (input) error number */ 2 389 /* parameter 2: (input) statement identification */ 2 390 /* parameter 3: (input) token node pointer */ 2 391 2 392 declare pl1_print$varying entry(character(*) aligned varying); 2 393 /* parameter 1: (input) string */ 2 394 2 395 declare pl1_print$varying_nl entry(character(*) aligned varying); 2 396 /* parameter 1: (input) string */ 2 397 2 398 declare pl1_print$non_varying entry(character(*) aligned,fixed bin(31)); 2 399 /* parameter 1: (input) string */ 2 400 /* parameter 2: (input) string length or 0 */ 2 401 2 402 declare pl1_print$non_varying_nl entry(character(*) aligned,fixed bin(31)); 2 403 /* parameter 1: (input) string */ 2 404 /* parameter 2: (input) string length or 0 */ 2 405 2 406 declare pl1_print$string_pointer entry(pointer,fixed bin(31)); 2 407 /* parameter 1: (input) string pointer */ 2 408 /* parameter 2: (input) string size */ 2 409 2 410 declare pl1_print$string_pointer_nl entry(pointer,fixed bin(31)); 2 411 /* parameter 1: (input) string pointer */ 2 412 /* parameter 2: (input) string length or 0 */ 2 413 2 414 declare pl1_print$unaligned_nl entry(character(*) unaligned,fixed bin(31)); 2 415 /* parameter 1: (input) string */ 2 416 /* parameter 2: (input) length */ 2 417 2 418 declare pl1_print$for_lex entry (ptr, fixed bin (14), fixed bin (21), fixed bin (21), bit (1) aligned, bit (1) aligned); 2 419 /* parameter 1: (input) ptr to base of source segment */ 2 420 /* parameter 2: (input) line number */ 2 421 /* parameter 3: (input) starting offset in source seg */ 2 422 /* parameter 4: (input) number of chars to copy */ 2 423 /* parameter 5: (input) ON iff shd print line number */ 2 424 /* parameter 6: (input) ON iff line begins in comment */ 2 425 2 426 declare refer_extent entry(pointer,pointer); 2 427 /* parameter 1: (input/output) null,ref node,op node pointer */ 2 428 /* parameter 2: (input) null,ref node,op node pointer */ 2 429 2 430 declare reserve$clear entry() 2 431 returns(pointer); 2 432 /* return: (output) pointer */ 2 433 2 434 declare reserve$declare_lib entry(fixed bin(15)) 2 435 returns(pointer); 2 436 /* parameter 1: (input) builtin function number */ 2 437 /* return: (output) pointer */ 2 438 2 439 declare reserve$read_lib entry(fixed bin(15)) 2 440 returns(pointer); 2 441 /* parameter 1: (input) builtin function number */ 2 442 /* return: (output) pointer */ 2 443 2 444 declare semantic_translator entry(); 2 445 2 446 declare semantic_translator$abort entry(fixed bin(15),pointer); 2 447 /* parameter 1: (input) error number */ 2 448 /* parameter 2: (input) any node pointer */ 2 449 2 450 declare semantic_translator$error entry(fixed bin(15),pointer); 2 451 /* parameter 1: (input) error number */ 2 452 /* parameter 2: (input) any node pointer */ 2 453 2 454 declare share_expression entry(ptr) 2 455 returns(ptr); 2 456 /* parameter 1: (input) usually operator node pointer */ 2 457 /* return: (output) tree pointer or null */ 2 458 2 459 declare token_to_binary entry(ptr) reducible 2 460 returns(fixed bin(31)); 2 461 /* parameter 1: (input) token node pointer */ 2 462 /* return: (output) converted binary value */ 2 463 2 464 /* END INCLUDE FILE ... language_utility.incl.pl1 */ 1 175 1 176 /* END INCLUDE FILE parse.incl.pl1 */ 30 8 1 /* BEGIN INCLUDE FILE ... operator.incl.pl1 */ 8 2 8 3 /* Modified: 2 Apr 1980 by PCK to add max_number_of_operands */ 8 4 8 5 /* format: style3 */ 8 6 dcl 1 operator based aligned, 8 7 2 node_type bit (9) unaligned, 8 8 2 op_code bit (9) unaligned, 8 9 2 shared bit (1) unaligned, 8 10 2 processed bit (1) unaligned, 8 11 2 optimized bit (1) unaligned, 8 12 2 number fixed (14) unaligned, 8 13 2 operand dimension (n refer (operator.number)) ptr unaligned; 8 14 8 15 dcl max_number_of_operands 8 16 fixed bin (15) int static options (constant) initial (32767); 8 17 8 18 /* END INCLUDE FILE ... operator.incl.pl1 */ 31 9 1 /* BEGIN INCLUDE FILE ... op_codes.incl.pl1 */ 9 2 9 3 /* Modified: 25 Apr 1979 by PCK 4-bit decimal */ 9 4 /* Modified: 6 Jun 1979 by PG to add rank and byte */ 9 5 /* Modified: 26 Dec 1979 by PCK to add assign_by_name */ 9 6 /* Modified: 26 July 82 BIM wordno, segno */ 9 7 9 8 dcl ( add initial("000010001"b), /* opnd(1) <- opnd(2)+opnd(3) */ 9 9 sub initial("000010010"b), /* opnd(1) <- opnd(2)-opnd(3) */ 9 10 mult initial("000010011"b), /* opnd(1) <- opnd(2)*opnd(3) */ 9 11 div initial("000010100"b), /* opnd(1) <- opnd(2)/opnd(3) */ 9 12 negate initial("000010101"b), /* opnd(1) <- -opnd(2) */ 9 13 exp initial("000010110"b), /* opnd(1) <- opnd(2) ** opnd(3) */ 9 14 9 15 and_bits initial("000100001"b), /* opnd(1) <- opnd(2) & opnd(3) */ 9 16 or_bits initial("000100010"b), /* opnd(1) <- opnd(2)|opnd(3) */ 9 17 xor_bits initial("000100011"b), /* opnd(1) <- opnd(2) xor opnd(3) */ 9 18 not_bits initial("000100100"b), /* opnd(1) <- ^opnd(2) */ 9 19 cat_string initial("000100101"b), /* opnd(1) <- opnd(2)||opnd(3) */ 9 20 bool_fun initial("000100110"b), /* opnd(1) <- bool(opnd(2),opnd(3),opnd(4)) */ 9 21 9 22 assign initial("000110001"b), /* opnd(1) <- opnd(2) */ 9 23 assign_size_ck initial("000110010"b), /* opnd(1) <- opnd(2) */ 9 24 assign_zero initial("000110011"b), /* opnd(1) <- 0 */ 9 25 copy_words initial("000110100"b), /* move opnd(2) to opnd(1) by opnd(3) words */ 9 26 copy_string initial("000110101"b), /* move opnd(2) to opnd(1) by opnd(3) units */ 9 27 make_desc initial("000110110"b), /* opnd(1) <- descriptor(opnd(2),opnd(3)) */ 9 28 assign_round initial("000110111"b), /* opnd(1) <- opnd(2) rounded */ 9 29 pack initial("000111000"b), /* opnd(1) <- encode to picture opnd(2) */ 9 30 unpack initial("000111001"b), /* opnd(1) <- decode from picture opnd(2) */ 9 31 9 32 less_than initial("001000100"b), /* opnd(1) <- opnd(2) < opnd(3) */ 9 33 greater_than initial("001000101"b), /* opnd(1) <- opnd(2) > opnd(3) */ 9 34 equal initial("001000110"b), /* opnd(1) <- opnd(2) = opnd(3) */ 9 35 not_equal initial("001000111"b), /* opnd(1) <- opnd(2) ^= opnd(3) */ 9 36 less_or_equal initial("001001000"b), /* opnd(1) <- opnd(2) <= opnd(3) */ 9 37 greater_or_equal initial("001001001"b), /* opnd(1) <- opnd(2) >= opnd(3) */ 9 38 9 39 jump initial("001010001"b), /* go to opnd(1) unconditionally */ 9 40 jump_true initial("001010010"b), /* go to opnd(1) if opnd(2) is not 0 */ 9 41 jump_false initial("001010011"b), /* go to opnd(1) if opnd(2) is all 0 */ 9 42 jump_if_lt initial("001010100"b), /* go to opnd(1) if opnd(2) < opnd(3) */ 9 43 jump_if_gt initial("001010101"b), /* go to opnd(1) if opnd(2) > opnd(3) */ 9 44 jump_if_eq initial("001010110"b), /* go to opnd(1) if opnd(2) = opnd(3) */ 9 45 jump_if_ne initial("001010111"b), /* go to opnd(1) if opnd(2) ^= opnd(3) */ 9 46 jump_if_le initial("001011000"b), /* go to opnd(1) if opnd(2) <= opnd(3) */ 9 47 jump_if_ge initial("001011001"b), /* go to opnd(1) if opnd(2) >= opnd(3) */ 9 48 9 49 std_arg_list initial("001100001"b), /* opnd(1) <- arglist(opnd(2) desclist(opnd(3))) */ 9 50 return_words initial("001100010"b), /* return aggregate opnd(1), opnd(2) is length in words */ 9 51 std_call initial("001100011"b), /* opnd(1) <- call opnd(2) with opnd(3) */ 9 52 return_bits initial("001100100"b), /* return aggregate opnd(1), opnd(2) is length in bits */ 9 53 std_entry initial("001100101"b), /* entry(opnd(1)... opnd(n)) */ 9 54 return_string initial("001100110"b), /* return string opnd(1) */ 9 55 ex_prologue initial("001100111"b), /* execute the prologue -no operands- */ 9 56 allot_auto initial("001101000"b), /* opnd(1) <- addrel(stack,opnd(2)) */ 9 57 param_ptr initial("001101001"b), /* opnd(1) <- ptr to opnd(2) in block opnd(3) */ 9 58 param_desc_ptr initial("001101010"b), /* opnd(1) <- ptr to opnd(2) in block opnd(3) */ 9 59 std_return initial("001101011"b), /* return -no arguments- */ 9 60 allot_ctl initial("001101100"b), /* allocate opnd(1) , length in words is opnd(2) */ 9 61 free_ctl initial("001101101"b), /* free opnd(1) */ 9 62 stop initial("001101110"b), /* stop - terminate run unit */ 9 63 9 64 mod_bit initial("001110000"b), /* opnd(1) <- mod(opnd(3),36), 9 65* opnd(2) <- opnd(3) / 36 */ 9 66 mod_byte initial("001110001"b), /* opnd(1) <- mod(opnd(3),4), 9 67* opnd(2) <- opnd(3) / 4 */ 9 68 mod_half initial("001110010"b), /* opnd(1) <- mod(opnd(3),2), 9 69* opnd(2) <- opnd(3) / 2 */ 9 70 mod_word initial("001110011"b), /* TO BE DEFINED BY BLW */ 9 71 9 72 bit_to_char initial("010000000"b), /* opnd(1) <- (opnd(2)+8)/9 */ 9 73 bit_to_word initial("010000001"b), /* opnd(1) <- (opnd(2)+35)/36 */ 9 74 char_to_word initial("010000010"b), /* opnd(1) <- (opnd(2)+3)/4 */ 9 75 half_to_word initial("010000011"b), /* opnd(1) <- (opnd(2)+1)/2 */ 9 76 word_to_mod2 initial("010000100"b), /* opnd(1) <- (opnd(2)+1)/2*2 */ 9 77 word_to_mod4 initial("010000101"b), /* opnd(1) <- (opnd(2)+3)/4*4 */ 9 78 word_to_mod8 initial("010000110"b), /* opnd(1) <- (opnd(2)+7)/8*8 */ 9 79 rel_fun initial("010000111"b), /* opnd(1) <- rel(opnd(2)) */ 9 80 baseno_fun initial("010001000"b), /* opnd(1) <- baseno(opnd(2)) */ 9 81 desc_size initial("010001001"b), /* opnd(1) <- substr(opnd(2),13,24) */ 9 82 bit_pointer initial("010001010"b), /* opnd(1) <- bit offset of opnd(2) */ 9 83 index_before_fun initial("010001011"b), /* opnd(1) <- length of before(opnd(2),opnd(3)) */ 9 84 index_after_fun initial("010001100"b), /* opnd(1) <- offset of after(opnd(2),opnd(3)) in opnd(2) */ 9 85 verify_ltrim_fun initial("010001101"b), /* opnd(1) <- offset of ltrim(opnd(2),opnd(3)) in opnd(2) */ 9 86 verify_rtrim_fun initial("010001110"b), /* opnd(1) <- length(opnd(2))-length(rtrim(opnd(2),opnd(3))) */ 9 87 digit_to_bit initial("010001111"b), /* opnd(1) <- 9*opnd(2)/2 */ 9 88 9 89 ceil_fun initial("010010000"b), /* opnd(1) <- ceil(opnd(2)) */ 9 90 floor_fun initial("010010001"b), /* opnd(1) <- floor(opnd(2)) */ 9 91 round_fun initial("010010010"b), /* opnd(1) <- round(opnd(2)) */ 9 92 sign_fun initial("010010011"b), /* opnd(1) <- sign(opnd(2)) */ 9 93 abs_fun initial("010010100"b), /* opnd(1) <- abs(opnd(2)) */ 9 94 trunc_fun initial("010010101"b), /* opnd(1) <- trunc(opnd(2)) */ 9 95 byte_fun initial("010010110"b), /* opnd(1) <- byte(opnd(2)) */ 9 96 rank_fun initial("010010111"b), /* opnd(1) <- rank(opnd(2)) */ 9 97 index_rev_fun initial("010011000"b), /* opnd(1) <- index(reverse(opnd(2)),reverse(opnd(3))) */ 9 98 search_rev_fun initial("010011001"b), /* opnd(1) <- search(reverse(opnd(2)),opnd(3)) */ 9 99 verify_rev_fun initial("010011010"b), /* opnd(1) <- verify(reverse(opnd(2)),opnd(3)) */ 9 100 wordno_fun initial("010011011"b), /* opnd(1) <- wordno (opnd(2)) */ 9 101 segno_fun initial("010011100"b), /* opnd(1) <- segno (opnd(2)) */ 9 102 bitno_fun initial("010011101"b), /* opnd(1) <- bitno (opnd(2)) */ 9 103 charno_fun initial("010011110"b), /* opnd(1) <- charno (opnd(2)) */ 9 104 9 105 index_fun initial("010100000"b), /* opnd(1) <- index(opnd(2),opnd(3)) */ 9 106 off_fun initial("010100001"b), /* opnd(1) <- offset(opnd(2),opnd(3)) */ 9 107 complex_fun initial("010100010"b), /* opnd(1) <- complex(opnd(2),opnd(3)) */ 9 108 conjg_fun initial("010100011"b), /* opnd(1) <- conjg(opnd(2),opnd(3)) */ 9 109 mod_fun initial("010100100"b), /* opnd(1) <- mod(opnd(2),opnd(3)) */ 9 110 repeat_fun initial("010100101"b), /* opnd(1) <- repeat(opnd(2),opnd(3)) */ 9 111 verify_fun initial("010100110"b), /* opnd(1) <- verify(opnd(2),opnd(3)) */ 9 112 translate_fun initial("010100111"b), /* opnd(1) <- translate(opnd(2),opnd(3))*/ 9 113 real_fun initial("010101001"b), /* opnd(1) <- real(opnd(2)) */ 9 114 imag_fun initial("010101010"b), /* opnd(1) <- imag(opnd(2)) */ 9 115 length_fun initial("010101011"b), /* opnd(1) <- length(opnd(2)) */ 9 116 pl1_mod_fun initial("010101100"b), /* opnd(1) <- mod(opnd(2)) */ 9 117 search_fun initial("010101101"b), /* opnd(1) <- search(opnd(2),opnd(3)) */ 9 118 allocation_fun initial("010101110"b), /* opnd(1) <- allocation(opnd(2)) */ 9 119 reverse_fun initial("010101111"b), /* opnd(1) <- reverse(opnd(2)) */ 9 120 9 121 addr_fun initial("010110000"b), /* opnd(1) <- addr(opnd(2)) */ 9 122 addr_fun_bits initial("010110001"b), /* opnd(1) <- addr(opnd(2)) */ 9 123 ptr_fun initial("010110010"b), /* opnd(1) <- ptr(opnd(2),opnd(3)) */ 9 124 baseptr_fun initial("010110011"b), /* opnd(1) <- baseptr(opnd(2)) */ 9 125 addrel_fun initial("010110100"b), /* opnd(1) <- addrel(opnd(2),opnd(3)) */ 9 126 codeptr_fun initial("010110101"b), /* opnd(1) <- codeptr(opnd(2)) */ 9 127 environmentptr_fun initial("010110110"b), /* opnd(1) <- environmentptr(opnd(2)) */ 9 128 stackbaseptr_fun initial("010110111"b), /* opnd(1) is ptr to base of current stack */ 9 129 stackframeptr_fun initial("010111000"b), /* opnd(1) is ptr to current block's stack frame */ 9 130 setcharno_fun initial("010111001"b), /* opnd(1) <- opnd(2) with charno opnd(3) */ 9 131 addcharno_fun initial("010111010"b), /* opnd(1) <- opnd(2) with charno = charno + opnd(3) */ 9 132 setbitno_fun initial("010111011"b), /* setcharno for bitsno */ 9 133 addbitno_fun initial("010111100"b), /* addcharno for bitno */ 9 134 9 135 min_fun initial("011000000"b), /* opnd(1) <- min(opnd(1),opnd(2),...) */ 9 136 max_fun initial("011000001"b), /* opnd(1) <- max(opnd(1),opnd(2),...) */ 9 137 9 138 stack_ptr initial("011010001"b), /* opnd(1) <- stack frame ptr */ 9 139 empty_area initial("011010010"b), /* empty opnd(1), length in words is opnd(2) */ 9 140 enable_on initial("011010100"b), /* opnd(1) is the cond name 9 141* opnd(2) is the file name 9 142* opnd(3) is the block */ 9 143 revert_on initial("011010101"b), /* opnd(1) is the cond name, 9 144* opnd(2) is the file name */ 9 145 signal_on initial("011010110"b), /* opnd(1) is the cond name 9 146* opnd(2) is the file name */ 9 147 9 148 lock_fun initial("011010111"b), /* opnd(1) <- stac(opnd(2),opnd(3)) */ 9 149 stacq_fun initial("011011000"b), /* opnd(1) is result, opnd(2) is ptr to lock word, 9 150* opnd(3) is old value, (4) is new value. */ 9 151 clock_fun initial("011011001"b), /* opnd(1) is the clock time */ 9 152 vclock_fun initial("011011010"b), /* opnd(1) is the virtual clock time */ 9 153 9 154 bound_ck initial(  0/~E\~~>E}E@;#nϣ`^4A.y  0/~El\~F~jEd~"E\ @;#ϣ`^4A.y  0/~E@\~r~E8~NE0;#Ӗϣ`^4A.y  0/~E\~~E ~zE ;#Şϣ`^4A.y  0/~DS\~~D~D؊x;#ϣ`^4A.y  0/~D \~~D~D;#ϣ`^4A.y  0/~D j\~"~FD~DY;#ϣ`^4A.y  0/~Dd \~N~rD\~*DT@;#ϣ`^4A.y  0/~D8%\~z~D0~VD(6;#ϣ`^4A.y  0/~D \~~D~D;#qϣ`^4A.y  0/~D3\~~D~DЊ;#dvϣ`^4A.y  0/~D\~"D~D;#Vϣ`^4A.y  0/~D \*NDDx@;#Iϣ`^4A.y  0/~D\M\VzDT2DLU@;#;ϣ`^4A.y  0/~D0\D(^D ;#.ϣ`^4A.y  0/~D\CC4@;# ϣ`^4A.y  0/~C\CCȊ;#ϣ`^4A.y  0/~C2\*CC@;#Nϣ`^4A.y  0/~C }\2VCxCpw;#>ϣ`^4A.y  0/~CT!\^CL:CD@;#ϣ`^4A.y  0/~C(#5\C fCP@;#ϣ`^4A.y  0/~C%\CC;#Vϣ`^4A.y  0/~C&\CC#;#Fϣ`^4A.y  0/~C(\2CC@;#nϣ`^4A.y  0/~Cx*y\:^CpCh;#ϣ`^4A.y  0/~CL+\fCDBC<;#ϣ`^4A.y  0/~C .g\CnC;#ϣ`^4A.y  0/~B/\B쀚Bh;#y6ϣ`^4A.y  0/~B1@\BB;#lϣ`^4A.y  0/~B3\:BB;;#_>ϣ`^4A.y  0/~Bp4\BfBhB`;#Rϣ`^4A.y  0/~BD6&\nB\JnB`&BX";#ϣ`^4A.y  0/~B<@\vB4RB,@;"ϣ`^4A.y  0/~BBm\B~B(;"6ϣ`^4A.y  0/~AD@\A܁AԊ;"ϣ`^4A.y  0/~AF\AA ;"ϣ`^4A.y  0/~AHL\&JAA| v;"ϣ`^4A.y  0/~A`I\RvAX.AP ;"ϣ`^4A.y  0/~A4K\~A,ZA$ N;"~ϣ`^4A.y  0/~AMw\AA ;"&ϣ`^4A.y  0/~AO\AԁÅ ,@;"ϣ`^4A.y  0/~APe\&initial("001010011"b), 11 25 semi_colon initial("001010100"b), 11 26 comma initial("001010101"b), 11 27 period initial("001010110"b), 11 28 arrow initial("001010111"b), 11 29 left_parn initial("001011000"b), 11 30 right_parn initial("001011001"b), 11 31 percent initial("001011100"b), 11 32 bit_string initial("000100001"b), 11 33 char_string initial("000100010"b), 11 34 bin_integer initial("000110001"b), 11 35 dec_integer initial("000110011"b), 11 36 fixed_bin initial("000110000"b), 11 37 fixed_dec initial("000110010"b), 11 38 float_bin initial("000110100"b), 11 39 float_dec initial("000110110"b), 11 40 i_bin_integer initial("000111001"b), 11 41 i_dec_integer initial("000111011"b), 11 42 i_fixed_bin initial("000111000"b), 11 43 i_fixed_dec initial("000111010"b), 11 44 i_float_bin initial("000111100"b), 11 45 i_float_dec initial("000111110"b)) bit (9) aligned internal static options (constant); 11 46 11 47 dcl ( is_identifier initial ("100000000"b), /* token type masks */ 11 48 is_isub initial ("010000000"b), 11 49 is_delimiter initial ("001000000"b), 11 50 is_constant initial ("000100000"b), 11 51 is_arith_constant initial ("000010000"b), /* N.B. not really a mask...s/b "000110000"b */ 11 52 is_arithmetic_constant initial ("000110000"b), 11 53 is_imaginary_constant initial ("000111000"b), 11 54 is_float_constant initial ("000110100"b), 11 55 is_decimal_constant initial ("000110010"b), 11 56 is_integral_constant initial ("000110001"b) 11 57 ) bit(9) internal static aligned options(constant); 11 58 11 59 /* END INCLUDE FILE ... token_types.incl.pl1 */ 34 35 36 /* */ 37 38 recurse="0"b; 39 goto common; 40 41 dlp: entry(k_index,cur_block,arg) returns( bit(1) aligned ); 42 recurse="1"b; 43 44 common: 45 k=k_index; 46 47 arg_list_index=0; 48 49 if t_table.type^=left_parn then goto err255; 50 51 element_loop: 52 k=k+1; 53 54 eptr = expression_parse(k,cur_block); /* may be either expression or (... do...) */ 55 if eptr = null /* not an expression: is (... do ...) or is error256 */ 56 then if t_table.type=left_parn 57 then if ^dlp(k,cur_block,eptr) 58 /* must be a good INSIDE data-list: with a DO */ 59 then goto ret0; 60 else if eptr->operator.op_code=join 61 then eptr=eptr->operator.operand(1); 62 else; 63 else goto err256; /* must be expression but isnt */ 64 else; 65 66 arg_list_index=arg_list_index+1; 67 arg_list(arg_list_index)=eptr; 68 69 if t_table.type=comma 70 then if arg_list_indexoperator.operand(i)=arg_list(i); 83 end; 84 85 /* having put the list-elements together 86* check for DO or ")" */ 87 88 if t_table.type=right_parn 89 then if recurse then goto err275; 90 else goto ret1; 91 92 93 if string="do" 94 then do; 95 do_ptr=create_operator(do_fun,3); 96 do_ptr->operator.operand(1)=q; 97 98 k=k+1; 99 r = reference_parse(k,cur_block); 100 if r = null then go to err406; 101 do_ptr->operator.operand(2)=r; 102 103 if t_table.type^=assignment then goto err407; 104 105 specification_loop: 106 k=k+1; 107 do_ssptr=do_sptr; 108 109 do_sptr=create_operator(do_spec,6); 110 111 if do_ssptr=null 112 then do_ptr->operator.operand(3)=do_sptr; 113 else do_ssptr->operator.operand(6)=do_sptr; 114 115 p = expression_parse(k,cur_block); 116 if p = null then go to err408; 117 do_sptr->operator.operand(1)=p; 118 119 to_by_loop: 120 if string="to" 121 then do; 122 k=k+1; 123 p = expression_parse(k,cur_block); 124 if p = null then go to err418; 125 126 if do_sptr->operand(2)^=null then goto err409; 127 do_sptr->operand(2)=p; 128 end; 129 130 if string="by" 131 then do; 132 k=k+1; 133 p = expression_parse(k,cur_block); 134 if p = null then go to err424; 135 136 if do_sptr->operand(3)^=null then goto err419; 137 do_sptr->operand(3)=p; 138 139 goto to_by_loop; 140 end; 141 142 if string="repeat" 143 then do; 144 k=k+1; 145 if do_sptr->operand(2)^=null 146 | do_sptr->operand(3)^=null 147 then goto err443; 148 p=expression_parse(k,cur_block); 149 if p=null then goto err429; 150 do_sptr->operand(4)=p; 151 end; 152 153 154 if string="while" 155 then do; 156 k=k+1; 157 if t_table.type^=left_parn then goto err404; 158 159 k=k+1; 160 p = expression_parse(k,cur_block); 161 if p = null then go to err426; 162 do_sptr->operator.operand(5)=p; 163 164 if t_table.type^=right_parn then goto err405; 165 k=k+1; 166 end; 167 168 if t_table.type=right_parn 169 then do; 170 q=do_ptr; 171 goto ret1; 172 end; 173 174 if t_table.type=comma then goto specification_loop; 175 goto err258; /* unrecognizable element in DO group */ 176 177 end; 178 179 goto err275; 180 181 ret1: 182 arg=q; 183 k_index=k+1; 184 return("1"b); 185 186 err255: 187 error_number=255; 188 goto err_list; 189 190 err256: 191 error_number=256; 192 goto err_list; 193 194 err258: 195 error_number=258; 196 goto err_list; 197 198 err275: 199 error_number=275; 200 goto err_list; 201 202 err404: 203 error_number=404; 204 goto err; 205 206 err405: 207 error_number=405; 208 goto err; 209 210 err406: 211 error_number=406; 212 goto err; 213 214 err407: 215 error_number=407; 216 goto err; 217 218 err408: 219 error_number=408; 220 goto err; 221 222 err409: 223 error_number=409; 224 goto err; 225 226 err418: 227 error_number=418; 228 goto err; 229 230 err419: 231 error_number=419; 232 goto err; 233 234 err424: 235 error_number=424; 236 goto err; 237 238 err426: 239 error_number=426; 240 goto err; 241 242 err429: 243 error_number=429; 244 goto err; 245 246 err443: 247 error_number=443; 248 goto err; 249 250 err493: 251 error_number=493; 252 goto err; 253 254 err_list: 255 errp=token_list(k); 256 goto err; 257 258 err: 259 call parse_error(error_number,errp); 260 261 ret0: 262 arg=null; 263 return("0"b); 264 265 end data_list_parse; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 04/24/92 1102.3 data_list_parse.pl1 >spec>install>MR12.5-1011>data_list_parse.pl1 30 1 04/24/92 1056.9 parse.incl.pl1 >spec>install>MR12.5-1011>parse.incl.pl1 1-175 2 08/01/89 1339.9 language_utility.incl.pl1 >ldd>incl>language_utility.incl.pl1 2-307 3 05/06/74 1846.9 source_id_descriptor.incl.pl1 >ldd>incl>source_id_descriptor.incl.pl1 2-325 4 05/06/74 1846.9 source_id_descriptor.incl.pl1 >ldd>incl>source_id_descriptor.incl.pl1 2-335 5 05/06/74 1846.9 source_id_descriptor.incl.pl1 >ldd>incl>source_id_descriptor.incl.pl1 2-374 6 05/06/74 1846.9 source_id_descriptor.incl.pl1 >ldd>incl>source_id_descriptor.incl.pl1 2-386 7 05/06/74 1846.9 source_id_descriptor.incl.pl1 >ldd>incl>source_id_descriptor.incl.pl1 31 8 07/21/80 1646.3 operator.incl.pl1 >ldd>incl>operator.incl.pl1 32 9 04/07/83 1735.0 op_codes.incl.pl1 >ldd>incl>op_codes.incl.pl1 33 10 09/14/77 1805.7 token_list.incl.pl1 >ldd>incl>token_list.incl.pl1 34 11 11/30/78 1327.4 token_types.incl.pl1 >ldd>incl>token_types.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. arg parameter pointer dcl 18 set ref 16 41 181* 261* arg_list 000122 automatic pointer array dcl 24 set ref 67* 69 82 arg_list_index 000522 automatic fixed bin(15,0) dcl 24 set ref 47* 66* 66 67 69 79* 81 assignment constant bit(9) initial dcl 11-3 ref 103 comma constant bit(9) initial dcl 11-3 ref 69 174 create_operator 000014 constant entry external dcl 2-152 ref 79 95 109 cur_block parameter pointer dcl 18 set ref 16 41 54* 55* 99* 115* 123* 133* 148* 160* do_fun 000001 constant bit(9) initial dcl 9-8 set ref 95* do_ptr 000102 automatic pointer dcl 24 set ref 95* 96 101 111 170 do_spec 000000 constant bit(9) initial dcl 9-8 set ref 109* do_sptr 000116 automatic pointer initial dcl 24 set ref 24* 107 109* 111 113 117 126 127 136 137 145 145 150 162 do_ssptr 000104 automatic pointer dcl 24 set ref 107* 111 113 eptr 000106 automatic pointer dcl 24 set ref 54* 55 55* 60 60* 60 67 error_number 000523 automatic fixed bin(15,0) dcl 24 set ref 186* 190* 194* 198* 202* 206* 210* 214* 218* 222* 226* 230* 234* 238* 242* 246* 250* 258* errp 000120 automatic pointer initial dcl 24 set ref 24* 254* 258* expression_parse 000010 constant entry external dcl 1-73 ref 54 115 123 133 148 160 hbound builtin function dcl 21 ref 69 i 000524 automatic fixed bin(15,0) dcl 24 set ref 81* 82 82* join 000002 constant bit(9) initial dcl 9-8 set ref 60 79* k 000525 automatic fixed bin(15,0) dcl 24 set ref 44* 49 51* 51 54* 55 55* 69 88 93 98* 98 99* 103 105* 105 115* 119 122* 122 123* 130 132* 132 133* 142 144* 144 148* 154 156* 156 157 159* 159 160* 164 165* 165 168 174 183 254 k_index parameter fixed bin(15,0) dcl 18 set ref 16 41 44 183* left_parn constant bit(9) initial dcl 11-3 ref 49 55 157 null builtin function dcl 21 ref 24 24 55 100 111 116 124 126 134 136 145 145 149 161 261 op_code 0(09) based bit(9) level 2 packed packed unaligned dcl 8-6 ref 60 operand 1 based pointer array level 2 packed packed unaligned dcl 8-6 set ref 60 82* 96* 101* 111* 113* 117* 126 127* 136 137* 145 145 150* 162* operator based structure level 1 dcl 8-6 p 000110 automatic pointer dcl 24 set ref 115* 116 117 123* 124 127 133* 134 137 148* 149 150 160* 161 162 parse_error 000016 constant entry external dcl 2-364 ref 258 pl1_stat_$token_list_ptr 000020 external static pointer dcl 10-1 ref 10-3 q 000112 automatic pointer dcl 24 set ref 79* 82 96 170* 181 r 000114 automatic pointer dcl 24 set ref 99* 100 101 recurse 000100 automatic bit(1) dcl 22 set ref 38* 42* 88 reference_parse 000012 constant entry external dcl 1-150 ref 99 right_parn constant bit(9) initial dcl 11-3 ref 88 164 168 size 3 based fixed bin(9,0) level 2 dcl 10-11 ref 93 119 130 142 154 string 4 based char level 2 dcl 10-11 ref 93 119 130 142 154 t_table based structure level 1 dcl 10-11 token_list based pointer array dcl 10-2 ref 49 55 69 88 93 103 119 130 142 154 157 164 168 174 254 token_list_pointer 000526 automatic pointer initial dcl 10-3 set ref 49 55 69 88 93 103 119 130 142 154 157 164 168 174 254 10-3* type 0(09) based bit(9) level 2 packed packed unaligned dcl 10-11 ref 49 55 69 88 103 157 164 168 174 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. a_format internal static bit(9) initial dcl 9-8 abs_fun internal static bit(9) initial dcl 9-8 acos_fun internal static bit(9) initial dcl 9-8 acosd_fun internal static bit(9) initial dcl 9-8 add internal static bit(9) initial dcl 9-8 addbitno_fun internal static bit(9) initial dcl 9-8 addcharno_fun internal static bit(9) G{G ;"2ϣ`^4A.y  0/~GZ\|.|RG|| Gt @;"$nϣ`^4A.y  0/~GX\y\|Z|~GP|6GH x;"ϣ`^4A.y  0/~G,]\||G$|bG ;" ~ϣ`^4A.y  0/~G_7\||F|F P;"&ϣ`^4A.y  0/~Fa\||F|FĊ @;"ϣ`^4A.y  0/~Fc%\| |.F|F 2;"ϣ`^4A.y  0/~F|d\|6|ZFt|Fl ;"ϣ`^4A.y  0/~FPf\|b|FH|>F@ ;"&ϣ`^4A.y  0/~F$h"\||F|jF o;"^ϣ`^4A.y  0/~F|rF ;"ϣ`^4A.y  0/~Fk\|}F|FĊ C;"Vϣ`^4A.y  0/~Fm\} }.F|F ;"ϣ`^4A.y  0/~F|nT\}6}ZFt}Fl@;"ϣ`^4A.y  0/~FPp\}b}FH}>F@~@;"vϣ`^4A.y  0/~F$q\}}F}jF;"iϣ`^4A.y  0/~Esc\}}E}ET;"\&ϣ`^4A.y  0/~Eu\}} E}E;"Nϣ`^4A.y  0/~Ev\}}6E}E$@;"B.ϣ`^4A.y  0/~Etx!\}>}bEl}Ed@;"4ϣ`^4A.y  0/~EHzm\}j}E@}FE8;"'Fϣ`^4A.y  0/~E{\}}E}rE d;"ϣ`^4A.y  0/~E}$\}}E}E;" ϣ`^4A.y  0/~ET\}~E}E7;#^ϣ`^4A.y internal static bit(9) initial dcl 9-8 cat internal static bit(9) initial dcl 11-3 cat_string internal static bit(9) initial dcl 9-8 ceil_fun internal static bit(9) initial dcl 9-8 char_string internal static bit(9) initial dcl 11-3 char_to_word internal static bit(9) initial dcl 9-8 charno_fun internal static bit(9) initial dcl 9-8 clock_fun internal static bit(9) initial dcl 9-8 close_file internal static bit(9) initial dcl 9-8 codeptr_fun internal static bit(9) initial dcl 9-8 colon internal static bit(9) initial dcl 11-3 column_format internal static bit(9) initial dcl 9-8 compare_expression 000000 constant entry external dcl 2-48 complex_fun internal static bit(9) initial dcl 9-8 conjg_fun internal static bit(9) initial dcl 9-8 constant_length 000000 constant entry external dcl 2-54 context 000000 constant entry external dcl 1-17 convert 000000 constant entry external dcl 2-60 convert$from_builtin 000000 constant entry external dcl 2-72 convert$to_integer 000000 constant entry external dcl 2-66 convert$to_target 000000 constant entry external dcl 2-88 convert$to_target_fb 000000 constant entry external dcl 2-82 convert$validate 000000 constant entry external dcl 2-78 copy_expression 000000 constant entry external dcl 2-94 copy_expression$copy_sons 000000 constant entry external dcl 2-99 copy_string internal static bit(9) initial dcl 9-8 copy_unique_expression 000000 constant entry external dcl 2-103 copy_words internal static bit(9) initial dcl 9-8 cos_fun internal static bit(9) initial dcl 9-8 cosd_fun internal static bit(9) initial dcl 9-8 create_array 000000 constant entry external dcl 2-108 create_block 000000 constant entry external dcl 2-112 create_bound 000000 constant entry external dcl 2-118 create_context 000000 constant entry external dcl 2-122 create_cross_reference 000000 constant entry external dcl 2-128 create_default 000000 constant entry external dcl 2-132 create_identifier 000000 constant entry external dcl 2-136 create_label 000000 constant entry external dcl 2-140 create_list 000000 constant entry external dcl 2-147 create_reference 000000 constant entry external dcl 2-158 create_statement 000000 constant entry external dcl 2-163 create_statement$prologue 000000 constant entry external dcl 2-171 create_storage 000000 constant entry external dcl 2-179 create_symbol 000000 constant entry external dcl 2-184 create_token 000000 constant entry external dcl 2-191 create_token$init_hash_table 000000 constant entry external dcl 2-197 create_token$protected 000000 constant entry external dcl 2-199 data_list_parse 000000 constant entry external dcl 1-22 dec_integer internal static bit(9) initial dcl 11-3 decbin 000000 constant entry external dcl 2-206 declare_constant 000000 constant entry external dcl 2-211 declare_constant$bit 000000 constant entry external dcl 2-219 declare_constant$char 000000 constant entry external dcl 2-224 declare_constant$desc 000000 constant entry external dcl 2-229 declare_constant$integer 000000 constant entry external dcl 2-234 declare_descriptor 000000 constant entry external dcl 2-239 declare_descriptor$ctl 000000 constant entry external dcl 2-249 declare_descriptor$param 000000 constant entry external dcl 2-259 declare_integer 000000 constant entry external dcl 2-269 declare_label 000000 constant entry external dcl 1-29 declare_parse 000000 constant entry external dcl 1-35 declare_parse$abort 000000 constant entry external dcl 1-40 declare_picture 000000 constant entry external dcl 2-274 declare_picture_temp 000000 constant entry external dcl 2-279 declare_pointer 000000 constant entry external dcl 2-287 declare_temporary 000000 constant entry external dcl 2-292 decode_node_id 000000 constant entry external dcl 2-300 decode_source_id 000000 constant entry external dcl 2-306 default_parse 000000 constant entry external dcl 1-44 delete_file internal static bit(9) initial dcl 9-8 desc_size internal static bit(9) initial dcl 9-8 descriptor_parse 000000 constant entry external dcl 1-49 digit_to_bit internal static bit(9) initial dcl 9-8 div internal static bit(9) initial dcl 9-8 do_parse 000000 constant entry external dcl 1-56 e_format internal static bit(9) initial dcl 9-8 empty_area internal static bit(9) initial dcl 9-8 enable_on internal static bit(9) initial dcl 9-8 environmentptr_fun internal static bit(9) initial dcl 9-8 eq internal static bit(9) initial dcl 11-3 equal internal static bit(9) initial dcl 9-8 error 000000 constant entry external dcl 2-314 error$omit_text 000000 constant entry external dcl 2-319 error_ 000000 constant entry external dcl 2-324 error_$finish 000000 constant entry external dcl 2-343 error_$initialize_error 000000 constant entry external dcl 2-341 error_$no_text 000000 constant entry external dcl 2-334 evaluate 000000 constant entry external dcl 1-67 ex_prologue internal static bit(9) initial dcl 9-8 exp internal static bit(9) initial dcl 9-8 exp_fun internal static bit(9) initial dcl 9-8 expon internal static bit(9) initial dcl 11-3 f_format internal static bit(9) initial dcl 9-8 fixed_bin internal static bit(9) initial dcl 11-3 fixed_dec internal static bit(9) initial dcl 11-3 float_bin internal static bit(9) initial dcl 11-3 float_dec internal static bit(9) initial dcl 11-3 floor_fun internal static bit(9) initial dcl 9-8 format_list_parse 000000 constant entry external dcl 1-79 fortran_read internal static bit(9) initial dcl 9-8 fortran_write internal static bit(9) initial dcl 9-8 free_based internal static bit(9) initial dcl 9-8 free_ctl internal static bit(9) initial dcl 9-8 free_node 000000 constant entry external dcl 2-345 free_var internal static bit(9) initial dcl 9-8 ftn_file_manip internal static bit(9) initial dcl 9-8 ftn_trans_loop internal static bit(9) initial dcl 9-8 ge internal static bit(9) initial dcl 11-3 get_array_size 000000 constant entry external dcl 2-348 get_data_trans internal static bit(9) initial dcl 9-8 get_edit_trans internal static bit(9) initial dcl 9-8 get_file internal static bit(9) initial dcl 9-8 get_list_trans internal static bit(9) initial dcl 9-8 get_size 000000 constant entry external dcl 2-352 get_string internal static bit(9) initial dcl 9-8 greater_or_equal internal static bit(9) initial dcl 9-8 greater_than internal static bit(9) initial dcl 9-8 gt internal static bit(9) initial dcl 11-3 half_to_word internal static bit(9) initial dcl 9-8 i_bin_integer internal static bit(9) initial dcl 11-3 i_dec_integer internal static bit(9) initial dcl 11-3 i_fixed_bin internal static bit(9) initial dcl 11-3 i_fixed_dec internal static bit(9) initial dcl 11-3 i_float_bin internal static bit(9) initial dcl 11-3 i_float_dec internal static bit(9) initial dcl 11-3 identifier internal static bit(9) initial dcl 11-3 if_parse @df2~2r;r(0"J@z=LSwXd\-f&H & $0>JRdf&dgD7zzar archfile_index dgD}7Gw$^a@dfB*dg0EngAdmin dfB4*dgDGHowe df=Multics dfSysDaemon df^*@dgz*dfJr&Qc&acomm Q Z&a~2rdf*@"*@4Luk dfL&Mabey df*dg&/D8RR&aJ-archfile_dir_listing /D}2GQ $p&a)df&*@/*@/xp*/&*@& }Qca.review_papers }Q2wa~2rdf*@ }*@}}J&cQc&amanuals cQ2 #&a~2rdf*@c*@c&*@cB&_Qc  &aintro _Q2 q *&a~2rdf:*@_: &*@_*2*@_&%QcJJ&aB(mtgs %Ry0 ah&a~2rdfp*@%hx*@%p&*@%&Lee df*@c"LMiko df*@bB&}}Qc>&a>7required_reading }}QŸz &a~2rdf*@}}*@}}&*@}}*@ }ZL0*@*@df*@c2*@_x*@%*@Wong dfCDC df$rr }}4McRory df*@&}D9jjabinstall_plus_packet }D}FGw$Zadf*}Z*}*@}b&}D:atemplate1.compin }D}NG2 c$b&adf*}b*}*@}&}D<a6template2.compin }D}QGL$ja c bit(9) initial dcl 9-8 lt internal static bit(9) initial dcl 11-3 make_desc internal static bit(9) initial dcl 9-8 max_fun internal static bit(9) initial dcl 9-8 max_number_of_operands internal static fixed bin(15,0) initial dcl 8-15 merge_attributes 000000 constant entry external dcl 2-355 min_fun internal static bit(9) initial dcl 9-8 minus internal static bit(9) initial dcl 11-3 mod_bit internal static bit(9) initial dcl 9-8 mod_byte internal static bit(9) initial dcl 9-8 mod_fun internal static bit(9) initial dcl 9-8 mod_half internal static bit(9) initial dcl 9-8 mod_word internal static bit(9) initial dcl 9-8 mult internal static bit(9) initial dcl 9-8 n automatic fixed bin(15,0) dcl 24 ne internal static bit(9) initial dcl 11-3 negate internal static bit(9) initial dcl 9-8 ngt internal static bit(9) initial dcl 11-3 nlt internal static bit(9) initial dcl 11-3 no_token internal static bit(9) initial dcl 11-3 nop internal static bit(9) initial dcl 9-8 not internal static bit(9) initial dcl 11-3 not_bits internal static bit(9) initial dcl 9-8 not_equal internal static bit(9) initial dcl 9-8 off_fun internal static bit(9) initial dcl 9-8 on_parse 000000 constant entry external dcl 1-116 on_parse$revert 000000 constant entry external dcl 1-123 open_file internal static bit(9) initial dcl 9-8 optimizer 000000 constant entry external dcl 2-361 or internal static bit(9) initial dcl 11-3 or_bits internal static bit(9) initial dcl 9-8 pack internal static bit(9) initial dcl 9-8 page_format internal static bit(9) initial dcl 9-8 param_desc_ptr internal static bit(9) initial dcl 9-8 param_ptr internal static bit(9) initial dcl 9-8 parse 000000 constant entry external dcl 1-128 parse_error$no_text 000000 constant entry external dcl 2-368 percent internal static bit(9) initial dcl 11-3 period internal static bit(9) initial dcl 11-3 picture_format internal static bit(9) initial dcl 9-8 pl1_error_print$listing_segment 000000 constant entry external dcl 2-384 pl1_error_print$write_out 000000 constant entry external dcl 2-372 pl1_mod_fun internal static bit(9) initial dcl 9-8 pl1_print$for_lex 000000 constant entry external dcl 2-418 pl1_print$non_varying 000000 constant entry external dcl 2-398 pl1_print$non_varying_nl 000000 constant entry external dcl 2-402 pl1_print$string_pointer 000000 constant entry external dcl 2-406 pl1_print$string_pointer_nl 000000 constant entry external dcl 2-410 pl1_print$unaligned_nl 000000 constant entry external dcl 2-414 pl1_print$varying 000000 constant entry external dcl 2-392 pl1_print$varying_nl 000000 constant entry external dcl 2-395 pl1_stat_$statement_id external static structure level 1 packed packed unaligned dcl 10-6 plus internal static bit(9) initial dcl 11-3 prefix_plus internal static bit(9) initial dcl 9-8 procedure_parse 000000 constant entry external dcl 1-133 process_entry 000000 constant entry external dcl 1-143 ptr_fun internal static bit(9) initial dcl 9-8 put_control internal static bit(9) initial dcl 9-8 put_data_trans internal static bit(9) initial dcl 9-8 put_edit_trans internal static bit(9) initial dcl 9-8 put_field internal static bit(9) initial dcl 9-8 put_field_chk internal static bit(9) initial dcl 9-8 put_file internal static bit(9) initial dcl 9-8 put_list_trans internal static bit(9) initial dcl 9-8 put_string internal static bit(9) initial dcl 9-8 r_format internal static bit(9) initial dcl 9-8 r_parn internal static bit(9) initial dcl 9-8 range_ck internal static bit(9) initial dcl 9-8 rank_fun internal static bit(9) initial dcl 9-8 read_file internal static bit(9) initial dcl 9-8 real_fun internal static bit(9) initial dcl 9-8 record_io internal static bit(9) initial dcl 9-8 refer internal static bit(9) initial dcl 9-8 refer_extent 000000 constant entry external dcl 2-426 rel_fun internal static bit(9) initial dcl 9-8 repeat_fun internal static bit(9) initial dcl 9-8 reserve$clear 000000 constant entry external dcl 2-430 reserve$declare_lib 000000 constant entry external dcl 2-434 reserve$read_lib 000000 constant entry external dcl 2-439 reserve$rename_parse 000000 constant entry external dcl 1-156 return_bits internal static bit(9) initial dcl 9-8 return_string internal static bit(9) initial dcl 9-8 return_value internal static bit(9) initial dcl 9-8 return_words internal static bit(9) initial dcl 9-8 reverse_fun internal static bit(9) initial dcl 9-8 revert_on internal static bit(9) initial dcl 9-8 rewrite_file internal static bit(9) initial dcl 9-8 round_fun internal static bit(9) initial dcl 9-8 search_fun internal static bit(9) initial dcl 9-8 search_rev_fun internal static bit(9) initial dcl 9-8 segno_fun internal static bit(9) initial dcl 9-8 semantic_translator 000000 constant entry external dcl 2-444 semantic_translator$abort 000000 constant entry external dcl 2-446 semantic_translator$error 000000 constant entry external dcl 2-450 semi_colon internal static bit(9) initial dcl 11-3 setbitno_fun internal static bit(9) initial dcl 9-8 setcharno_fun internal static bit(9) initial dcl 9-8 share_expression 000000 constant entry external dcl 2-454 sign_fun internal static bit(9) initial dcl 9-8 signal_on internal static bit(9) initial dcl 9-8 sin_fun internal static bit(9) initial dcl 9-8 sind_fun internal static bit(9) initial dcl 9-8 skip_format internal static bit(9) initial dcl 9-8 slash internal static bit(9) initial dcl 11-3 sqrt_fun internal static bit(9) initial dcl 9-8 stack_ptr internal static bit(9) initial dcl 9-8 stackbaseptr_fun internal static bit(9) initial dcl 9-8 stackframeptr_fun internal static bit(9) initial dcl 9-8 stacq_fun internal static bit(9) initial dcl 9-8 statement_parse 000000 constant entry external dcl 1-160 statement_type 000000 constant entry external dcl 1-167 std_arg_list internal static bit(9) initial dcl 9-8 std_call internal static bit(9) initial dcl 9-8 std_entry internal static bit(9) initial dcl 9-8 std_return internal static bit(9) initial dcl 9-8 stop internal static bit(9) initial dcl 9-8 stream_prep internal static bit(9) initial dcl 9-8 sub internal static bit(9) initial dcl 9-8 tan_fun internal static bit(9) initial dcl 9-8 tand_fun internal static bit(9) initial dcl 9-8 terminate_trans internal static bit(9) initial dcl 9-8 token_list_length internal static fixed bin(15,0) initial dcl 10-4 token_to_binary 000000 constant entry external dcl 2-459 translate_fun internal static bit(9) initial dcl 9-8 trunc_fun internal static bit(9) initial dcl 9-8 unlock_file internal static bit(9) initial dcl 9-8 unpack internal static bit(9) initial dcl 9-8 vclock_fun internal static bit(9) initial dcl 9-8 verify_fun internal static bit(9) initial dcl 9-8 verify_ltrim_fun internal static bit(9) initial dcl 9-8 verify_rev_fun internal static bit(9) initial dcl 9-8 verify_rtrim_fun internal static bit(9) initial dcl 9-8 word_to_mod2 internal static bit(9) initial dcl 9-8 word_to_mod4 internal static bit(9) initial dcl 9-8 word_to_mod8 internal static bit(9) initial dcl 9-8 wordno_fun internal static bit(9) initial dcl 9-8 write_file internal static bit(9) initial dcl 9-8 x_format internal static bit(9) initial dcl 9-8 xor_bits internal static bit(9) initial dcl 9-8 NAMES DECLARED BY EXPLICIT CONTEXT. common 000061 constant label dcl 44 ref 39 data_list_parse 000037 constant entry external dcl 16 dlp 000051 constant entry external dcl 41 ref 55 element_loop 000075 constant label dcl 51 ref 69 err 000753 constant label dcl 258 ref 204 208 212 216 220 224 228 232 236 240 244 248 252 256 err255 000662 constant label dcl 186 ref 49 err256 000665 constant label dcl 190 ref 55 err258 000670 constant label dcl 194 ref 175 err275 000673 constant label dcl 198 ref 88 179 err404 000676 constant label dcl 202 ref 157 err405 000701 constant label dcl 206 ref 164 err406 000704 constant label dcl 210 ref 100 err407 000707 constant label dcl 214 ref 103 err408 000712 constant label dcl 218 ref 116 err409 000715 constant label dcl 222 ref 126 err418 000720 constant label dcl 226 ref 124 err419 000723 constant label dcl 230 ref 136 err424 000726 constant label dcl 234 ref 134 err426 000731 constant label dcl 238 ref 161 err429 000734 constant label dcl 242 ref 149 err443 000737 constant label dcl 246 ref 145 err493 000742 constant label dcl 250 ref 72 err_list 000745 constant label dcl 254 ref 188 192 196 200 ret0 000764 constant label dcl 261 ref 55 ret1 000651 constant label dcl 181 ref 90 171 specification_loop 000331 constant label dcl 105 ref 174 to_by_loop 000407 constant label dcl 119 ref 139 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 1074 1116 775 1104 Length 1516 775 22 364 77 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME data_list_parse 366 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME data_list_parse 000100 recurse data_list_parse 000102 do_ptr data_list_parse 000104 do_ssptr data_list_parse 000106 eptr data_list_parse 000110 p data_list_parse 000112 q data_list_parse 000114 r data_list_parse 000116 do_sptr data_list_parse 000120 errp data_list_parse 000122 arg_list data_list_parse 000522 arg_list_index data_list_parse 000523 error_number data_list_parse 000524 i data_list_parse 000525 k data_list_parse 000526 token_list_pointer data_list_parse THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_in call_ext_out return_mac ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. create_operator expression_parse parse_error reference_parse THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. pl1_stat_$token_list_ptr LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 24 000021 10 3 000024 16 000032 38 000045 39 000046 41 000047 42 000057 44 000061 47 000064 49 000065 51 000075 54 000076 55 000112 60 000147 66 000157 67 000160 69 000164 72 000200 79 000201 81 000214 82 000223 83 000227 88 000231 90 000244 93 000245 95 000254 96 000271 98 000274 99 000275 100 000311 101 000315 103 000320 105 000331 107 000332 109 000334 111 000351 113 000361 115 000364 116 000400 117 000404 119 000407 122 000420 123 000421 124 000435 126 000441 127 000445 130 000447 132 000461 133 000462 134 000476 136 000502 137 000506 139 000510 142 000511 144 000515 145 000516 148 000525 149 000541 150 000545 154 000550 156 000561 157 000562 159 000572 160 000573 161 000607 162 000613 164 000616 165 000627 168 000630 170 000642 171 000644 174 000645 175 000647 179 000650 181 000651 183 000654 184 000657 186 000662 188 000664 190 000665 192 000667 194 000670 196 000672 198 000673 200 000675 202 000676 204 000700 206 000701 208 000703 210 000704 212 000706 214 000707 216 000711 218 000712 220 000714 222 000715 224 000717 226 000720 228 000722 230 000723 232 000725 234 000726 236 000730 238 000731 240 000733 242 000734 244 000736 246 000737 248 000741 250 000742 252 000744 254 000745 256 000752 258 000753 261 000764 263 000767 ----------------------------------------------------------- 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