1 03/31/83 nonnull_links, nnlinks
2
3 Syntax: nnlinks star_names -control_arg
4
5
6 Syntax as active function: nnlinks star_names -control_arg
7
8
9 Function: returns the entrynames or absolute pathnames of links for
10 which the target entry exists that match one or more star names.
11
12
13 Arguments:
14 star_names
15 are star names to be used in selecting the names to be returned.
16
17
18 Control arguments:
19 -absolute_pathname, -absp
20 returns absolute pathnames rather than entrynames.
21
22
23 Notes: Only one name per link is returned; i.e., if a link has more
24 than one name that matches star_name, only the first match found is
25 returned.
26
27 Since each entryname or pathname returned by nonnull_links is
28 enclosed in quotes, the command processor treats each name as a single
29 argument regardless of the presence of special characters in the name.