Home
last modified time | relevance | path

Searched refs:enterfunc (Results 1 – 5 of 5) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dprvm_execprogram.h485 enterfunc = &prog->functions[OPA->function];
486 if (enterfunc->callcount++ == 0 && (prvm_coverage.integer & 1))
487 PRVM_FunctionCoverageEvent(prog, enterfunc);
489 if (enterfunc->first_statement < 0)
492 int builtinnumber = -enterfunc->first_statement;
499 enterfunc->tprofile += (tm - starttm >= 0 && tm - starttm < 1800) ? (tm - starttm) : 0;
524 st = cached_statements + PRVM_EnterFunction(prog, enterfunc);
H A Dprvm_exec.c740 mfunction_t *func, *enterfunc; in MVM_ExecuteProgram() local
847 mfunction_t *func, *enterfunc; in CLVM_ExecuteProgram() local
958 mfunction_t *func, *enterfunc; in SVVM_ExecuteProgram() local
/dports/games/darkplaces/darkplaces/
H A Dprvm_execprogram.h485 enterfunc = &prog->functions[OPA->function];
486 if (enterfunc->callcount++ == 0 && (prvm_coverage.integer & 1))
487 PRVM_FunctionCoverageEvent(prog, enterfunc);
489 if (enterfunc->first_statement < 0)
492 int builtinnumber = -enterfunc->first_statement;
499 enterfunc->tprofile += (tm - starttm >= 0 && tm - starttm < 1800) ? (tm - starttm) : 0;
524 st = cached_statements + PRVM_EnterFunction(prog, enterfunc);
H A Dprvm_exec.c740 mfunction_t *func, *enterfunc; in MVM_ExecuteProgram() local
847 mfunction_t *func, *enterfunc; in CLVM_ExecuteProgram() local
958 mfunction_t *func, *enterfunc; in SVVM_ExecuteProgram() local
/dports/graphics/s2tc/s2tc-f6ec862/tests/
H A Dtest.sh31 function enterfunc()
48 $('img').mouseenter(enterfunc);