Home
last modified time | relevance | path

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

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h288 COPY_LOCAL_STRING _copyLocalString; variable
393 inline const char* copyLocalString(const char* tcText) { return _copyLocalString(this, tcText); } in copyLocalString()
H A DDynPackage.cpp293 COPY_LOCAL_STRING _copyLocalString; member in CodeWorker::Interpreter
493 _copyLocalString = pfCopyLocalString; in Interpreter()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_288 COPY_LOCAL_STRING _copyLocalString;
393 inline const char* copyLocalString(const char* tcText) { return _copyLocalString(this, tcText); }