prdef
print macro definitions
SYNOPSIS
prdef [pattern_name ... ]
DESCRIPTION
The command prdef prints macro definitions. With no arguments, all the macro definitions are printed. Otherwise, only the macros specified as arguments are printed. Arguments may contain the *, ? and [] metacharacters. A * matches any string, while a ? matches any single character. With the [...] pattern, any string that contains the characters within the square brackets is matched. Two characters separated by a hyphen specify a range of characters that will match. An initial ^ negates the enclosed character set. (Support for [] added in spec release 6.07.)
EXAMPLE
prdef pl_*