Home
last modified time | relevance | path

Searched refs:SInsert (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStandard.h111 void SInsert(char *szString, const char *szInsert, int iPosition=0, int iMaxLen=-1);
H A DStandard.cpp503 void SInsert(char *szString, const char *szInsert, int iPosition, int iMaxLen) in SInsert() function
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4GameSave.cpp124 SDelete(fn, 1, iWildcardPos); SInsert(fn, pSect->name.getData(), iWildcardPos); in SaveScenarioSections()
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4Group.cpp2084 if (*str) SInsert(str, sep, 0, _MAX_PATH); in GetFullName()
2087 SInsert(str, pGroup->GetName(), 0, _MAX_PATH); in GetFullName()