1 11/30/87  where_search_paths, wsp
 2 
 3 Syntax as a command:  wsp search_list entryname {-control_arg}
 4 
 5 
 6 Syntax as an active function:
 7    [wsp search_list entryname {-control_args}]
 8 
 9 
10 Function: prints or returns the absolute pathname(s) of entryname when
11 you give search_list and entryname.  The search for the entryname is
12 made using the current search paths contained in the specified search
13 list.
14 
15 
16 Arguments:
17 search_list
18    is the name of the search list searched.
19 entryname
20    is the entryname sought.
21 
22 
23 Control arguments:
24 -all, -a
25    specifies that all occurrences of this entryname found by probing
26    this search list should be returned.
27 -inhibit_error, -ihe
28    do not print an error if no occurrences of the entryname are found.
29 -no_inhibit_error, -ihe
30    print an error if no occurrences of the entryname are found.
31    (Default)
32 
33 
34 Access required: You must have s access on the containing directory or
35 nonnull access to the entry.
36 
37 
38 Notes: For a complete list of the search facility commands see
39 add_search_paths.