Home
last modified time | relevance | path

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

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h535 inline int allValues(Tree* pTree, const char** tcValues) { return _allValues(pTree, tcValues); } in allValues() argument
H A DDynPackage.cpp231 int pfAllValues(Tree* pArray, const char** tcValues) { in pfAllValues() argument
236 tcValues[iIndex++] = (*i)->getValue(); in pfAllValues()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_530 * const char** tcValues = new const char*[interpreter->size(listOfRooms)];
533 * delete [] tcValues;
535 inline int allValues(Tree* pTree, const char** tcValues) { return _allValues(pTree, tcValues); }