apropos-internal

apropos-internal is a built-in function in `C source code'.

(apropos-internal REGEXP &optional PREDICATE)

Show all symbols whose names contain match for REGEXP.
If optional 2nd arg PREDICATE is non-nil, (funcall PREDICATE SYMBOL) is done
for each symbol and a symbol is mentioned only if that returns non-nil.
Return list of symbols found.