Home
last modified time | relevance | path

Searched refs:maxInterest (Results 1 – 6 of 6) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dinv_shared.h616 …int maxInterest; /**< Maximum overall interest to use this equipment definition (only for alien)… member
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_campaign.h215 int maxInterest; /**< Maximum interest value this group should be used with. */ member
H A Dcp_missions.cpp177 && cat->alienTeamGroups[j].maxInterest >= mission->initialOverallInterest) in CP_SetAlienTeamByInterest()
204 …if (mission->initialOverallInterest > equip->maxInterest || mission->initialOverallInterest < equi… in CP_IsAlienEquipmentSelectable()
H A Dcp_parse.cpp68 {"maxinterest", V_INT, offsetof(alienTeamGroup_t, maxInterest), 0},
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dparse.c186 static int maxInterest; variable
417 maxInterest = IL_INIT; in parseLicenses()
6484 if (maxInterest != IL_HIGH) { in parseLicenses()
7096 if (maxInterest != IL_HIGH && !HASKW(kwbm, _KW_public_domain) && in parseLicenses()
7121 if (maxInterest != IL_HIGH) { /* if (*licStr == NULL_CHAR) { */ in parseLicenses()
7170 if (maxInterest != IL_HIGH) { in parseLicenses()
7320 if (maxInterest != IL_HIGH && !lmem[_fDOC]) { in parseLicenses()
7344 if (maxInterest != IL_HIGH && pd <= 0) { in parseLicenses()
9555 if (interest > maxInterest) { in addRef()
9556 maxInterest = interest; in addRef()
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.cpp2172 {"maxinterest", V_INT, offsetof(equipDef_t, maxInterest), MEMBER_SIZEOF(equipDef_t, maxInterest)},