/* BEGIN INCLUDE FILE ... plio2_fsbr.incl.pl1 */ /* format: style3,idind30 */ /* This declaration is used by record I/O runtime programs */ declare 1 fsbr aligned based (fsbp), 2 switch aligned, 3 zot (2) bit (1) unaligned, 3 version_2 bit (1) unaligned, 3 open bit (1) unaligned, 3 print bit (1) unaligned, 3 input bit (1) unaligned, 3 output bit (1) unaligned, 3 update bit (1) unaligned, 3 stream bit (1) unaligned, 3 notkeyed bit (1) unaligned, 3 record bit (1) unaligned, 3 sequential bit (1) unaligned, 3 direct bit (1) unaligned, 3 interactive bit (1) unaligned, 3 not_used_1 bit (1) unaligned, 3 not_used_2 bit (1) unaligned, 3 stringvalue bit (1) unaligned, 3 keyed bit (1) unaligned, 3 namelist bit (1) unaligned, 3 implementation bit (1) unaligned, 3 not_used_4 bit (1) unaligned, 3 transmit_error bit (1) unaligned, 3 buffer_in_use bit (1) unaligned, 3 copy bit (1) unaligned, 3 detach bit (1) unaligned, 3 te_hold bit (1) unaligned, 3 not_used_5 bit (1) unaligned, 3 internal bit (1) unaligned, 3 threaded bit (1) unaligned, 3 fsb_in_use bit (1) unaligned, 3 console bit (1) unaligned, 3 emptyline bit (1) unaligned, 3 iox_close bit (1) unaligned, 3 pad4 bit (1) unaligned, 3 pad5 bit (1) unaligned, 3 pad6 bit (1) unaligned, 2 nono aligned, 3 bit_string bit (1) unaligned, 3 not_used_3 bit (1) unaligned, 3 read bit (1) unaligned, 3 write bit (1) unaligned, 3 rewrite bit (1) unaligned, 3 delete bit (1) unaligned, 3 locate bit (1) unaligned, 3 key bit (1) unaligned, 3 keyto bit (1) unaligned, 3 keyfrom bit (1) unaligned, 3 set bit (1) unaligned, 3 into bit (1) unaligned, 3 ignore bit (1) unaligned, 3 from bit (1) unaligned, 3 nofrom bit (1) unaligned, 3 nokey bit (1) unaligned, 3 nokeyfrom bit (1) unaligned, 3 nolock bit (1) unaligned, 2 recio aligned, 3 rec_exists bit (1) unal, 3 rec_valid bit (1) unal, 3 buffer_used bit (1) unal, 2 iocb_p ptr unal, 2 inbuf_curlen fixed bin (15), 2 inbuf_maxlen fixed bin (15), 2 inbuf_ptr ptr, 2 inbuf_sw aligned, 3 exists bit (1) unal, 3 free bit (1) unal, 3 use bit (1) unal, 2 pad7 bit (36) aligned, 2 outbuf_curlen fixed bin (15), 2 outbuf_maxlen fixed bin (15), 2 outbuf_ptr ptr, 2 outbuf_sw aligned, 3 exists bit (1) unal, 3 free bit (1) unal, 3 use bit (1) unal, 3 keyed bit (1) unal, 2 lnzc fixed bin (35), /* last nonzero code from iox_ */ 2 filename char (32) aligned, /* declared file name */ 2 title char (32) unaligned,/* Multics I/O switch */ 2 fsb_thread ptr, 2 outbuf_key char (256) varying, /* if file is keyed & output_sw.use then key is here */ 2 key_saved char (256) varying, /* if file is keyed & recio.rec_valid then its key is here */ 2 buffer (82) bit (36) aligned, 2 path_name char (168) unal, /* title option */ 2 declared_attributes (2) bit (36) aligned; /* END INCLUDE FILE ... plio2_fsbr.incl.pl1 */ */ ----------------------------------------------------------- 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 */