COMPILATION LISTING OF SEGMENT get_onchar Compiled by: Multics PL/I Compiler, Release 28d, of September 14, 1983 Compiled at: Honeywell LCPD Phoenix, System M Compiled on: 10/03/83 1438.3 mst Mon Options: optimize map 1 /* ****************************************************** 2* * * 3* * * 4* * Copyright (c) 1972 by Massachusetts Institute of * 5* * Technology and Honeywell Information Systems, Inc. * 6* * * 7* * * 8* ****************************************************** */ 9 10 get_onchar: proc() returns(char(1)) options(support); 11 1 1 /* declarations for users of 1 2* ondata_$ 1 3*installed in >ldd>include>on_data_.incl.pl1 1 4*fixed up in PAB>others>on_data_.incl.pl1 1 5**/ 1 6 1 7 1 8 1 9 dcl ( 1 10 ondata_$ondatalength fixed bin(15), 1 11 ondata_$callersegname char(32) varying, 1 12 ondata_$callerpathname char(168) varying, 1 13 ondata_$calleroffset fixed bin(17), 1 14 ondata_$infoptr ptr, 1 15 ondata_$onreturnp ptr, 1 16 ondata_$this_file ptr, 1 17 ondata_$who char(4) aligned, 1 18 ondata_$handled fixed bin(15), 1 19 ondata_$file_related fixed bin(15), 1 20 ondata_$fileptr ptr, 1 21 ondata_$pliopsp ptr, 1 22 ondata_$datafield char(256) var, 1 23 ondata_$oncalled char(256) var, 1 24 ondata_$onfile char(32) var, 1 25 ondata_$onloc char(292) var, 1 26 ondata_$onsource char(256) var, 1 27 ondata_$onkey char(256) var, 1 28 ondata_$oncharindex fixed bin(15), 1 29 ondata_$onchar char(1000) aligned, 1 30 ondata_$oncode fixed bin(15), 1 31 ondata_$oncount fixed bin(15), 1 32 ondata_$plio_code fixed bin(15), 1 33 ondata_$condition_name char(32) var ) external; 12 13 14 return(substr(ondata_$onsource,ondata_$oncharindex-3,1)); 15 16 end; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 10/03/83 1005.8 get_onchar.pl1 >spec>on>pl128d>get_onchar.pl1 12 1 05/06/74 1742.5 on_data_.incl.pl1 >ldd>include>on_data_.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. ondata_$oncharindex 000012 external static fixed bin(15,0) dcl 1-9 ref 14 ondata_$onsource 000010 external static varying char(256) dcl 1-9 ref 14 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. ondata_$calleroffset external static fixed bin(17,0) dcl 1-9 ondata_$callerpathname external static varying char(168) dcl 1-9 ondata_$callersegname external static varying char(32) dcl 1-9 ondata_$condition_name external static varying char(32) dcl 1-9 ondata_$datafield external static varying char(256) dcl 1-9 ondata_$file_related external static fixed bin(15,0) dcl 1-9 ondata_$fileptr external static pointer dcl 1-9 ondata_$handled external static fixed bin(15,0) dcl 1-9 ondata_$infoptr external static pointer dcl 1-9 ondata_$oncalled external static varying char(256) dcl 1-9 ondata_$onchar external static char(1000) dcl 1-9 ondata_$oncode external static fixed bin(15,0) dcl 1-9 ondata_$oncount external static fixed bin(15,0) dcl 1-9 ondata_$ondatalength external static fixed bin(15,0) dcl 1-9 ondata_$onfile external static varying char(32) dcl 1-9 ondata_$onkey external static varying char(256) dcl 1-9 ondata_$onloc external static varying char(292) dcl 1-9 ondata_$onreturnp external static pointer dcl 1-9 ondata_$plio_code external static fixed bin(15,0) dcl 1-9 ondata_$pliopsp external static pointer dcl 1-9 ondata_$this_file external static pointer dcl 1-9 ondata_$who external static char(4) dcl 1-9 NAME DECLARED BY EXPLICIT CONTEXT. get_onchar 000004 constant entry external dcl 10 NAME DECLARED BY CONTEXT OR IMPLICATION. substr builtin function ref 14 STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 64 100 22 74 Length 260 22 14 143 42 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME get_onchar 64 external procedure is an external procedure. THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. return ext_entry set_support NO EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. ondata_$oncharindex ondata_$onsource LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 10 000001 14 000012 ----------------------------------------------------------- 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