Home
last modified time | relevance | path

Searched defs:newSpecial (Results 1 – 5 of 5) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dp_floor.h96 int newSpecial; member
/dports/emulators/stella/stella-6.6/src/gui/
H A DHighScoresDialog.cxx439 Int32 newSpecial = instance().highScores().special(); in handlePlayedVariation() local
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/
H A DCODETREE_SIMPLIFIER.sml711 val newSpecial = value
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dgdbbridge.py937 def newSpecial(spec): function
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java2375 public static Object newSpecial(Context cx, Object fun, in newSpecial() method in ScriptRuntime