Home
last modified time | relevance | path

Searched defs:ifLevel (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Utilities/ParseOGLExt/
H A DParseOGLExt.cxx429 static int ifLevel = 0; in ParseLine() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptEval.java805 private void logDebugScript(T[] st, int ifLevel) { in logDebugScript()