/* START OF: lib_Scontrol_.incl.pl1 * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* N__a_m_e: lib_Scontrol_.incl.pl1 */ /* */ /* This include segment defines the control switches used by library descriptor */ /* commands and subroutines. These switches control the amount of information which is */ /* attached to each node of the tree by lib_get_tree_. This segment, lib_args_.incl.pl1, */ /* and lib_Svalid_req_.incl.pl1 define the complete set of structures required as input */ /* to the lib_descriptor_ subroutine. */ /* */ /* S__t_a_t_u_s */ /* */ /* 0) Created on: April 8, 1975 by G. C. Dixon */ /* 1) Modified on: October 24, 1983 by Jim Lippard to add page_length, first_match */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ dcl 1 Sc aligned based (addr (Scontrol)), 2 acl bit(1) unal, /* switch: return ACL for library entries. */ 2 all_status bit(1) unal, /* switch: return extra status information. */ 2 chase bit(1) unal, /* switch: link entries are to be chased. */ 2 check_archive bit(1) unal, /* switch: see if contents of entry is archive. */ 2 check_ascii bit(1) unal, /* switch: see if contents of entry is ascii. */ 2 components bit(1) unal, /* switch: return info about parent of terminal */ /* nodes of the tree, and about all the */ /* nodes below the parent. */ 2 container bit(1) unal, /* switch: return info about parent of terminal */ /* nodes of the tree. */ 2 default bit(1) unal, /* switch: use default requirement switch settings*/ 2 iacl bit(1) unal, /* switch: return initial ACLs for library entries*/ 2 object_info bit(1) unal, /* switch: return object info for object segments.*/ 2 quota bit(1) unal, /* switch: return quota information. */ 2 retain bit(1) unal, /* switch: print information about nodes awaiting */ /* deletion. */ 2 pad bit(10) unal, 2 first_match bit(1) unal, /* switch: stop after first match */ 2 page_length bit(1) unal, /* switch: page length of output */ 2 delete bit(1) unal, /* switch: delete library entries */ 2 descriptor bit(1) unal, /* switch: library descriptor */ 2 exclude bit(1) unal, /* switch: exclusion search names. */ 2 footing bit(1) unal, /* switch: footing for output pages. */ 2 heading bit(1) unal, /* switch: heading for 1st output page. */ 2 into_path bit(1) unal, /* switch: path into which entries are fetched. */ 2 library bit(1) unal, /* switch: library names */ 2 list bit(1) unal, /* switch: list library entries */ 2 long bit(1) unal, /* switch: long output format required. */ 2 output_file bit(1) unal, /* switch: pathname of output file */ 2 search_names bit(1) unal, /* switch: search names */ 2 time bit(1) unal, /* switch: grace time for deletion of entries. */ Scontrol bit(36) aligned; /* switches: aligned copy of control switches. */ /* END OF: lib_Scontrol_.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 */