udbLookupEntityByReference |
Lookup the specified entity by name, based on the source file, line, and column that an entity reference occurs at.
#include “udb/udb.h” UdbEntity udbLookupEntityByReference(UdbEntity file, char *name, int line, int col, int *matchline)
refentity = udbLookupEntityByReference( udbLookupFile(filename), entityname, refline, refcol, NULL);
Scientific Toolworks, Inc. http://www.scitools.com |