Home
last modified time | relevance | path

Searched refs:ucn (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_team_callbacks.cpp44 int ucn; in CP_TEAM_AssignSoldierByUCN_f() local
54 ucn = atoi(cgi->Cmd_Argv(1)); in CP_TEAM_AssignSoldierByUCN_f()
55 if (ucn < 0) in CP_TEAM_AssignSoldierByUCN_f()
62 employee = E_GetEmployeeFromChrUCN(ucn); in CP_TEAM_AssignSoldierByUCN_f()
87 int ucn; in CP_TEAM_SelectActorByUCN_f() local
99 ucn = atoi(cgi->Cmd_Argv(1)); in CP_TEAM_SelectActorByUCN_f()
100 if (ucn < 0) { in CP_TEAM_SelectActorByUCN_f()
105 employee = E_GetEmployeeFromChrUCN(ucn); in CP_TEAM_SelectActorByUCN_f()
125 int ucn; in CP_TEAM_DeEquipActor_f() local
137 ucn = atoi(cgi->Cmd_Argv(1)); in CP_TEAM_DeEquipActor_f()
[all …]
H A Dcp_hospital_callbacks.cpp45 …cgi->UI_ExecuteConfunc("hospital_wounds %i %s %f \"%s\"", chr.ucn, bodyData->id(bodyPart), severit… in HOS_EntryWoundData()
94 …cgi->UI_ExecuteConfunc("hospitaladd %i \"%s\" %i %i \"%s\" \"%s\"", chr.ucn, level, chr.HP, chr.ma… in HOS_Entry()
136 const int ucn = atoi(cgi->Cmd_Argv(1)); in HOS_ImplantChange_f() local
137 Employee* e = E_GetEmployeeFromChrUCN(ucn); in HOS_ImplantChange_f()
139 Com_Printf("No employee for ucn %i found\n", ucn); in HOS_ImplantChange_f()
210 const int ucn = atoi(cgi->Cmd_Argv(1)); in HOS_EmployeeInit_f() local
211 Employee* emp = E_GetEmployeeFromChrUCN(ucn); in HOS_EmployeeInit_f()
234 ucn, echr.name, CHRSH_CharGetBody(&echr), echr.bodySkin, CHRSH_CharGetHead(&echr), in HOS_EmployeeInit_f()
H A Dcp_market_callbacks.cpp150 int ucn = atoi(rest); in BS_Buy_f() local
151 Employee* robot = E_GetEmployeeByTypeFromChrUCN(EMPL_ROBOT, ucn); in BS_Buy_f()
312 int ucn = atoi(rest); in BS_ShowInfo_f() local
313 Employee* robot = E_GetEmployeeByTypeFromChrUCN(EMPL_ROBOT, ucn); in BS_ShowInfo_f()
383 …cgi->UI_ExecuteConfunc("ui_market_add \"ugv-%d\" \"%s\" 1 0 0 %d - \"%s\"", robot->chr.ucn, _(tech… in BS_FillMarket_f()
H A Dcp_transfer.cpp339 Com_Printf("......ugv: %s [ucn: %i]\n", employee->getUGV()->id, employee->chr.ucn); in TR_ListTransfers_f()
344 employee->chr.ucn); in TR_ListTransfers_f()
424 cgi->XML_AddInt(ss, SAVE_TRANSFER_UCN, employee->chr.ucn); in TR_SaveXML()
517 const int ucn = cgi->XML_GetInt(ss, SAVE_TRANSFER_UCN, -1); in TR_LoadXML() local
518 Employee* empl = E_GetEmployeeFromChrUCN(ucn); in TR_LoadXML()
521 Com_Printf("Error: No employee found with UCN: %i\n", ucn); in TR_LoadXML()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dstrcasestr.c40 unsigned char lcn, ucn; in strcasestr() local
46 lcn = ucn = needle[0]; in strcasestr()
49 else if (islower(ucn)) in strcasestr()
50 ucn = toupper(ucn); in strcasestr()
56 if (lcn == haystack[0] || ucn == haystack[0]) { in strcasestr()
H A Dsu_string.c49 unsigned char lcn, ucn; in su_strcasestr() local
55 lcn = ucn = needle[0]; in su_strcasestr()
58 else if ('a' <= ucn && ucn <= 'z') in su_strcasestr()
59 ucn -= 'a' - 'A'; in su_strcasestr()
65 if (lcn == haystack[0] || ucn == haystack[0]) { in su_strcasestr()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dstrcasestr.c40 unsigned char lcn, ucn; in strcasestr() local
46 lcn = ucn = needle[0]; in strcasestr()
49 else if (islower(ucn)) in strcasestr()
50 ucn = toupper(ucn); in strcasestr()
56 if (lcn == haystack[0] || ucn == haystack[0]) { in strcasestr()
H A Dsu_string.c49 unsigned char lcn, ucn; in su_strcasestr() local
55 lcn = ucn = needle[0]; in su_strcasestr()
58 else if ('a' <= ucn && ucn <= 'z') in su_strcasestr()
59 ucn -= 'a' - 'A'; in su_strcasestr()
65 if (lcn == haystack[0] || ucn == haystack[0]) { in su_strcasestr()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/rtf/
H A Dpreprocess.py128 ucn = self.current_ucn
129 if len(self.eqList) < ucn:
130 ucn = len(self.eqList)
131 result = tokenControlWordWithNumericArgument('\\uc', ucn).toRTF() + result
134 if i >= ucn:
215 ucn = ucNbStack[len(ucNbStack) - 1]
216 while (i < len(self.tokens)) and (j < ucn):
222 if len(self.tokens[i].data) >= ucn - j:
223 replace.append(tokenData(self.tokens[i].data[0 : ucn - j]))
224 if len(self.tokens[i].data) > ucn - j:
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/example_app/
H A DMakefile41 PROGS = uc2 ucn \
68 ucn: ucn.o libstdc++.a $(BOINC_API_DIR)/libboinc_api.a $(BOINC_LIB_DIR)/libboinc.a target
69 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ucn ucn.o libstdc++.a -pthread \
/dports/devel/libtpl/libtpl-8fa17e5/tests/
H A Dtest92.c12 uint64_t ucn = 200, ucn2; in main() local
14 tn = tpl_map ( "A(cIcU)" , &c, &cn, &c2, &ucn ) ; in main()
19 ucn += 1; in main()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcl_game_team.cpp90 int ucn = atoi(Cmd_Argv(1)); in GAME_ToggleActorForTeam_f() local
96 if (ucn == chrTmp->ucn) { in GAME_ToggleActorForTeam_f()
532 UI_ExecuteConfunc("team_soldierlist_add %d %d \"%s\"", chr->ucn, characterActive[i], chr->name); in GAME_UpdateTeamMenuParameters_f()
547 const int ucn = atoi(Cmd_Argv(1)); in GAME_ActorSelect_f() local
550 if (ucn == chrTmp->ucn) { in GAME_ActorSelect_f()
713 XML_AddInt(p, SAVE_CHARACTER_UCN, chr->ucn); in GAME_SaveCharacter()
813 chr->ucn = XML_GetInt(p, SAVE_CHARACTER_UCN, 0); in GAME_LoadCharacter()
843 …AME_LoadCharacter: Invalid body part id '%s' for %s (ucn: %i)\n", bodyPartId, chr->name, chr->ucn); in GAME_LoadCharacter()
869 Com_Printf("Invalid skill type '%s' for %s (ucn: %i)\n", type, chr->name, chr->ucn); in GAME_LoadCharacter()
893 Com_Printf("Invalid kill type '%s' for %s (ucn: %i)\n", type, chr->name, chr->ucn); in GAME_LoadCharacter()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DExeDependency.hs67 qualifiedExeName (ExeDependency _ ucn _) = CExeName ucn
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Types/
H A DExeDependency.hs68 qualifiedExeName (ExeDependency _ ucn _) = CExeName ucn
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Types/
H A DExeDependency.hs71 qualifiedExeName (ExeDependency _ ucn _) = CExeName ucn
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DExeDependency.hs71 qualifiedExeName (ExeDependency _ ucn _) = CExeName ucn
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Types/
H A DExeDependency.hs71 qualifiedExeName (ExeDependency _ ucn _) = CExeName ucn
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_edicts.cpp247 Edict* G_EdictsGetActorByUCN (const int ucn, const int team) in G_EdictsGetActorByUCN() argument
252 if (team == ent->team && ent->chr.ucn == ucn) in G_EdictsGetActorByUCN()
/dports/devel/re2c/re2c-2.2/test/real_world/
H A Dcpp.re249 ucn = ucn4 | ucn8 ;
252 id = nodigit | ucn | [0-9] ;
253 ident = (nodigit | ucn) id* ;
299 ['] ucn ['] { rettok(CH_hex_s); }
301 "L" ['] ucn ['] { rettok(CH_hex_s); }
305 "U" ['] ucn ['] { rettok(CH_hex_u); }
322 seq = esc | oct9 | hexX | ucn ;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()
/dports/devel/llvm90/llvm-9.0.1.src/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()
/dports/devel/llvm10/llvm-10.0.1.src/utils/benchmark/src/
H A Dcsv_reporter.cc138 for (const auto &ucn : user_counter_names_) { in PrintRunData() local
139 auto it = run.counters.find(ucn); in PrintRunData()

12345678910>>...18