Specman *search* command allows searching in all loaded modules, but only for a string.
Is there a way to search for a regexp or glob?
Alternatively, is there a way to simply get a list of all loaded files somehow? Then I could use either the "shell" command, or real shell together with grep.
Thanks