/* BEGIN INCLUDE FILE ... plio2_fsb.incl.pl1 */ /* format: style3,idind30 */ declare 1 fsb 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, /* old get-input eof flag */ 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 xxx4 bit (1) unaligned, 3 xxx5 bit (1) unaligned, 3 xxx6 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 lsep fixed bin (15), /* (1,COMMA)(2,BL)(3,TAB)(4,NL)(5,SEMI) */ 2 iocb_p ptr unaligned, /* identifies data_set to iox_ */ 2 blc fixed bin (21), /* buffer's last character (input) */ 2 bsize fixed bin (21), /* size of buffer */ 2 bptr ptr, /* address of buffer */ 2 bnc fixed bin (15), /* next character in buffer */ 2 kol fixed bin (15), /* last column read from or written into */ 2 lsize fixed bin (15), /* line size (output) */ 2 lineno fixed bin (15), /* current line (output) - starts at 1 on each new page */ 2 psize fixed bin (35), /* page size (output) */ 2 pageno fixed bin (15), /* current page number, starts at 1 */ 2 limit fixed bin (15), 2 lnzc fixed bin (35), 2 filename char (32) aligned, /* declared file name */ 2 title char (32) unaligned,/* Multics I/O switch */ 2 fsb_thread ptr, 2 buffer (212) fixed bin (15), 2 path_name char (168) unal, /* title option */ 2 declared_attributes (2) bit (36) aligned; declare xbuf char (1000) unaligned based (fsb.bptr); /* END INCLUDE FILE ... plio2_fsb.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 */