Home
last modified time | relevance | path

Searched refs:numtargs (Results 1 – 6 of 6) sorted by path

/dports/games/spellcast/spellcast/
H A Dstupid.c70 int numtargs, targnum; local
240 numtargs = targnum;
241 if (numtargs==0)
247 ((jx<numtargs-1)?", ":""));
253 if (res<0 || res>=numtargs) {
255 numtargs-1);
277 numtargs = jx;
345 numtargs = targnum;
346 if (numtargs==0)
358 if (res<0 || res>=numtargs) {
[all …]
H A Dxquery.c215 int jx, numtargs; in invent_target_lists() local
229 numtargs = NumberOfTargets(gameval, QuVal_Target_Wizard); in invent_target_lists()
230 for (jx=0; jx<numtargs; jx++) { in invent_target_lists()
248 numtargs = NumberOfTargets(gameval, QuVal_Target_Creature); in invent_target_lists()
249 for (jx=0; jx<numtargs; jx++) { in invent_target_lists()
265 numtargs = NumberOfTargets(gameval, QuVal_Target_Corpse); in invent_target_lists()
266 for (jx=0; jx<numtargs; jx++) { in invent_target_lists()
428 int numtargs = NumberOfTargets(gameval, QuVal_Target_Wizard); local
431 for (jx=0; jx<numtargs; jx++) {
468 for (jx=0; jx<numtargs; jx++) {
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/compiler/
H A Dabsyn.ml195 * (head, args, tyargs, numargs, numtargs, body, offset, varmap, tyvarmap *
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dconflict.c426 size_t numtargs = alpm_list_count(upgrade); in _alpm_db_find_fileconflicts() local
446 int percent = (current * 100) / numtargs; in _alpm_db_find_fileconflicts()
448 numtargs, current); in _alpm_db_find_fileconflicts()
700 numtargs, current); in _alpm_db_find_fileconflicts()
H A Ddiskspace.c425 size_t replaces = 0, current = 0, numtargs; in _alpm_check_diskspace() local
430 numtargs = alpm_list_count(trans->add); in _alpm_check_diskspace()
446 numtargs += replaces; in _alpm_check_diskspace()
449 int percent = (current * 100) / numtargs; in _alpm_check_diskspace()
451 numtargs, current); in _alpm_check_diskspace()
460 int percent = (current * 100) / numtargs; in _alpm_check_diskspace()
462 numtargs, current); in _alpm_check_diskspace()
481 numtargs, current); in _alpm_check_diskspace()
H A Dsync.c1048 size_t current = 0, numtargs; in check_keyring() local
1055 numtargs = alpm_list_count(handle->trans->add); in check_keyring()
1061 int percent = (current * 100) / numtargs; in check_keyring()
1063 numtargs, current); in check_keyring()
1095 numtargs, current); in check_keyring()