1 10/26/83  multics_library_search_
 2 
 3 This subroutine is the library search procedure for the Multics
 4 System Libraries.  Its entry points are referenced by
 5 multics_libraries_, the library descriptor for the Multics System
 6 Libraries.  These entry points can also be used to search other
 7 libraries that have directories structured like those of the Multics
 8 System Libraries.
 9 
10 For more information on the Multics Libraries, see the Multics Library
11 Maintenance manual (AN80).
12 
13 
14 Entry points in multics_library_search_:
15    (List is generated by the help command)
16 
17 
18 :Entry:  source_dirs:  10/26/83 multics_library_search_$source_dirs
19 
20 This entry point searches directories organized like the Multics
21 online source directories.  These directories contain archived and
22 unarchived source segments and exec_com control segments that are used
23 to create object segments.  The names of all archive components must
24 be placed as additional names on their respective archives.
25 
26 
27 :Entry:  object_dirs:  10/26/83 multics_library_search_$object_dirs
28 
29 This entry point searches directories organized like the Multics
30 online object directories.  These directories contain archived and
31 unarchived object segments, backup copies of exec_com and absentee
32 control segments intended for user usage, and backup copies of MSFs.
33 The names of all archive components must be placed on their respective
34 archives.
35 
36 
37 :Entry:  list_info_dirs:  10/26/83 multics_library_search_$list_info_dirs
38 
39 This entry point searches directories organized like the Multics
40 online lists, info, and include directories.  These directories
41 contain printable segments.
42 
43 
44 :Entry:  execution_dirs:  10/26/83 multics_library_search_$execution_dirs
45 
46 This entry point searches directories organized like the Multics
47 online execution directories.  These directories contain bound and
48 unbound object segments, data bases, exec_com and absentee control
49 segments, and MSFs used by users.  Such directories are usually
50 included in user search rules.
51 
52 
53 :Entry:  hardcore_source_dir:  03/16/83 multics_library_search_$hardcore_source_dir
54 
55 This entry point searches the Multics supervisor source directory.  It
56 is inappropriate for use on other libraries because it uses a
57 specialized system identification data base.
58 
59 
60 :Entry:  hardcore_bc_dir:  03/16/83 multics_library_search_$hardcore_bc_dir
61 
62 This entry point searches the Multics supervisor bound components
63 directory.  It is inappropriate for use on other libraries because it
64 uses a specialized system identification data base.
65 
66 
67 :Entry:  hardcore_object_dir:  03/16/83 multics_library_search_$hardcore_object_dir
68 
69 This entry point searches the Multics supervisor object directory.  It
70 is inappropriate for use on other libraries because it uses a
71 specialized system identification data base.