Home
last modified time | relevance | path

Searched defs:iCountry (Results 1 – 16 of 16) sorted by relevance

/dports/games/ksirk/ksirk-21.12.3/ksirk/GameLogic/
H A DaiColsonPlayer.cpp984 for ( int iCountry = 0; in Fortify() local
997 for ( int iCountry = 0; in Fortify() local
1076 for (int iCountry = 0; in Place() local
1165 for (int iCountry = 0; in Place() local
1196 for (int iCountry = 0; in Place() local
1229 for (int iCountry = 0; in Place() local
1259 for (int iCountry = 0; in Place() local
1297 for (int iCountry = 0; in Place() local
1340 for (int iCountry = 0; in Place() local
1354 for (int iCountry = 0; in Place() local
[all …]
/dports/games/xfrisk/XFrisk/
H A DaiStubs.c78 void UTIL_DarkenCountry(Int32 iCountry) { in UTIL_DarkenCountry()
81 void UTIL_LightCountry(Int32 iCountry) { in UTIL_LightCountry()
H A DaiColson.c736 Int32 NbEnenyAdjacent(Int32 iCountry) in NbEnenyAdjacent()
785 Int32 NbToEqualEnenyAdjacent(Int32 iCountry) in NbToEqualEnenyAdjacent()
826 Int32 srcCountry, iCountry, i, nb, max; in ComputerAttack() local
902 Int32 iContinent, iCountry, nb; in Fortify() local
963 Int32 iContinent, iCountry, iEnemy; in Place() local
1561 Int32 iCountry, destCountry, i, max; in Move() local
H A Dclient.c313 Int32 CLNT_GetLightCountOfCountry(Int32 iCountry) in CLNT_GetLightCountOfCountry()
320 void CLNT_SetLightCountOfCountry(Int32 iCountry, Int32 iLightCount) in CLNT_SetLightCountOfCountry()
H A Driskgame.c856 void RISK_SetNumArmiesOfCountry(Int32 iCountry, Int32 iNumArmies) in RISK_SetNumArmiesOfCountry()
863 void RISK_SetOwnerOfCountry(Int32 iCountry, Int32 iOwner) in RISK_SetOwnerOfCountry()
1083 CString RISK_GetNameOfCountry(Int32 iCountry) in RISK_GetNameOfCountry()
1090 Int32 RISK_GetContinentOfCountry(Int32 iCountry) in RISK_GetContinentOfCountry()
1097 Int32 RISK_GetNumArmiesOfCountry(Int32 iCountry) in RISK_GetNumArmiesOfCountry()
1104 Int32 RISK_GetOwnerOfCountry(Int32 iCountry) in RISK_GetOwnerOfCountry()
1111 Int32 RISK_GetAdjCountryOfCountry(Int32 iCountry, Int32 iIndex) in RISK_GetAdjCountryOfCountry()
1146 Int32 RISK_GetTextXOfCountry(Int32 iCountry) in RISK_GetTextXOfCountry()
1153 Int32 RISK_GetTextYOfCountry(Int32 iCountry) in RISK_GetTextYOfCountry()
H A DaiController.c228 Flag AI_Place(Int32 iCountry, Int32 iNumArmies) in AI_Place()
H A Dcolormap.c633 Int32 COLOR_CountryToColor(Int32 iCountry) in COLOR_CountryToColor()
669 void COLOR_ColorCountry(Int32 iCountry, Int32 iPlayer) in COLOR_ColorCountry()
H A Dutils.c71 void UTIL_PrintArmies(Int32 iCountry, Int32 iNumArmies, Int32 iColor) in UTIL_PrintArmies()
H A DcolorEdit.c123 Int32 iCountry;/**< index of country clicked on*/ variable
H A DaiConway.c767 int iCountry, contno; in CNT_IsBorder() local
901 Int32 iCountry, iCountry2; in CONWAY_InitWorld() local
H A Dcards.c560 XImage *CARDS_GetCountryImage(Int32 iCountry, Int32 iFgColor, Int32 iBgColor) in CARDS_GetCountryImage()
H A DviewStats.c453 Int32 iCountry = ((MsgObjIntUpdate *)pvMess)->iIndex1; in STAT_Callback() local
H A Dserver.c638 Int32 iCountry, iPlayer, i; in SRV_DistributeCountries() local
H A Dnetwork.h176 Int32 iCountry; member
/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dserverlist.cpp58 int iCountry = strCountry.trimmed().toInt ( &ok ); in parse() local
173 const int iCountry = slServInfoSeparateParams[2].toInt ( &ok ); in CServerListManager() local
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/
H A Dskgunitobject.cpp1840 SKGError SKGUnitObject::setCountry(const QString& iCountry) in setCountry()