semanticdb-find-result-nth

semanticdb-find-result-nth is an autoloaded Lisp function in `db-find.el'.

(semanticdb-find-result-nth RESULT N)

In RESULT, return the Nth search result.
This is a 0 based search result, with the first match being element 0.

The returned value is a cons cell: (TAG . TABLE) where TAG
is the tag at the Nth position. TABLE is the semanticdb table where
the TAG was found. Sometimes TABLE can be nil.