Flist
From Scriptwiki
Lists all open files, or those matching the specified name or wildcard.
/flist [name | wildcard]
If you specify a name, it will list only this file, if existing.
Example
/flist moo
Will list the file moo if existing, else echo * flist: no open files.
/flist *
Will list all open files.