ASSEMBLY LISTING OF SEGMENT >special_ldd>install>MR12.0-1206>rdm_request_tables_.alm ASSEMBLED ON: 11/05/86 1050.5 mst Wed OPTIONS USED: list ASSEMBLED BY: ALM Version 6.7 October 1986 ASSEMBLER CREATED: 10/08/86 1557.5 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *  4 " * *  5 " * Copyright (c) 1972 by Massachusetts Institute of *  6 " * Technology and Honeywell Information Systems, Inc. *  7 " * *  8 " ***********************************************************  9  10 " HISTORY COMMENTS: 11 " 1) change(86-03-26,Herbst), approve(86-03-26,MCR7367),  12 " audit(86-04-28,Margolin), install(86-05-22,MR12.0-1059):  13 " Added switch_on and switch_off requests. Added seen, unseen, new, and 14 " (first last next previous)_(seen unseen) requests.  15 " 2) change(86-04-02,Herbst), approve(86-04-02,MCR7367),  16 " audit(86-04-28,Margolin), install(86-05-22,MR12.0-1059):  17 " Moved requests from rdm_message_mark_mgr_ to rdm_msg_requests_.  18 " END HISTORY COMMENTS 19  20  21 " Request definitions for the Multics read_mail subsystem  22  23 " Created: 3 July 1978 by W. Olin Sibert -- converted from sdm_request_table_  24 " Modified: 28 April 1980 by G. Palter to call new_ssu_ entries for version 4.1 subsystem utilities 25 " Modified: 10 May 1980 by W. Olin Sibert to use ssu_v1_macros, and to call ssu_requests_  26 " for subsystem standard requests  27 " Modified: 14 May 1980 by W. Olin Sibert to rearrange requests and add 'list_help' 28 " Modified: 17 December 1981 by G. Palter to rearrange requests, use new definition of '?', 29 " and add 'list_requests'  30 " Modified: 16 February 1982 by G. Palter to use new macros and add 'exec_com', 'answer',  31 " 'abbrev', and 'if' 32 " Modified: 25 February 1982 by G. Palter to add 'subsystem_name' and 'subsystem_version'  33 " Modified: 28 February 1982 by G. Palter for dont_summarize and dont_list flags  34 " Modified: 21 September 1982 by G. Palter to rename to rdm_request_tables_, add the  35 " debug_requests table, and delete the standard subsystem request from the tables  36 " Modified: 13 September 1983 by G. Palter to eliminate the 'ssu_debug' request as debug  37 " mode now enables ssu_ debugging  38 " Modified: October 1983 by G. Palter to reflect the splitting of rdm_transfer_requests_  39 " into rdm_file_requests_ and rdm_mbx_requests_  40 " Modified: October 1983 by B. Margolin to add the requests for the forward sub-request 41 " loop.  42  43  44 include ssu_request_macros 1-1 " BEGIN INCLUDE FILE ... ssu_request_macros.incl.alm  1-2 " Created: 5 May 1980 by W. Olin Sibert  1-3 " Modified: 25 July 1980 by G. Palter to add multics_request macro  1-4 " Modified: 1 December 1981 by G. Palter to remove user_flags  1-5 " Modified: 12 February 1982 by G. Palter for version 4 1-6 " Modified: 28 February 1982 by G. Palter to add dont_summarize and dont_list  1-7 " Modified: 2 August 1982 by Jay Pattin to add unknown_request  1-8 " Modified: 24 October 1984 by G. Palter to restore user flags and add the  1-9 " set_default_flags and set_default_multics_flags macros 1-10  1-11  1-12 " ALM macros used to define subsystem request tables  1-13  1-14  1-15 macro request_table_version  1 1-16 aci "srqt_4.0",8  2 1-17 &end  1-18  1-19  1-20 macro namelist 1 1-21 maclist off,save  2 1-22 vfd 36/&K  3 1-23 &R&( aci @&i@,32  4 1-24 &)  5 1-25 maclist restore  6 1-26 &end  1-27  1-28 " 1-29  1-30 " System defined per-request flags  1-31  400000 1-32 bool flags.allow_command,400000 " valid as a command  200000 1-33 bool flags.allow_af,200000 " valid as an active function  600000 1-34 bool flags.allow_both,600000 " valid as both  1-35  100000 1-36 bool flags.unimplemented,100000 " request is not yet implemented  040000 1-37 bool flags.multics_request,040000 " request is actually a Multics command  1-38  020000 1-39 bool flags.dont_summarize,020000 " summarize_requests won't list it  010000 1-40 bool flags.dont_list,010000 " list_requests won't show it without -all 1-41  004000 1-42 bool flags.unknown,004000 " request is explicitly made unknown 1-43  1-44  1-45 " Macros for setting per-request flags  1-46  1-47 macro set_flags_loop  1 1-48 maclist off,save  2 1-49 &(3 3 1-50 &=&i,default&[ set_flags_loop &1,(0),(&2)  4 1-51 &; set &1,&1+&i 5 1-52 &]&)  6 1-53 maclist restore  7 1-54 &end  1-55  1-56  1-57 macro set_flags  1 1-58 maclist off,save  2 1-59 set &1,0  3 1-60 &=&3,&[ set_flags_loop &1,(0),(&2)  4 1-61 &; set_flags_loop &1,(&2),(&3)  5 1-62 &]  6 1-63 maclist restore  7 1-64 &end  1-65  1-66 " 1-67  1-68 " set_default_flags {(system-flags)},{(user-flags)} 1-69  1-70 " Sets the default system and/or user flags to be used for requests:  1-71 " system-flags: defines the default general nature of requests;" the default  1-72 " default is flags.allow_command  1-73 " user-flags: defines the default setting for the subsystem specific flags  1-74 " associated with requests;" the default default is none (0)  1-75 " Note: If either system-flags or user-flags is ommitted, the default is not  1-76 " changed from its prior value. This action allows the use of multiple  1-77 " set_default_flags macros within a table to change system or user 1-78 " flags without affecting the other defaults  1-79  1-80 macro set_default_flags  1 1-81 maclist off,save  2 1-82 &^=&1,&[ set_flags .dft_sf,(flags.allow_command),(&1)  3 1-83 &]  4 1-84 &^=&2,&[ set_flags .dft_uf,(0),(&2) 5 1-85 &]  6 1-86 maclist restore  7 1-87 &end  1-88  1-89  1-90 " set_default_multics_flags {(system-flags)},{(user-flags)} 1-91  1-92 " Sets the default system and/or user flags to be used for Multics commands when used as requests:  1-93 " system-flags: defines the default general nature of Multics requests;" the  1-94 " default default is flags.allow_command+flags.allow_af  1-95 " user-flags: defines the default setting for the subsystem specific flags  1-96 " associated with Multics requests;" the default default is none (0)  1-97 " Note: If either system-flags or user-flags is ommitted, the default is not  1-98 " changed from its prior value. This action allows the use of multiple  1-99 " set_default_multics_flags macros within a table to change system or user 1-100 " flags without affecting the other defaults  1-101  1-102 macro set_default_multics_flags  1 1-103 maclist off,save  2 1-104 &^=&1,&[ set_flags .dft_mrsf,(flags.allow_command,flags.allow_af),(&1)  3 1-105 &]  4 1-106 &^=&2,&[ set_flags .dft_mruf,(0),(&2)  5 1-107 &]  6 1-108 maclist restore  7 1-109 &end  1-110  1-111 " 1-112  1-113 macro .multics_request_doc 1 1-114 null  2 1-115 &end  1-116  1-117  1-118 macro dft_multics_doc_lth  1 1-119 set .multics_doc_lth,0 2 1-120 &end  1-121  1-122  1-123 " set_default_multics_doc (string)  1-124  1-125 " Sets the default documentation to be used for Multics commands when used as requests: 1-126 " string: is the documentation string to be used for any subsequent requests defined by  1-127 " the multics_request_macro;" all occurences of "&1" in this string will be replaced by  1-128 " the actual name of the request;" Eg: 1-129 " set_default_multics_doc (Type '.. help &1' for more information.) 1-130  1-131 macro set_default_multics_doc  1 1-132 maclist off,save  2 1-133 macro .multics_request_doc 3 1-134 aci @&1@  4 1-135 &&end  5 1-136 macro dft_multics_doc_lth  6 1-137 macro .compute 7 1-138 set .multics_doc_lth,&&&&l1  8 1-139 &&&&end  9 1-140 .compute (&1)  10 1-141 &&end  11 1-142 maclist restore  12 1-143 &end  1-144  1-145 " 1-146  1-147 " begin_table tablename 1-148  1-149 " Defines a subsystem request table (multiple tables may exist in a single object segment): 1-150 " tablename: the name by which this table may be referenced externally;" references to the  1-151 " table should be of the form segname$tablename where segname is the name of this  1-152 " object segment  1-153  1-154 macro begin_table  1 1-155 segdef &1  2 1-156 maclist object,save  3 1-157 use tables 4 1-158 &1: request_table_version  5 1-159 aci @&1@,32  6 1-160 dup 6  7 1-161 vfd 36/0  8 1-162 dupend 9 1-163 vfd 36/&1.rc  10 1-164 maclist off  11 1-165 set .rc,0  12 1-166 set_default_flags (default),(default)  13 1-167 set_default_multics_flags (default),(default)  14 1-168 maclist restore  15 1-169 &end  1-170  1-171  1-172 " end_table tablename  1-173  1-174 " Indicates the end of a subsystem request table definition:  1-175 " tablename: the name of the table which has now been completely defined  1-176  1-177 macro end_table  1 1-178 maclist off,save  2 1-179 set &1.rc,.rc  3 1-180 maclist restore  4 1-181 &end  1-182  1-183 " 1-184  1-185 " request name,processor,({abbreviations}),{(documentation)},  1-186 " {(system-flags)},{(user-flags)} 1-187  1-188 " Defines a subsystem request:  1-189 " name: the primary name of this request  1-190 " processor: the name of the procedure which actually executes this request;" it must be  1-191 " of the form segname$entryname  1-192 " abbreviations: is the list of defined abbreviations for this request  1-193 " documentation: a short string used by the list_requests request to explain this request 1-194 " system-flags: defines the general nature of this request;" the default is  1-195 " flags.allow_command  1-196 " user-flags: allows a subsystem to provide subsystem-specific information  1-197 " with the request's definition;" the default is none (0)  1-198  1-199 macro request  1 1-200 maclist off,save  2 1-201 set .rc,.rc+1  3 1-202 maclist object 4 1-203 use tables 5 1-204 vfd 18/&U.call,18/&U.names 6 1-205 &=&4,&[ vfd 36/0  7 1-206 &; vfd 18/&U.info,18/&l4  8 1-207 maclist off  9 1-208 use info  10 1-209 &U.info: aci @&4@  11 1-210 &]  12 1-211 use tables 13 1-212 set_flags .sf,(.dft_sf),(&5)  14 1-213 set_flags .uf,(.dft_uf),(&6)  15 1-214 maclist object 16 1-215 vfd 18/.sf,18/.uf  17 1-216 maclist off  18 1-217 use calls  19 1-218 &U.call: epaq * 20 1-219 lprp4 7|stack_header.lot_ptr,*au  21 1-220 call6 &2  22 1-221 use names  23 1-222 &U.names: namelist &1&^=&3,&[,&3&]  24 1-223 maclist restore  25 1-224 &end  1-225  1-226 " 1-227  1-228 " unknown_request name,(abbreviations)  1-229  1-230 " Defines an unknown request: used to make the utilities not recognize a request even though  1-231 " it is defined in a later request table (such as ssu_request_tables_$standard_request):  1-232 " name: the primary name of the request to be marked as unknown  1-233 " abbreviations: is the list of defined abbreviations for this request  1-234  1-235 macro unknown_request  1 1-236 maclist off,save  2 1-237 set .rc,.rc+1  3 1-238 maclist object 4 1-239 use tables 5 1-240 vfd 18/&U.call,18/&U.names 6 1-241 vfd 36/0  7 1-242 vfd 18/flags.unknown,18/0  8 1-243 maclist off  9 1-244 use calls  10 1-245 &U.call: epaq * 11 1-246 lprp4 7|stack_header.lot_ptr,*au  12 1-247 call6 ssu_$unknown_request 13 1-248 use names  14 1-249 &U.names: namelist &1&^=&2,&[,&2&]  15 1-250 maclist restore  16 1-251 &end  1-252  1-253 " 1-254  1-255 " multics_request name,({abbreviations}),({documenation}),{procedure},  1-256 " {(system-flags)},{(user-flags)}  1-257  1-258 " Defines that a Multics command/AF may be used as a subsystem request: 1-259 " name: the primary name of this request (usually the name of the Multics command/AF) 1-260 " abbreviations: is the list of defined abbreviations for this request  1-261 " documentation: a short string used by the list_requests request to explain this request;  1-262 " if no documentation is provided, the documentation specified by a prior use of  1-263 " set_default_multics_doc is used  1-264 " procedure: the name of the Multics command/AF which is actually executed by this  1-265 " request;" it must be of the form segname$entryname;" if not given, the default is  1-266 " name$name  1-267 " system-flags: defines the general nature of this request;" the default is  1-268 " flags.allow_command+flags.allow_af  1-269 " user-flags: allows a subsystem to provide subsystem-specific information  1-270 " with the request's definition;" the default is none (0)  1-271  1-272 macro multics_request  1 1-273 maclist off,save  2 1-274 set .rc,.rc+1  3 1-275 maclist object 4 1-276 use tables 5 1-277 vfd 18/&U.call,18/&U.names 6 1-278 &=&3,&[ dft_multics_doc_lth &1,(&2),(&3),(&4),(&5),(&6) 7 1-279 vfd 18/&U.info,18/.multics_doc_lth 8 1-280 &; vfd 18/&U.info,18/&l3  9 1-281 &]  10 1-282 maclist off  11 1-283 use info  12 1-284 &U.info:  13 1-285 &=&3,&[ .multics_request_doc &1,(&2),(&3),(&4),(&5),(&6)  14 1-286 &; aci @&3@ 15 1-287 &]  16 1-288 use tables 17 1-289 maclist object 18 1-290 set_flags .sf,(.dft_mrsf),(&5) 19 1-291 set_flags .uf,(.dft_mruf),(&6) 20 1-292 maclist object 21 1-293 vfd 18/.sf+flags.multics_request,18/.uf  22 1-294 maclist off  23 1-295 use calls  24 1-296 &U.call: epaq * 25 1-297 lprp4 7|stack_header.lot_ptr,*au  26 1-298 &=&4,&[ call6 &1$&1 27 1-299 &; call6 &4 28 1-300 &]  29 1-301 use names  30 1-302 &U.names: namelist &1&^=&2,&[,&2&]  31 1-303 maclist restore  32 1-304 &end  1-305  1-306 " 1-307  1-308 " Required ALM statements to make this all work 1-309  1-310 use tables 1-311 use calls  1-312 use names  1-313 use info  1-314 join /text/tables,calls,names,info 1-315  1-316 include stack_header  2-1 " BEGIN INCLUDE FILE ... stack_header.incl.alm 3/72 Bill Silver  2-2 "  2-3 " modified 7/76 by M. Weaver for *system links and more system use of areas 2-4 " modified 3/77 by M. Weaver to add rnt_ptr  2-5 " modified 7/77 by S. Webber to add run_unit_depth and assign_linkage_ptr  2-6 " modified 6/83 by J. Ives to add trace_frames and in_trace.  2-7  2-8 " HISTORY COMMENTS: 2-9 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396),  2-10 " audit(86-08-05,Schroth), install(86-11-03,MR12.0-1206):  2-11 " added the heap_header_ptr definition  2-12 " 2) change(86-08-12,Kissel), approve(86-08-12,MCR7473),  2-13 " audit(86-10-10,Fawcett), install(86-11-03,MR12.0-1206):  2-14 " Modified to support control point management. These changes were 2-15 " actually made in February 1985 by G. Palter.  2-16 " 3) change(86-10-22,Fawcett), approve(86-10-22,MCR7473),  2-17 " audit(86-10-22,Farley), install(86-11-03,MR12.0-1206):  2-18 " Remove the old_lot pointer and replace it with cpm_data_ptr. Use the 18  2-19 " bit pad after cur_lot_size for the cpm_enabled. This was done to save 2-20 " some space int the stack header and change the cpd_ptr unal to  2-21 " cpm_data_ptr (ITS pair).  2-22 " END HISTORY COMMENTS 2-23  000004 2-24 equ stack_header.cpm_data_ptr,4 ptr to control point for this stack  000006 2-25 equ stack_header.combined_stat_ptr,6 ptr to separate static area  2-26  000010 2-27 equ stack_header.clr_ptr,8 ptr to area containing linkage sections  000012 2-28 equ stack_header.max_lot_size,10 number of words allowed in lot (DU)  000012 2-29 equ stack_header.main_proc_invoked,10 nonzero if main proc was invoked in run unit (DL)  000012 2-30 equ stack_header.run_unit_depth,10 number of active run units stacked (DL) 000013 2-31 equ stack_header.cur_lot_size,11 DU number of words (entries) in lot  000013 2-32 equ stack_header.cpm_enabled,11 DL non-zero if control point management is enabled  000014 2-33 equ stack_header.system_free_ptr,12 ptr to system storage area 000016 2-34 equ stack_header.user_free_ptr,14 ptr to user storage area  2-35  000020 2-36 equ stack_header.parent_ptr,16 ptr to parent stack or null  000022 2-37 equ stack_header.stack_begin_ptr,18 ptr to first stack frame  000024 2-38 equ stack_header.stack_end_ptr,20 ptr to next useable stack frame 000026 2-39 equ stack_header.lot_ptr,22 ptr to the lot for the current ring  2-40  000030 2-41 equ stack_header.signal_ptr,24 ptr to signal proc for current ring  000032 2-42 equ stack_header.bar_mode_sp,26 value of sp before entering bar mode  000034 2-43 equ stack_header.pl1_operators_ptr,28 ptr: pl1_operators_$operator_table  000036 2-44 equ stack_header.call_op_ptr,30 ptr to standard call operator 2-45  000040 2-46 equ stack_header.push_op_ptr,32 ptr to standard push operator 000042 2-47 equ stack_header.return_op_ptr,34 ptr to standard return operator 000044 2-48 equ stack_header.ret_no_pop_op_ptr,36 ptr: stand. return/ no pop operator  000046 2-49 equ stack_header.entry_op_ptr,38 ptr to standard entry operator  2-50  000050 2-51 equ stack_header.trans_op_tv_ptr,40 ptr to table of translator operator ptrs  000052 2-52 equ stack_header.isot_ptr,42 pointer to ISOT  000054 2-53 equ stack_header.sct_ptr,44 pointer to System Condition Table 000056 2-54 equ stack_header.unwinder_ptr,46 pointer to unwinder for current ring 2-55  000060 2-56 equ stack_header.sys_link_info_ptr,48 ptr to *system link name table  000062 2-57 equ stack_header.rnt_ptr,50 ptr to reference name table  000064 2-58 equ stack_header.ect_ptr,52 ptr to event channel table  000066 2-59 equ stack_header.assign_linkage_ptr,54 ptr to area for hcs_$assign_linkage calls  000070 2-60 equ stack_header.heap_header_ptr,56 ptr to heap header.  000072 2-61 equ stack_header.trace_frames,58 stack of trace_catch_ frames 000073 2-62 equ stach_header.trace_top_ptr,59 trace pointer  000074 2-63 equ stack_header.in_trace,60 trace antirecurse bit  000100 2-64 equ stack_header_end,64 length of stack header  2-65  2-66  2-67  2-68  000000 2-69 equ trace_frames.count,0 number of trace frames on stack  000001 2-70 equ trace_frames.top_ptr,1 packed pointer to top one  2-71  2-72 " The following constant is an offset within the pl1 operators table.  2-73 " It references a transfer vector table.  2-74  000551 2-75 bool tv_offset,551 2-76  2-77  2-78 " The following constants are offsets within this transfer vector table.  2-79  001170 2-80 equ call_offset,tv_offset+271  001171 2-81 equ push_offset,tv_offset+272  001172 2-82 equ return_offset,tv_offset+273  001173 2-83 equ return_no_pop_offset,tv_offset+274 001174 2-84 equ entry_offset,tv_offset+275 2-85  2-86  2-87 " END INCLUDE FILE stack_header.incl.alm  2-317  2-318 " END INCLUDE FILE ... ssu_request_macros.incl.alm  45  002054 46 name rdm_request_tables_  47  48 " 49  50 " Standard read_mail requests  51  52 begin_table standard_requests  000000 segdef standard_requests  000000 aa 163 162 161 164 000001 aa 137 064 056 060 000002 aa 163 164 141 156 000003 aa 144 141 162 144 000004 aa 137 162 145 161 000005 aa 165 145 163 164 000006 aa 163 040 040 040 000007 aa 040 040 040 040 000010 aa 040 040 040 040 000011 aa 040 040 040 040 000006 000012 aa 000000 000000 000013 aa 000000 000000 000014 aa 000000 000000 000015 aa 000000 000000 000016 aa 000000 000000 000017 aa 000000 000000 000020 aa 000000 000045 53  54 request ., 55 rdm_misc_requests_$self_identify,  56 (),  57 (Print current status.)  000021 00 000300 000515 000022 0a 002054 000025 000023 aa 400000 000000 58  59 request quit,  60 rdm_misc_requests_$quit_request, 61 (q), 62 (Leave read_mail.)  000024 00 000303 000526 000025 0a 002062 000020 000026 aa 400000 000000 63  64 request print, 65 rdm_msg_requests_$print_request, 66 (pr,p),  67 (Print the specified messages.)  000027 00 000306 000547 000030 0a 002066 000035 000031 aa 400000 000000 68  69 request print_header,  70 rdm_msg_requests_$print_header_request,  71 (prhe),  72 (Print the headers of the specified messages.)  000032 00 000311 000600 000033 0a 002076 000054 000034 aa 400000 000000 73  74 request list,  75 rdm_msg_requests_$list_request,  76 (ls),  77 (List the specified messages.),  78 flags.allow_both 000035 00 000314 000621 000036 0a 002111 000034 000037 aa 600000 000000 79  80 request delete,  81 rdm_msg_requests_$delete_request,  82 (dl,d),  83 (Delete the specified messages.) 000040 00 000317 000642 000041 0a 002120 000036 000042 aa 400000 000000 84  85 request retrieve,  86 rdm_msg_requests_$retrieve_request,  87 (rt),  88 (Retrieve the specified messages after deletion.)  000043 00 000322 000673 000044 0a 002130 000057 000045 aa 400000 000000 89  90 request reply, 91 rdm_reply_request_$reply_request,  92 (rp),  93 (Reply to the specified messages.)  000046 00 000325 000714 000047 0a 002144 000040 000050 aa 400000 000000 94  95 request write, 96 rdm_file_requests_$write_request,  97 (w), 98 (Write a single message into a segment, unformatted.)  000051 00 000330 000735 000052 0a 002154 000063 000053 aa 400000 000000 99  100 request log,  101 rdm_mbx_requests_$log_request,  102 (),  103 (Save the specified messages into the default log mailbox.)  000054 00 000333 000756 000055 0a 002171 000071 000056 aa 400000 000000 104  105 request save,  106 rdm_mbx_requests_$save_request,  107 (sv),  108 (Save the specified messages into a specified save mailbox.) 000057 00 000336 000767 000060 0a 002210 000072 000061 aa 400000 000000 109  110 request forward,  111 rdm_forward_request_$forward_request,  112 (fwd,for),  113 (Forward the specified message to other users.)  000062 00 000341 001010 000063 0a 002227 000055 000064 aa 400000 000000 114  115 request copy,  116 rdm_mbx_requests_$copy_request,  117 (cp),  118 (Copy the specified messages into another mailbox.)  000065 00 000344 001041 000066 0a 002243 000061 000067 aa 400000 000000 119  120 request append,  121 rdm_file_requests_$append_request,  122 (app),  123 (Append messages to the end of an existing file.)  000070 00 000347 001062 000071 0a 002260 000057 000072 aa 400000 000000 124  125 request preface,  126 rdm_file_requests_$preface_request,  127 (prf),  128 (Preface the messages at the front of an existing file.) 000073 00 000352 001103 000074 0a 002274 000066 000075 aa 400000 000000 129  130 request mailbox,  131 rdm_msg_requests_$mailbox_request,  132 (mbx),  133 (Return the pathname of the mailbox being read.),  134 flags.allow_both 000076 00 000355 001124 000077 0a 002312 000056 000100 aa 600000 000000 135  136 request first, 137 rdm_msg_requests_$first_request, 138 (f), 139 (Return the number of the first message.),  140 flags.allow_both 000101 00 000360 001145 000102 0a 002326 000047 000103 aa 600000 000000 141  142 request last,  143 rdm_msg_requests_$last_request,  144 (l), 145 (Return the number of the last message.),  146 flags.allow_both 000104 00 000363 001166 000105 0a 002340 000046 000106 aa 600000 000000 147  148 request current,  149 rdm_msg_requests_$current_request,  150 (c), 151 (Return the number of the current message.), 152 flags.allow_both 000107 00 000366 001207 000110 0a 002352 000051 000111 aa 600000 000000 153  154 request previous,  155 rdm_msg_requests_$previous_request,  156 (),  157 (Return the number of the previous message.),  158 flags.allow_both 000112 00 000371 001230 000113 0a 002365 000052 000114 aa 600000 000000 159  160 request next,  161 rdm_msg_requests_$next_request,  162 (),  163 (Return the number of the next message.),  164 flags.allow_both 000115 00 000374 001241 000116 0a 002400 000046 000117 aa 600000 000000 165  166 request all,  167 rdm_msg_requests_$all_request,  168 (),  169 (Return the numbers of all the messages.),  170 flags.allow_both 000120 00 000377 001252 000121 0a 002412 000047 000122 aa 600000 000000 171  172 request seen,  173 rdm_msg_requests_$seen_request,  174 (),  175 (Return the numbers of all seen messages.),  176 flags.allow_both+flags.dont_summarize  000123 00 000402 001263 000124 0a 002424 000050 000125 aa 620000 000000 177  178 request unseen,  179 rdm_msg_requests_$unseen_request,  180 (),  181 (Return the numbers of all unseen messages.),  182 flags.allow_both+flags.dont_summarize  000126 00 000405 001274 000127 0a 002436 000052 000130 aa 620000 000000 183  184 request new,  185 rdm_msg_requests_$new_request,  186 (),  187 (Return the numbers of all new messages.),  188 flags.allow_both+flags.dont_summarize  000131 00 000410 001305 000132 0a 002451 000047 000133 aa 620000 000000 189  190 request first_seen,  191 rdm_msg_requests_$first_seen_request,  192 (fs),  193 (Return the number of the first seen message.),  194 flags.allow_both+flags.dont_summarize  000134 00 000413 001316 000135 0a 002463 000054 000136 aa 620000 000000 195  196 request first_unseen,  197 rdm_msg_requests_$first_unseen_request,  198 (fu),  199 (Return the number of the first unseen message.),  200 flags.allow_both+flags.dont_summarize  000137 00 000416 001337 000140 0a 002476 000056 000141 aa 620000 000000 201  202 request last_seen, 203 rdm_msg_requests_$last_seen_request, 204 (),  205 (Return the number of the last seen message.),  206 flags.allow_both+flags.dont_summarize  000142 00 000421 001360 000143 0a 002512 000053 000144 aa 620000 000000 207  208 request last_unseen,  209 rdm_msg_requests_$last_unseen_request,  210 (lu),  211 (Return the number of the last unseen message.), 212 flags.allow_both+flags.dont_summarize  000145 00 000424 001371 000146 0a 002525 000055 000147 aa 620000 000000 213  214 request next_seen, 215 rdm_msg_requests_$next_seen_request, 216 (ns),  217 (Return the number of the next seen message.),  218 flags.allow_both+flags.dont_summarize  000150 00 000427 001412 000151 0a 002541 000053 000152 aa 620000 000000 219  220 request next_unseen,  221 rdm_msg_requests_$next_unseen_request,  222 (nu),  223 (Return the number of the next unseen message.), 224 flags.allow_both+flags.dont_summarize  000153 00 000432 001433 000154 0a 002554 000055 000155 aa 620000 000000 225  226 request previous_seen, 227 rdm_msg_requests_$previous_seen_request, 228 (ps),  229 (Return the number of the previous seen message.),  230 flags.allow_both+flags.dont_summarize  000156 00 000435 001454 000157 0a 002570 000057 000160 aa 620000 000000 231  232 request previous_unseen,  233 rdm_msg_requests_$previous_unseen_request,  234 (pu),  235 (Return the number of the previous unseen message.), 236 flags.allow_both+flags.dont_summarize  000161 00 000440 001475 000162 0a 002604 000061 000163 aa 620000 000000 237  238 request apply, 239 rdm_apply_request_$apply_request,  240 (ap),  241 (Apply a Multics command line to the specified messages.)  000164 00 000443 001516 000165 0a 002621 000067 000166 aa 400000 000000 242  243 request switch_on, 244 rdm_msg_requests_$switch_on_request, 245 (swn),  246 (Turn on the specified per-message switch, eg. the seen switch.) 000167 00 000446 001537 000170 0a 002637 000076 000171 aa 400000 000000 247  248 request switch_off,  249 rdm_msg_requests_$switch_off_request,  250 (swf),  251 (Turn off the specified per-message switch, eg. the seen switch.)  000172 00 000451 001560 000173 0a 002657 000077 000174 aa 400000 000000 252  253 request debug_mode,  254 rdm_debug_requests_$debug_mode,  255 (),  256 (Enable/disable read_mail debugging facilities.),  257 flags.allow_command+flags.dont_summarize+flags.dont_list 000175 00 000454 001601 000176 0a 002677 000056 000177 aa 430000 000000 258  259 end_table standard_requests  260  261 " 262  263 " Requests used for debugging read_mail 264  265 begin_table debug_requests 000200 segdef debug_requests  000200 aa 163 162 161 164 000201 aa 137 064 056 060 000202 aa 144 145 142 165 000203 aa 147 137 162 145 000204 aa 161 165 145 163 000205 aa 164 163 040 040 000206 aa 040 040 040 040 000207 aa 040 040 040 040 000210 aa 040 040 040 040 000211 aa 040 040 040 040 000006 000212 aa 000000 000000 000213 aa 000000 000000 000214 aa 000000 000000 000215 aa 000000 000000 000216 aa 000000 000000 000217 aa 000000 000000 000220 aa 000000 000001 266  267 request probe, 268 rdm_debug_requests_$probe,  269 (pb),  270 (Invokes the probe debugger with all available data structures.),  271 flags.allow_command+flags.dont_summarize+flags.dont_list 000221 00 000457 001612 000222 0a 002713 000076 000223 aa 430000 000000 272  273 end_table debug_requests  274  275 " 276  277 " Requests used by the sub-request loop of the read_mail forward request  278  279 begin_table forward_requests  000224 segdef forward_requests  000224 aa 163 162 161 164 000225 aa 137 064 056 060 000226 aa 146 157 162 167 000227 aa 141 162 144 137 000230 aa 162 145 161 165 000231 aa 145 163 164 163 000232 aa 040 040 040 040 000233 aa 040 040 040 040 000234 aa 040 040 040 040 000235 aa 040 040 040 040 000006 000236 aa 000000 000000 000237 aa 000000 000000 000240 aa 000000 000000 000241 aa 000000 000000 000242 aa 000000 000000 000243 aa 000000 000000 000244 aa 000000 000011 280  281 request quit,  282 rdm_fwd_misc_requests_$quit_request, 283 (q), 284 (Exit the forwarding sub-request loop without sending the forwarded message.)  000245 00 000462 001633 000246 0a 002733 000113 000247 aa 400000 000000 285  286 request print, 287 rdm_fwd_text_requests_$print_request,  288 (pr,p),  289 (Print the comment text.)  000250 00 000465 001654 000251 0a 002756 000027 000252 aa 400000 000000 290  291 request send,  292 rdm_fwd_misc_requests_$send_request, 293 (),  294 (Send the forwarded message.)  000253 00 000470 001705 000254 0a 002764 000033 000255 aa 400000 000000 295  296 request qedx,  297 rdm_fwd_text_requests_$qedx_request, 298 (qx),  299 (Edit the comment text.) 000256 00 000473 001716 000257 0a 002773 000026 000260 aa 400000 000000 300  301 request fill,  302 rdm_fwd_text_requests_$fill_request, 303 (fi),  304 (Reformat text of the comment to fit in given width.)  000261 00 000476 001737 000262 0a 003001 000063 000263 aa 400000 000000 305  306 request apply, 307 rdm_fwd_text_requests_$apply_request,  308 (ap),  309 (Apply a Multics command line to the comment text.)  000264 00 000501 001760 000265 0a 003016 000061 000266 aa 400000 000000 310  311 request debug_mode,  312 rdm_fwd_debug_requests_$debug_mode,  313 (),  314 (Enable/disable forwarding debugging facilities.),  315 flags.allow_command+flags.dont_summarize+flags.dont_list 000267 00 000504 002001 000270 0a 003033 000057 000271 aa 430000 000000 316  317 request probe, 318 rdm_fwd_debug_requests_$probe,  319 (pb),  320 (Invokes the probe debugger with all available data structures.),  321 flags.allow_command+flags.dont_summarize+flags.dont_list 000272 00 000507 002012 000273 0a 003047 000076 000274 aa 430000 000000 322  323 request print_original,  324 rdm_msg_requests_$print_request, 325 (pro),  326 (Prints the message(s) being forwarded.) 000275 00 000512 002033 000276 0a 003067 000046 000277 aa 400000 000000 327  328 end_table forward_requests 329  330 end  NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 003102 5a 000003 000000 003103 5a 000051 600000 003104 aa 000000 000000 003105 55 000013 000002 003106 5a 000002 400003 003107 55 000006 000013 003110 aa 023 162 144 155 003111 aa 137 162 145 161 003112 aa 165 145 163 164 003113 aa 137 164 141 142 003114 aa 154 145 163 137 003115 55 000023 000003 003116 0a 000224 400000 003117 55 000016 000003 003120 aa 020 146 157 162 forward_requests  003121 aa 167 141 162 144 003122 aa 137 162 145 161 003123 aa 165 145 163 164 003124 aa 163 000 000 000 003125 55 000032 000013 003126 0a 000200 400000 003127 55 000026 000003 003130 aa 016 144 145 142 debug_requests  003131 aa 165 147 137 162 003132 aa 145 161 165 145 003133 aa 163 164 163 000 003134 55 000042 000023 003135 0a 000000 400000 003136 55 000035 000003 003137 aa 021 163 164 141 standard_requests  003140 aa 156 144 141 162 003141 aa 144 137 162 145 003142 aa 161 165 145 163 003143 aa 164 163 000 000 003144 55 000002 000032 003145 6a 000000 400002 003146 55 000045 000003 003147 aa 014 163 171 155 symbol_table  003150 aa 142 157 154 137 003151 aa 164 141 142 154 003152 aa 145 000 000 000 DEFINITIONS HASH TABLE  003153 aa 000000 000015 003154 aa 000000 000000 003155 aa 000000 000000 003156 aa 000000 000000 003157 aa 000000 000000 003160 5a 000023 000000 003161 aa 000000 000000 003162 5a 000013 000000 003163 5a 000042 000000 003164 aa 000000 000000 003165 5a 000032 000000 003166 aa 000000 000000 003167 aa 000000 000000 003170 aa 000000 000000 EXTERNAL NAMES  003171 aa 027 162 144 155 rdm_fwd_debug_requests_ 003172 aa 137 146 167 144 003173 aa 137 144 145 142 003174 aa 165 147 137 162 003175 aa 145 161 165 145 003176 aa 163 164 163 137 003177 aa 014 146 151 154 fill_request  003200 aa 154 137 162 145 003201 aa 161 165 145 163 003202 aa 164 000 000 000 003203 aa 014 161 145 144 qedx_request  003204 aa 170 137 162 145 003205 aa 161 165 145 163 003206 aa 164 000 000 000 003207 aa 014 163 145 156 send_request  003210 aa 144 137 162 145 003211 aa 161 165 145 163 003212 aa 164 000 000 000 003213 aa 026 162 144 155 rdm_fwd_text_requests_  003214 aa 137 146 167 144 003215 aa 137 164 145 170 003216 aa 164 137 162 145 003217 aa 161 165 145 163 003220 aa 164 163 137 000 003221 aa 026 162 144 155 rdm_fwd_misc_requests_  003222 aa 137 146 167 144 003223 aa 137 155 151 163 003224 aa 143 137 162 145 003225 aa 161 165 145 163 003226 aa 164 163 137 000 003227 aa 005 160 162 157 probe  003230 aa 142 145 000 000 003231 aa 012 144 145 142 debug_mode  003232 aa 165 147 137 155 003233 aa 157 144 145 000 003234 aa 023 162 144 155 rdm_debug_requests_ 003235 aa 137 144 145 142 003236 aa 165 147 137 162 003237 aa 145 161 165 145 003240 aa 163 164 163 137 003241 aa 022 163 167 151 switch_off_request  003242 aa 164 143 150 137 003243 aa 157 146 146 137 003244 aa 162 145 161 165 003245 aa 145 163 164 000 003246 aa 021 163 167 151 switch_on_request  003247 aa 164 143 150 137 003250 aa 157 156 137 162 003251 aa 145 161 165 145 003252 aa 163 164 000 000 003253 aa 015 141 160 160 apply_request  003254 aa 154 171 137 162 003255 aa 145 161 165 145 003256 aa 163 164 000 000 003257 aa 022 162 144 155 rdm_apply_request_  003260 aa 137 141 160 160 003261 aa 154 171 137 162 003262 aa 145 161 165 145 003263 aa 163 164 137 000 003264 aa 027 160 162 145 previous_unseen_request 003265 aa 166 151 157 165 003266 aa 163 137 165 156 003267 aa 163 145 145 156 003270 aa 137 162 145 161 003271 aa 165 145 163 164 003272 aa 025 160 162 145 previous_seen_request  003273 aa 166 151 157 165 003274 aa 163 137 163 145 003275 aa 145 156 137 162 003276 aa 145 161 165 145 003277 aa 163 164 000 000 003300 aa 023 156 145 170 next_unseen_request 003301 aa 164 137 165 156 003302 aa 163 145 145 156 003303 aa 137 162 145 161 003304 aa 165 145 163 164 003305 aa 021 156 145 170 next_seen_request  003306 aa 164 137 163 145 003307 aa 145 156 137 162 003310 aa 145 161 165 145 003311 aa 163 164 000 000 003312 aa 023 154 141 163 last_unseen_request 003313 aa 164 137 165 156 003314 aa 163 145 145 156 003315 aa 137 162 145 161 003316 aa 165 145 163 164 003317 aa 021 154 141 163 last_seen_request  003320 aa 164 137 163 145 003321 aa 145 156 137 162 003322 aa 145 161 165 145 003323 aa 163 164 000 000 003324 aa 024 146 151 162 first_unseen_request  003325 aa 163 164 137 165 003326 aa 156 163 145 145 003327 aa 156 137 162 145 003330 aa 161 165 145 163 003331 aa 164 000 000 000 003332 aa 022 146 151 162 first_seen_request  003333 aa 163 164 137 163 003334 aa 145 145 156 137 003335 aa 162 145 161 165 003336 aa 145 163 164 000 003337 aa 013 156 145 167 new_request 003340 aa 137 162 145 161 003341 aa 165 145 163 164 003342 aa 016 165 156 163 unseen_request  003343 aa 145 145 156 137 003344 aa 162 145 161 165 003345 aa 145 163 164 000 003346 aa 014 163 145 145 seen_request  003347 aa 156 137 162 145 003350 aa 161 165 145 163 003351 aa 164 000 000 000 003352 aa 013 141 154 154 all_request 003353 aa 137 162 145 161 003354 aa 165 145 163 164 003355 aa 014 156 145 170 next_request  003356 aa 164 137 162 145 003357 aa 161 165 145 163 003360 aa 164 000 000 000 003361 aa 020 160 162 145 previous_request  003362 aa 166 151 157 165 003363 aa 163 137 162 145 003364 aa 161 165 145 163 003365 aa 164 000 000 000 003366 aa 017 143 165 162 current_request 003367 aa 162 145 156 164 003370 aa 137 162 145 161 003371 aa 165 145 163 164 003372 aa 014 154 141 163 last_request  003373 aa 164 137 162 145 003374 aa 161 165 145 163 003375 aa 164 000 000 000 003376 aa 015 146 151 162 first_request  003377 aa 163 164 137 162 003400 aa 145 161 165 145 003401 aa 163 164 000 000 003402 aa 017 155 141 151 mailbox_request 003403 aa 154 142 157 170 003404 aa 137 162 145 161 003405 aa 165 145 163 164 003406 aa 017 160 162 145 preface_request 003407 aa 146 141 143 145 003410 aa 137 162 145 161 003411 aa 165 145 163 164 003412 aa 016 141 160 160 append_request  003413 aa 145 156 144 137 003414 aa 162 145 161 165 003415 aa 145 163 164 000 003416 aa 014 143 157 160 copy_request  003417 aa 171 137 162 145 003420 aa 161 165 145 163 003421 aa 164 000 000 000 003422 aa 017 146 157 162 forward_request 003423 aa 167 141 162 144 003424 aa 137 162 145 161 003425 aa 165 145 163 164 003426 aa 024 162 144 155 rdm_forward_request_  003427 aa 137 146 157 162 003430 aa 167 141 162 144 003431 aa 137 162 145 161 003432 aa 165 145 163 164 003433 aa 137 000 000 000 003434 aa 014 163 141 166 save_request  003435 aa 145 137 162 145 003436 aa 161 165 145 163 003437 aa 164 000 000 000 003440 aa 013 154 157 147 log_request 003441 aa 137 162 145 161 003442 aa 165 145 163 164 003443 aa 021 162 144 155 rdm_mbx_requests_  003444 aa 137 155 142 170 003445 aa 137 162 145 161 003446 aa 165 145 163 164 003447 aa 163 137 000 000 003450 aa 015 167 162 151 write_request  003451 aa 164 145 137 162 003452 aa 145 161 165 145 003453 aa 163 164 000 000 003454 aa 022 162 144 155 rdm_file_requests_  003455 aa 137 146 151 154 003456 aa 145 137 162 145 003457 aa 161 165 145 163 003460 aa 164 163 137 000 003461 aa 015 162 145 160 reply_request  003462 aa 154 171 137 162 003463 aa 145 161 165 145 003464 aa 163 164 000 000 003465 aa 022 162 144 155 rdm_reply_request_  003466 aa 137 162 145 160 003467 aa 154 171 137 162 003470 aa 145 161 165 145 003471 aa 163 164 137 000 003472 aa 020 162 145 164 retrieve_request  003473 aa 162 151 145 166 003474 aa 145 137 162 145 003475 aa 161 165 145 163 003476 aa 164 000 000 000 003477 aa 016 144 145 154 delete_request  003500 aa 145 164 145 137 003501 aa 162 145 161 165 003502 aa 145 163 164 000 003503 aa 014 154 151 163 list_request  003504 aa 164 137 162 145 003505 aa 161 165 145 163 003506 aa 164 000 000 000 003507 aa 024 160 162 151 print_header_request  003510 aa 156 164 137 150 003511 aa 145 141 144 145 003512 aa 162 137 162 145 003513 aa 161 165 145 163 003514 aa 164 000 000 000 003515 aa 015 160 162 151 print_request  003516 aa 156 164 137 162 003517 aa 145 161 165 145 003520 aa 163 164 000 000 003521 aa 021 162 144 155 rdm_msg_requests_  003522 aa 137 155 163 147 003523 aa 137 162 145 161 003524 aa 165 145 163 164 003525 aa 163 137 000 000 003526 aa 014 161 165 151 quit_request  003527 aa 164 137 162 145 003530 aa 161 165 145 163 003531 aa 164 000 000 000 003532 aa 015 163 145 154 self_identify  003533 aa 146 137 151 144 003534 aa 145 156 164 151 003535 aa 146 171 000 000 003536 aa 022 162 144 155 rdm_misc_requests_  003537 aa 137 155 151 163 003540 aa 143 137 162 145 003541 aa 161 165 145 163 003542 aa 164 163 137 000 NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  003543 aa 000004 000000 003544 55 000067 000125 003545 aa 000004 000000 003546 55 000067 000127 003547 aa 000004 000000 003550 55 000111 000151 003551 aa 000004 000000 003552 55 000111 000075 003553 aa 000004 000000 003554 55 000111 000101 003555 aa 000004 000000 003556 55 000117 000105 003557 aa 000004 000000 003560 55 000111 000413 003561 aa 000004 000000 003562 55 000117 000424 003563 aa 000004 000000 003564 55 000132 000125 003565 aa 000004 000000 003566 55 000132 000127 003567 aa 000004 000000 003570 55 000417 000137 003571 aa 000004 000000 003572 55 000417 000144 003573 aa 000004 000000 003574 55 000155 000151 003575 aa 000004 000000 003576 55 000417 000162 003577 aa 000004 000000 003600 55 000417 000170 003601 aa 000004 000000 003602 55 000417 000176 003603 aa 000004 000000 003604 55 000417 000203 003605 aa 000004 000000 003606 55 000417 000210 003607 aa 000004 000000 003610 55 000417 000215 003611 aa 000004 000000 003612 55 000417 000222 003613 aa 000004 000000 003614 55 000417 000230 003615 aa 000004 000000 003616 55 000417 000235 003617 aa 000004 000000 003620 55 000417 000240 003621 aa 000004 000000 003622 55 000417 000244 003623 aa 000004 000000 003624 55 000417 000250 003625 aa 000004 000000 003626 55 000417 000253 003627 aa 000004 000000 003630 55 000417 000257 003631 aa 000004 000000 003632 55 000417 000264 003633 aa 000004 000000 003634 55 000417 000270 003635 aa 000004 000000 003636 55 000417 000274 003637 aa 000004 000000 003640 55 000417 000300 003641 aa 000004 000000 003642 55 000352 000304 003643 aa 000004 000000 003644 55 000352 000310 003645 aa 000004 000000 003646 55 000341 000314 003647 aa 000004 000000 003650 55 000324 000320 003651 aa 000004 000000 003652 55 000341 000332 003653 aa 000004 000000 003654 55 000341 000336 003655 aa 000004 000000 003656 55 000352 000346 003657 aa 000004 000000 003660 55 000363 000357 003661 aa 000004 000000 003662 55 000417 000370 003663 aa 000004 000000 003664 55 000417 000375 003665 aa 000004 000000 003666 55 000417 000401 003667 aa 000004 000000 003670 55 000417 000405 003671 aa 000004 000000 003672 55 000417 000413 003673 aa 000004 000000 003674 55 000434 000424 003675 aa 000004 000000 003676 55 000434 000430 003677 aa 000001 000000 003700 aa 000000 000000 INTERNAL EXPRESSION WORDS 003701 5a 000441 000000 003702 5a 000443 000000 003703 5a 000445 000000 003704 5a 000447 000000 003705 5a 000451 000000 003706 5a 000453 000000 003707 5a 000455 000000 003710 5a 000457 000000 003711 5a 000461 000000 003712 5a 000463 000000 003713 5a 000465 000000 003714 5a 000467 000000 003715 5a 000471 000000 003716 5a 000473 000000 003717 5a 000475 000000 003720 5a 000477 000000 003721 5a 000501 000000 003722 5a 000503 000000 003723 5a 000505 000000 003724 5a 000507 000000 003725 5a 000511 000000 003726 5a 000513 000000 003727 5a 000515 000000 003730 5a 000517 000000 003731 5a 000521 000000 003732 5a 000523 000000 003733 5a 000525 000000 003734 5a 000527 000000 003735 5a 000531 000000 003736 5a 000533 000000 003737 5a 000535 000000 003740 5a 000537 000000 003741 5a 000541 000000 003742 5a 000543 000000 003743 5a 000545 000000 003744 5a 000547 000000 003745 5a 000551 000000 003746 5a 000553 000000 003747 5a 000555 000000 003750 5a 000557 000000 003751 5a 000561 000000 003752 5a 000563 000000 003753 5a 000565 000000 003754 5a 000567 000000 003755 5a 000571 000000 003756 5a 000573 000000 003757 aa 000000 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 0a 003102 000000 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000010 000144 000007 a2 000000 000000 000010 9a 777770 0000 46 rdm_misc_requests_|self_identify  000011 5a 000654 0000 00 000012 9a 777766 0000 46 rdm_misc_requests_|quit_request 000013 5a 000653 0000 00 000014 9a 777764 0000 46 rdm_msg_requests_|print_request 000015 5a 000652 0000 00 000016 9a 777762 0000 46 rdm_msg_requests_|print_header_request  000017 5a 000651 0000 00 000020 9a 777760 0000 46 rdm_msg_requests_|list_request  000021 5a 000650 0000 00 000022 9a 777756 0000 46 rdm_msg_requests_|delete_request  000023 5a 000647 0000 00 000024 9a 777754 0000 46 rdm_msg_requests_|retrieve_request  000025 5a 000646 0000 00 000026 9a 777752 0000 46 rdm_reply_request_|reply_request  000027 5a 000645 0000 00 000030 9a 777750 0000 46 rdm_file_requests_|write_request  000031 5a 000644 0000 00 000032 9a 777746 0000 46 rdm_mbx_requests_|log_request  000033 5a 000643 0000 00 000034 9a 777744 0000 46 rdm_mbx_requests_|save_request  000035 5a 000642 0000 00 000036 9a 777742 0000 46 rdm_forward_request_|forward_request  000037 5a 000641 0000 00 000040 9a 777740 0000 46 rdm_mbx_requests_|copy_request  000041 5a 000640 0000 00 000042 9a 777736 0000 46 rdm_file_requests_|append_request  000043 5a 000637 0000 00 000044 9a 777734 0000 46 rdm_file_requests_|preface_request  000045 5a 000636 0000 00 000046 9a 777732 0000 46 rdm_msg_requests_|mailbox_request  000047 5a 000635 0000 00 000050 9a 777730 0000 46 rdm_msg_requests_|first_request 000051 5a 000634 0000 00 000052 9a 777726 0000 46 rdm_msg_requests_|last_request  000053 5a 000633 0000 00 000054 9a 777724 0000 46 rdm_msg_requests_|current_request  000055 5a 000632 0000 00 000056 9a 777722 0000 46 rdm_msg_requests_|previous_request  000057 5a 000631 0000 00 000060 9a 777720 0000 46 rdm_msg_requests_|next_request  000061 5a 000630 0000 00 000062 9a 777716 0000 46 rdm_msg_requests_|all_request  000063 5a 000627 0000 00 000064 9a 777714 0000 46 rdm_msg_requests_|seen_request  000065 5a 000626 0000 00 000066 9a 777712 0000 46 rdm_msg_requests_|unseen_request  000067 5a 000625 0000 00 000070 9a 777710 0000 46 rdm_msg_requests_|new_request  000071 5a 000624 0000 00 000072 9a 777706 0000 46 rdm_msg_requests_|first_seen_request  000073 5a 000623 0000 00 000074 9a 777704 0000 46 rdm_msg_requests_|first_unseen_request  000075 5a 000622 0000 00 000076 9a 777702 0000 46 rdm_msg_requests_|last_seen_request 000077 5a 000621 0000 00 000100 9a 777700 0000 46 rdm_msg_requests_|last_unseen_request  000101 5a 000620 0000 00 000102 9a 777676 0000 46 rdm_msg_requests_|next_seen_request 000103 5a 000617 0000 00 000104 9a 777674 0000 46 rdm_msg_requests_|next_unseen_request  000105 5a 000616 0000 00 000106 9a 777672 0000 46 rdm_msg_requests_|previous_seen_request 000107 5a 000615 0000 00 000110 9a 777670 0000 46 rdm_msg_requests_|previous_unseen_request  000111 5a 000614 0000 00 000112 9a 777666 0000 46 rdm_apply_request_|apply_request  000113 5a 000613 0000 00 000114 9a 777664 0000 46 rdm_msg_requests_|switch_on_request 000115 5a 000612 0000 00 000116 9a 777662 0000 46 rdm_msg_requests_|switch_off_request  000117 5a 000611 0000 00 000120 9a 777660 0000 46 rdm_debug_requests_|debug_mode  000121 5a 000610 0000 00 000122 9a 777656 0000 46 rdm_debug_requests_|probe  000123 5a 000607 0000 00 000124 9a 777654 0000 46 rdm_fwd_misc_requests_|quit_request 000125 5a 000606 0000 00 000126 9a 777652 0000 46 rdm_fwd_text_requests_|print_request  000127 5a 000605 0000 00 000130 9a 777650 0000 46 rdm_fwd_misc_requests_|send_request 000131 5a 000604 0000 00 000132 9a 777646 0000 46 rdm_fwd_text_requests_|qedx_request 000133 5a 000603 0000 00 000134 9a 777644 0000 46 rdm_fwd_text_requests_|fill_request 000135 5a 000602 0000 00 000136 9a 777642 0000 46 rdm_fwd_text_requests_|apply_request  000137 5a 000601 0000 00 000140 9a 777640 0000 46 rdm_fwd_debug_requests_|debug_mode  000141 5a 000600 0000 00 000142 9a 777636 0000 46 rdm_fwd_debug_requests_|probe  000143 5a 000577 0000 00 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 114732 000005 aa 732732 062314 000006 aa 000000 114775 000007 aa 672110 726451 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000371 000020 aa 000000 000150 000021 aa 000000 000336 000022 aa 000361 000150 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056067 000030 aa 040040 117143 000031 aa 164157 142145 000032 aa 162040 061071 000033 aa 070066 040040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 141040 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 154151 163164 000045 aa 040040 040040 000046 aa 040040 040040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040040 040040 000057 aa 040040 040040 000060 aa 040040 040040 000061 aa 040040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000003 000066 aa 000102 000070 000067 aa 147740 446144 000070 aa 000000 114774 000071 aa 461047 000000 000072 aa 000120 000050 000073 aa 133055 020064 000074 aa 000000 113310 000075 aa 612334 200000 000076 aa 000132 000066 000077 aa 147714 750316 000100 aa 000000 114774 000101 aa 453561 000000 000102 aa 076163 160145 >special_ldd>install>MR12.0-1206>rdm_request_tables_.alm  000103 aa 143151 141154 000104 aa 137154 144144 000105 aa 076151 156163 000106 aa 164141 154154 000107 aa 076115 122061 000110 aa 062056 060055 000111 aa 061062 060066 000112 aa 076162 144155 000113 aa 137162 145161 000114 aa 165145 163164 000115 aa 137164 141142 000116 aa 154145 163137 000117 aa 056141 154155 000120 aa 076154 144144 >ldd>include>ssu_request_macros.incl.alm  000121 aa 076151 156143 000122 aa 154165 144145 000123 aa 076163 163165 000124 aa 137162 145161 000125 aa 165145 163164 000126 aa 137155 141143 000127 aa 162157 163056 000130 aa 151156 143154 000131 aa 056141 154155 000132 aa 076163 160145 >special_ldd>install>MR12.0-1206>stack_header.incl.alm  000133 aa 143151 141154 000134 aa 137154 144144 000135 aa 076151 156163 000136 aa 164141 154154 000137 aa 076115 122061 000140 aa 062056 060055 000141 aa 061062 060066 000142 aa 076163 164141 000143 aa 143153 137150 000144 aa 145141 144145 000145 aa 162056 151156 000146 aa 143154 056141 000147 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  300 .._00000.call rdm_request_tables_: 57. 2054 .._00000.info rdm_request_tables_: 57. 515 .._00000.names rdm_request_tables_: 57. 303 .._00001.call rdm_request_tables_: 62. 2062 .._00001.info rdm_request_tables_: 62. 526 .._00001.names rdm_request_tables_: 62. 306 .._00002.call rdm_request_tables_: 67. 2066 .._00002.info rdm_request_tables_: 67. 547 .._00002.names rdm_request_tables_: 67. 311 .._00003.call rdm_request_tables_: 72. 2076 .._00003.info rdm_request_tables_: 72. 600 .._00003.names rdm_request_tables_: 72. 314 .._00004.call rdm_request_tables_: 78. 2111 .._00004.info rdm_request_tables_: 78. 621 .._00004.names rdm_request_tables_: 78. 317 .._00005.call rdm_request_tables_: 83. 2120 .._00005.info rdm_request_tables_: 83. 642 .._00005.names rdm_request_tables_: 83. 322 .._00006.call rdm_request_tables_: 88. 2130 .._00006.info rdm_request_tables_: 88. 673 .._00006.names rdm_request_tables_: 88. 325 .._00007.call rdm_request_tables_: 93. 2144 .._00007.info rdm_request_tables_: 93. 714 .._00007.names rdm_request_tables_: 93. 330 .._00010.call rdm_request_tables_: 98. 2154 .._00010.info rdm_request_tables_: 98. 735 .._00010.names rdm_request_tables_: 98. 333 .._00011.call rdm_request_tables_: 103. 2171 .._00011.info rdm_request_tables_: 103. 756 .._00011.names rdm_request_tables_: 103. 336 .._00012.call rdm_request_tables_: 108. 2210 .._00012.info rdm_request_tables_: 108. 767 .._00012.names rdm_request_tables_: 108. 341 .._00013.call rdm_request_tables_: 113. 2227 .._00013.info rdm_request_tables_: 113. 1010 .._00013.names rdm_request_tables_: 113. 344 .._00014.call rdm_request_tables_: 118. 2243 .._00014.info rdm_request_tables_: 118. 1041 .._00014.names rdm_request_tables_: 118. 347 .._00015.call rdm_request_tables_: 123. 2260 .._00015.info rdm_request_tables_: 123. 1062 .._00015.names rdm_request_tables_: 123. 352 .._00016.call rdm_request_tables_: 128. 2274 .._00016.info rdm_request_tables_: 128. 1103 .._00016.names rdm_request_tables_: 128. 355 .._00017.call rdm_request_tables_: 134. 2312 .._00017.info rdm_request_tables_: 134. 1124 .._00017.names rdm_request_tables_: 134. 360 .._00020.call rdm_request_tables_: 140. 2326 .._00020.info rdm_request_tables_: 140. 1145 .._00020.names rdm_request_tables_: 140. 363 .._00021.call rdm_request_tables_: 146. 2340 .._00021.info rdm_request_tables_: 146. 1166 .._00021.names rdm_request_tables_: 146. 366 .._00022.call rdm_request_tables_: 152. 2352 .._00022.info rdm_request_tables_: 152. 1207 .._00022.names rdm_request_tables_: 152. 371 .._00023.call rdm_request_tables_: 158. 2365 .._00023.info rdm_request_tables_: 158. 1230 .._00023.names rdm_request_tables_: 158. 374 .._00024.call rdm_request_tables_: 164. 2400 .._00024.info rdm_request_tables_: 164. 1241 .._00024.names rdm_request_tables_: 164. 377 .._00025.call rdm_request_tables_: 170. 2412 .._00025.info rdm_request_tables_: 170. 1252 .._00025.names rdm_request_tables_: 170. 402 .._00026.call rdm_request_tables_: 176. 2424 .._00026.info rdm_request_tables_: 176. 1263 .._00026.names rdm_request_tables_: 176. 405 .._00027.call rdm_request_tables_: 182. 2436 .._00027.info rdm_request_tables_: 182. 1274 .._00027.names rdm_request_tables_: 182. 410 .._00030.call rdm_request_tables_: 188. 2451 .._00030.info rdm_request_tables_: 188. 1305 .._00030.names rdm_request_tables_: 188. 413 .._00031.call rdm_request_tables_: 194. 2463 .._00031.info rdm_request_tables_: 194. 1316 .._00031.names rdm_request_tables_: 194. 416 .._00032.call rdm_request_tables_: 200. 2476 .._00032.info rdm_request_tables_: 200. 1337 .._00032.names rdm_request_tables_: 200. 421 .._00033.call rdm_request_tables_: 206. 2512 .._00033.info rdm_request_tables_: 206. 1360 .._00033.names rdm_request_tables_: 206. 424 .._00034.call rdm_request_tables_: 212. 2525 .._00034.info rdm_request_tables_: 212. 1371 .._00034.names rdm_request_tables_: 212. 427 .._00035.call rdm_request_tables_: 218. 2541 .._00035.info rdm_request_tables_: 218. 1412 .._00035.names rdm_request_tables_: 218. 432 .._00036.call rdm_request_tables_: 224. 2554 .._00036.info rdm_request_tables_: 224. 1433 .._00036.names rdm_request_tables_: 224. 435 .._00037.call rdm_request_tables_: 230. 2570 .._00037.info rdm_request_tables_: 230. 1454 .._00037.names rdm_request_tables_: 230. 440 .._00040.call rdm_request_tables_: 236. 2604 .._00040.info rdm_request_tables_: 236. 1475 .._00040.names rdm_request_tables_: 236. 443 .._00041.call rdm_request_tables_: 241. 2621 .._00041.info rdm_request_tables_: 241. 1516 .._00041.names rdm_request_tables_: 241. 446 .._00042.call rdm_request_tables_: 246. 2637 .._00042.info rdm_request_tables_: 246. 1537 .._00042.names rdm_request_tables_: 246. 451 .._00043.call rdm_request_tables_: 251. 2657 .._00043.info rdm_request_tables_: 251. 1560 .._00043.names rdm_request_tables_: 251. 454 .._00044.call rdm_request_tables_: 257. 2677 .._00044.info rdm_request_tables_: 257. 1601 .._00044.names rdm_request_tables_: 257. 457 .._00045.call rdm_request_tables_: 271. 2713 .._00045.info rdm_request_tables_: 271. 1612 .._00045.names rdm_request_tables_: 271. 462 .._00046.call rdm_request_tables_: 284. 2733 .._00046.info rdm_request_tables_: 284. 1633 .._00046.names rdm_request_tables_: 284. 465 .._00047.call rdm_request_tables_: 289. 2756 .._00047.info rdm_request_tables_: 289. 1654 .._00047.names rdm_request_tables_: 289. 470 .._00050.call rdm_request_tables_: 294. 2764 .._00050.info rdm_request_tables_: 294. 1705 .._00050.names rdm_request_tables_: 294. 473 .._00051.call rdm_request_tables_: 299. 2773 .._00051.info rdm_request_tables_: 299. 1716 .._00051.names rdm_request_tables_: 299. 476 .._00052.call rdm_request_tables_: 304. 3001 .._00052.info rdm_request_tables_: 304. 1737 .._00052.names rdm_request_tables_: 304. 501 .._00053.call rdm_request_tables_: 309. 3016 .._00053.info rdm_request_tables_: 309. 1760 .._00053.names rdm_request_tables_: 309. 504 .._00054.call rdm_request_tables_: 315. 3033 .._00054.info rdm_request_tables_: 315. 2001 .._00054.names rdm_request_tables_: 315. 507 .._00055.call rdm_request_tables_: 321. 3047 .._00055.info rdm_request_tables_: 321. 2012 .._00055.names rdm_request_tables_: 321. 512 .._00056.call rdm_request_tables_: 326. 3067 .._00056.info rdm_request_tables_: 326. 2033 .._00056.names rdm_request_tables_: 326. 600000 .dft_mrsf rdm_request_tables_: 52, 265, 279. 0 .dft_mruf rdm_request_tables_: 52, 265, 279. 400000 .dft_sf rdm_request_tables_: 52, 57, 62, 67, 72, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 241, 246, 251, 265, 279,  284, 289, 294, 299, 304, 309, 326. 0 .dft_uf rdm_request_tables_: 52, 57, 62, 67, 72, 78, 83, 88, 93, 98,  103, 108, 113, 118, 123, 128, 134, 140, 146, 152,  158, 164, 170, 176, 182, 188, 194, 200, 206, 212,  218, 224, 230, 236, 241, 246, 251, 257, 265, 271,  279, 284, 289, 294, 299, 304, 309, 315, 321, 326.  40051 .rc rdm_request_tables_: 52, 57, 62, 67, 72, 78, 83, 88, 93, 98,  103, 108, 113, 118, 123, 128, 134, 140, 146, 152,  158, 164, 170, 176, 182, 188, 194, 200, 206, 212,  218, 224, 230, 236, 241, 246, 251, 257, 259, 265,  271, 273, 279, 284, 289, 294, 299, 304, 309, 315,  321, 326, 328. 400000 .sf rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326. 0 .uf rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326. all_request rdm_request_tables_: 170. append_request rdm_request_tables_: 123. apply_request rdm_request_tables_: 241, 309.  300 calls rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326, ssu_request_macros: 311, 314.  1170 call_offset stack_header: 80.  copy_request rdm_request_tables_: 118. current_request rdm_request_tables_: 152. debug_mode rdm_request_tables_: 257, 315.  200 debug_requests rdm_request_tables_: 265. 1 debug_requests.rc rdm_request_tables_: 265, 273.  delete_request rdm_request_tables_: 83. 1174 entry_offset stack_header: 84.  fill_request rdm_request_tables_: 304. first_request rdm_request_tables_: 140. first_seen_request rdm_request_tables_: 194. first_unseen_request rdm_request_tables_: 200. 200000 flags.allow_af rdm_request_tables_: 52, 265, 279, ssu_request_macros: 33. 600000 flags.allow_both rdm_request_tables_: 78, 134, 140, 146, 152, 158, 164, 170, 176, 182,  188, 194, 200, 206, 212, 218, 224, 230, 236, ssu_request_macros: 34. 400000 flags.allow_command rdm_request_tables_: 52, 257, 265, 271, 279, 315, 321, ssu_request_macros: 32. 10000 flags.dont_list rdm_request_tables_: 257, 271, 315, 321,  ssu_request_macros: 40. 20000 flags.dont_summarize rdm_request_tables_: 176, 182, 188, 194, 200, 206, 212, 218, 224, 230,  236, 257, 271, 315, 321, ssu_request_macros: 39. 40000 flags.multics_request ssu_request_macros: 37. 100000 flags.unimplemented ssu_request_macros: 36. 4000 flags.unknown ssu_request_macros: 42. forward_request rdm_request_tables_: 113. 224 forward_requests rdm_request_tables_: 279. 11 forward_requests.rc rdm_request_tables_: 279, 328.  2054 info rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326, ssu_request_macros: 313, 314.  last_request rdm_request_tables_: 146. last_seen_request rdm_request_tables_: 206. last_unseen_request rdm_request_tables_: 212. list_request rdm_request_tables_: 78. log_request rdm_request_tables_: 103. mailbox_request rdm_request_tables_: 134. 515 names rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326, ssu_request_macros: 312, 314.  new_request rdm_request_tables_: 188. next_request rdm_request_tables_: 164. next_seen_request rdm_request_tables_: 218. next_unseen_request rdm_request_tables_: 224. preface_request rdm_request_tables_: 128. previous_request rdm_request_tables_: 158. previous_seen_request rdm_request_tables_: 230. previous_unseen_request rdm_request_tables_: 236. print_header_request rdm_request_tables_: 72. print_request rdm_request_tables_: 67, 289, 326. probe rdm_request_tables_: 271, 321.  1171 push_offset stack_header: 81.  qedx_request rdm_request_tables_: 299. quit_request rdm_request_tables_: 62, 284.  rdm_apply_request_ rdm_request_tables_: 241. rdm_debug_requests_ rdm_request_tables_: 257, 271.  rdm_file_requests_ rdm_request_tables_: 98, 123, 128. rdm_forward_request_ rdm_request_tables_: 113. rdm_fwd_debug_requests_ rdm_request_tables_: 315, 321.  rdm_fwd_misc_requests_ rdm_request_tables_: 284, 294.  rdm_fwd_text_requests_ rdm_request_tables_: 289, 299, 304, 309.  rdm_mbx_requests_ rdm_request_tables_: 103, 108, 118. rdm_misc_requests_ rdm_request_tables_: 57, 62.  rdm_msg_requests_ rdm_request_tables_: 67, 72, 78, 83, 88, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 246, 251, 326.  rdm_reply_request_ rdm_request_tables_: 93. reply_request rdm_request_tables_: 93. retrieve_request rdm_request_tables_: 88. 1173 return_no_pop_offset stack_header: 83.  1172 return_offset stack_header: 82.  save_request rdm_request_tables_: 108. seen_request rdm_request_tables_: 176. self_identify rdm_request_tables_: 57. send_request rdm_request_tables_: 294. 73 stach_header.trace_top_ptr stack_header: 62. 66 stack_header.assign_linkage_ptr stack_header: 59.  32 stack_header.bar_mode_sp stack_header: 42. 36 stack_header.call_op_ptr stack_header: 44. 10 stack_header.clr_ptr stack_header: 27.  6 stack_header.combined_stat_ptr stack_header: 25.  4 stack_header.cpm_data_ptr stack_header: 24. 13 stack_header.cpm_enabled stack_header: 32. 13 stack_header.cur_lot_size stack_header: 31. 64 stack_header.ect_ptr stack_header: 58.  46 stack_header.entry_op_ptr stack_header: 49. 70 stack_header.heap_header_ptr stack_header: 60. 74 stack_header.in_trace stack_header: 63.  52 stack_header.isot_ptr stack_header: 52.  26 stack_header.lot_ptr rdm_request_tables_: 57, 62, 67, 72, 78, 83, 88, 93, 98, 103,  108, 113, 118, 123, 128, 134, 140, 146, 152, 158,  164, 170, 176, 182, 188, 194, 200, 206, 212, 218,  224, 230, 236, 241, 246, 251, 257, 271, 284, 289,  294, 299, 304, 309, 315, 321, 326, stack_header: 39.  12 stack_header.main_proc_invoked stack_header: 29.  12 stack_header.max_lot_size stack_header: 28. 20 stack_header.parent_ptr stack_header: 36.  34 stack_header.pl1_operators_ptr stack_header: 43.  40 stack_header.push_op_ptr stack_header: 46. 42 stack_header.return_op_ptr stack_header: 47. 44 stack_header.ret_no_pop_op_ptr stack_header: 48.  62 stack_header.rnt_ptr stack_header: 57.  12 stack_header.run_unit_depth stack_header: 30. 54 stack_header.sct_ptr stack_header: 53.  30 stack_header.signal_ptr stack_header: 41.  22 stack_header.stack_begin_ptr stack_header: 37. 24 stack_header.stack_end_ptr stack_header: 38. 14 stack_header.system_free_ptr stack_header: 33. 60 stack_header.sys_link_info_ptr stack_header: 56.  72 stack_header.trace_frames stack_header: 61. 50 stack_header.trans_op_tv_ptr stack_header: 51. 56 stack_header.unwinder_ptr stack_header: 54. 16 stack_header.user_free_ptr stack_header: 34. 100 stack_header_end stack_header: 64.  0 standard_requests rdm_request_tables_: 52. 45 standard_requests.rc rdm_request_tables_: 52, 259.  switch_off_request rdm_request_tables_: 251. switch_on_request rdm_request_tables_: 246. 0 tables rdm_request_tables_: 52, 57, 62, 67, 72, 78, 83, 88, 93, 98,  103, 108, 113, 118, 123, 128, 134, 140, 146, 152,  158, 164, 170, 176, 182, 188, 194, 200, 206, 212,  218, 224, 230, 236, 241, 246, 251, 257, 265, 271,  279, 284, 289, 294, 299, 304, 309, 315, 321, 326,  ssu_request_macros: 310, 314.  0 trace_frames.count stack_header: 69.  1 trace_frames.top_ptr stack_header: 70.  551 tv_offset stack_header: 75, 80, 81, 82, 83, 84. unseen_request rdm_request_tables_: 182. write_request rdm_request_tables_: 98. NO FATAL ERRORS  ----------------------------------------------------------- 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