Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp23 #define stricmp std::strcasecmp macro
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/
DNW4C_utils.ms.inc248 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
253 if (stricmp val "CreativeStudio") == 0 then
258 else if (stricmp val "3DEditor") == 0 then
268 nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
274 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
324 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-2.0.3/include/nw/ut/
Dut_Inlines.h379 stricmp( in stricmp() function