TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-97
#DEFINENAMES Built-In Function
#DEFINENAMES Built-In Function
Use #DEFINENAMES to find the names of DEFINEs that match a specified DEFINE
template.
define-template
is a template indicating the DEFINE names to search for. The template can include
these template characters:
* matches zero or more characters
? matches any single character
The template can consist entirely of two template characters:
=* or ** matches all DEFINE names
Result
#DEFINENAMES returns a (possibly empty) space-separated list of all DEFINE names
that match the DEFINE template.
#DEFINENAMES define-template