COMPILATION LISTING OF SEGMENT pl1_signal_conversion_ Compiled by: Multics PL/I Compiler, Release 32f, of October 9, 1989 Compiled at: Bull HN, Phoenix AZ, System-M Compiled on: 11/11/89 1001.4 mst Sat Options: optimize map 1 /****^ *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Bull Inc., 1987 * 4* * * 5* * Copyright, (C) Honeywell Information Systems Inc., 1983 * 6* * * 7* *********************************************************** */ 8 /* format: style2 */ 9 pl1_signal_conversion_: proc (pspp, msg, erno, chp, n1, n2, n3) options (support); 10 11 12 /* DECLARATION */ 13 14 dcl (n1, n2, n3, oncharind) 15 fixed bin (15); 16 dcl (addr, substr) builtin; 17 dcl msg char (*); 18 dcl CN char (20) aligned; 19 dcl erno fixed bin (15); 20 dcl (pspp, chp) ptr; 21 dcl based_chars char (1044480) based; 22 dcl onsource char (256) varying; 23 dcl pl1_signal_$help_plio2_signal_ 24 ext entry (char (*), ptr, fixed bin (15), char (256) varying, fixed bin (15)); 25 26 27 CN = "conversion"; 28 29 /* pspp is always null for this call */ 30 31 oncharind = 0; 32 onsource = ""; 33 34 if n1 > n2 | n3 < n1 | n3 > n2 35 then /* illegal substr */ 36 call pl1_signal_$help_plio2_signal_ ("error", null (), 116, "", 0); 37 onsource = substr (chp -> based_chars, n1, n2 + 1 - n1); 38 oncharind = n3 - n1 + 1; 39 40 call pl1_signal_$help_plio2_signal_ ((CN), pspp, erno, onsource, oncharind); 41 substr (chp -> based_chars, n1, n2 + 1 - n1) = onsource; 42 43 return; 44 45 end pl1_signal_conversion_; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 11/11/89 0804.2 pl1_signal_conversion_.pl1 >spec>install>1110>pl1_signal_conversion_.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. CN 000101 automatic char(20) dcl 18 set ref 27* 40 based_chars based char(1044480) packed unaligned dcl 21 set ref 37 41* chp parameter pointer dcl 20 ref 9 37 41 erno parameter fixed bin(15,0) dcl 19 set ref 9 40* msg parameter char packed unaligned dcl 17 ref 9 n1 parameter fixed bin(15,0) dcl 14 ref 9 34 34 37 37 38 41 41 n2 parameter fixed bin(15,0) dcl 14 ref 9 34 34 37 41 n3 parameter fixed bin(15,0) dcl 14 ref 9 34 34 38 oncharind 000100 automatic fixed bin(15,0) dcl 14 set ref 31* 38* 40* onsource 000106 automatic varying char(256) dcl 22 set ref 32* 37* 40* 41 pl1_signal_$help_plio2_signal_ 000010 constant entry external dcl 23 ref 34 40 pspp parameter pointer dcl 20 set ref 9 40* substr builtin function dcl 16 set ref 37 41* NAME DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. addr builtin function dcl 16 NAME DECLARED BY EXPLICIT CONTEXT. pl1_signal_conversion_ 000023 constant entry external dcl 9 NAME DECLARED BY CONTEXT OR IMPLICATION. null builtin function ref 34 34 STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 250 262 205 260 Length 432 205 12 134 42 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME pl1_signal_conversion_ 230 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME pl1_signal_conversion_ 000100 oncharind pl1_signal_conversion_ 000101 CN pl1_signal_conversion_ 000106 onsource pl1_signal_conversion_ THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out_desc return_mac ext_entry_desc set_support THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. pl1_signal_$help_plio2_signal_ NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 9 000015 27 000037 31 000042 32 000043 34 000044 37 000114 38 000132 40 000136 41 000171 43 000204 ----------------------------------------------------------- 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