In Emacs, the tags-search command allows a search across files in your tags table.
It would be handy to have a similar search functionality but over the open buffers in your Emacs session.
Does such functionality exist today? Or if not, can anyone offer simple code to extend Emacs to do this?

dabbrev, which completes the current word using words from all buffers. Unfortunately the code doesn't look like it could be easily adapted to tell you where it found a match. – Gilles Aug 26 '10 at 20:46