Home
last modified time | relevance | path

Searched refs:LoadMDFFile (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DParseMDF.h24 extern boolean LoadMDFFile(const char* file, const char* type,
H A DParseMDF.C1684 boolean LoadMDFFile(const char *file, const char *mdftype, Dictionary *mdf, in LoadMDFFile() function
1729 if (!LoadMDFFile(pathname,"system",mdf)) in ReadMDFFiles()
1737 if (!LoadMDFFile(pathname,"UI",mdf)) in ReadMDFFiles()
H A DDXApplication.C2086 if (!LoadMDFFile(s,"executive",&newdefs, FALSE))
2127 if (!LoadMDFFile(s,"user interface",&newdefs, FALSE))
2158 if (LoadMDFFile(fileName,"user's",dict, uiLoadedOnly) &&