1 03/31/83 equal_name, enm
2
3 Syntax: enm path equal_path
4
5
6 Syntax as active function: enm path equal_path
7
8
9 Function: returns a pathname, constructed by applying the equal
10 convention, to the specified arguments.
11
12
13 Arguments:
14 path
15 is the source pathname to which the equal convention is applied.
16 The archive component pathname convention is allowed.
17 equal_path
18 is a pathname whose entryname and component name portions are equal
19 names.
20
21
22 Notes: Since the pathname is returned in quotes, the command processor
23 treats it as a single argument regardless of special characters in the
24 name. This active function provides a means of applying equal names
25 within abbreviations and exec_com segments.
26
27 For a complete description of the equal convention see the Programmer's
28 Reference Manual.