Home
last modified time | relevance | path

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

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h290 COPY_LOCAL_INT _copyLocalInt; variable
395 inline const char* copyLocalInt(int iValue) { return _copyLocalInt(this, iValue); } in copyLocalInt()
H A DDynPackage.cpp295 COPY_LOCAL_INT _copyLocalInt; member in CodeWorker::Interpreter
495 _copyLocalInt = pfCopyLocalInt; in Interpreter()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_290 COPY_LOCAL_INT _copyLocalInt;
395 inline const char* copyLocalInt(int iValue) { return _copyLocalInt(this, iValue); }