COMPILATION LISTING OF SEGMENT attach Compiled by: Multics PL/I Compiler, Release 23b, of September 28, 1977 Compiled at: Honeywell LISD Phoenix, System M Compiled on: 10/21/77 1617.5 mst Fri Options: optimize map 1 attach : proc (istat); 2 3 dcl iox_$attach_name entry (char (*), ptr, char (*), ptr, fixed bin (35)); 4 dcl fname char (32) varying; 5 dcl ptr ptr; 6 dcl istat fixed bin (35); 7 dcl (sysprint, sysin) file; 8 dcl null builtin; 9 10 put skip list ("Data filename?"); 11 get list (fname); 12 call iox_$attach_name ("file10", ptr, "vfile_ "||fname, null, istat); 13 close file (sysprint), file (sysin); 14 return; 15 16 end attach; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 10/21/77 1534.7 attach.pl1 >spec>online>spec1021>attach.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES NAMES DECLARED BY DECLARE STATEMENT. fname 000100 automatic varying char(32) dcl 4 set ref 11 12 iox_$attach_name 000012 constant entry external dcl 3 ref 12 istat parameter fixed bin(35,0) dcl 6 set ref 1 12 null builtin function internal dcl 8 ref 12 12 ptr 000112 automatic pointer dcl 5 set ref 12 sysin 000016 constant file dcl 7 set ref 7 11 13 sysprint 000014 constant file dcl 7 set ref 7 10 13 NAME DECLARED BY EXPLICIT CONTEXT. attach 000057 constant entry external dcl 1 ref 1 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 316 342 224 326 Length 514 224 24 136 71 2 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME attach 154 external procedure is an external procedure. THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. alloc_cs call_ext_out_desc return shorten_stack ext_entry get_end put_end stream_io close put_list_eis get_list_eis THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. iox_$attach_name THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. sysin sysin.fsb sysprint sysprint.fsb LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 1 000054 7 000067 10 000113 11 000126 12 000140 13 000212 14 000223 ----------------------------------------------------------- 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