Home
last modified time | relevance | path

Searched refs:in_hand (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/p5-AI-Prolog/AI-Prolog-0.741/data/
H A Dspider.pro18 path(meadow, n, cave_entrance) :- at(flashlight, in_hand).
30 path(building, e, closet) :- at(key, in_hand).
49 at(X, in_hand),
57 assert(at(X, in_hand)),
68 at(X, in_hand),
70 retract(at(X, in_hand)),
139 at(sword, in_hand),
197 at(ruby, in_hand),
228 at(ruby, in_hand),
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DPoints.cc876 OBJECTTYPE const& in_hand = s->inv[HANDPOS]; in CalcTotalAPsToAttack() local
877 switch (GCM->getItem(in_hand.usItem)->getItemClass()) in CalcTotalAPsToAttack()
885 s->bDoBurst ? CalcAPsToBurst(CalcActionPoints(s), in_hand) : in CalcTotalAPsToAttack()
972 OBJECTTYPE const& in_hand = s->inv[HANDPOS]; in MinAPsToAttack() local
973 UINT16 item = in_hand.usItem; in MinAPsToAttack()
976 INT8 const attach_slot = FindAttachment(&in_hand, UNDER_GLAUNCHER); in MinAPsToAttack()
1071 OBJECTTYPE const& in_hand = s.inv[HANDPOS]; in MinAPsToShootOrStab() local
1073 s.bWeaponMode == WM_ATTACHED ? UNDER_GLAUNCHER : in_hand.usItem; in MinAPsToShootOrStab()
1157 ap_cost += BaseAPsToShootOrStab(full_aps, aim_skill, in_hand); in MinAPsToShootOrStab()
1689 UINT16 const in_hand = s.inv[HANDPOS].usItem; in MinAPsToThrow() local
[all …]
H A DUI_Cursors.cc110 UINT16 const in_hand = s->inv[HANDPOS].usItem; in GetProperItemCursor() local
111 if (GCM->getItem(in_hand)->isWeapon()) s->usAttackingWeapon = in_hand; in GetProperItemCursor()
H A DOverhead.cc3866 OBJECTTYPE& in_hand = s.inv[HANDPOS]; in HandlePlayerServices() local
3867 UINT16 const kit_pts = TotalPoints(&in_hand); in HandlePlayerServices()
3880 UseKitPoints(in_hand, points_used, s); in HandlePlayerServices()
3883 if (TotalPoints(&in_hand) > 0) return; in HandlePlayerServices()
3903 SwapObjs(&in_hand, &s.inv[slot]); in HandlePlayerServices()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/XSTUFF/
H A DXcclean.c374 int *in_hand; local
415 in_hand = CC_SAFE_MALLOC (G->nnodes, int);
417 if (!in_hand || !in_tooth) {
423 in_hand[i] = 0;
453 if (in_hand[v]) {
454 setmarks (G, in_hand, teeth_array[i], SET_NOTEST, 0);
455 setmarks (G, in_hand, teeth_array[j], SET_NOTEST, 0);
469 if (check_cavity (G, teeth_array[i], in_hand)) {
483 if (in_hand[i]) {
489 CC_FREE (in_hand, int);
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpray.c641 boolean already_exists, in_hand; in gcrownu() local
655 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
663 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
669 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
672 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
723 } else if (in_hand) { in gcrownu()
746 } else if (in_hand) { in gcrownu()
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpray.c641 boolean already_exists, in_hand; in gcrownu() local
655 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
663 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
669 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
672 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
723 } else if (in_hand) { in gcrownu()
746 } else if (in_hand) { in gcrownu()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpray.c641 boolean already_exists, in_hand; in gcrownu() local
655 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
663 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
669 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
672 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
723 } else if (in_hand) { in gcrownu()
746 } else if (in_hand) { in gcrownu()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpray.c843 boolean already_exists, in_hand; in gcrownu() local
870 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
880 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
889 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
893 ((already_exists && !in_hand) in gcrownu()
897 ((already_exists && !in_hand) in gcrownu()
945 } else if (obj && in_hand) { in gcrownu()
967 } else if (obj && in_hand) { in gcrownu()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dgrenades.c454 uchar in_hand = (id == object_on_cursor); in do_grenade_explosion() local
472 grenade_location_id = (in_hand) ? PLAYER_OBJ : id; in do_grenade_explosion()
474 if (in_hand) in do_grenade_explosion()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpray.c767 boolean already_exists, in_hand; in gcrownu() local
795 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
803 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
810 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
814 ((already_exists && !in_hand) in gcrownu()
856 } else if (obj && in_hand) { in gcrownu()
878 } else if (obj && in_hand) { in gcrownu()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpray.c767 boolean already_exists, in_hand; in gcrownu() local
795 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
803 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
810 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
814 ((already_exists && !in_hand) in gcrownu()
856 } else if (obj && in_hand) { in gcrownu()
878 } else if (obj && in_hand) { in gcrownu()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpray.c640 boolean already_exists, in_hand; in gcrownu() local
654 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
662 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
668 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
671 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
722 } else if (in_hand) { in gcrownu()
745 } else if (in_hand) { in gcrownu()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpray.c646 boolean already_exists, in_hand; in gcrownu() local
660 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
668 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
674 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
677 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
764 } else if (in_hand) { in gcrownu()
787 } else if (in_hand) { in gcrownu()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpray.c666 boolean already_exists, in_hand; in gcrownu() local
680 already_exists = in_hand = FALSE; /* lint suppression */ in gcrownu()
688 in_hand = (uwep && uwep->oartifact == ART_VORPAL_BLADE); in gcrownu()
694 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER); in gcrownu()
697 already_exists && !in_hand ? "take lives" : "steal souls"); in gcrownu()
748 } else if (in_hand) { in gcrownu()
771 } else if (in_hand) { in gcrownu()
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpray.c707 boolean already_exists, in_hand; local
774 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER);
778 already_exists && !in_hand ?
780 if (in_hand) {
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpray.c707 boolean already_exists, in_hand; local
774 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER);
778 already_exists && !in_hand ?
780 if (in_hand) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpray.c707 boolean already_exists, in_hand; local
774 in_hand = (uwep && uwep->oartifact == ART_STORMBRINGER);
778 already_exists && !in_hand ?
780 if (in_hand) {
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DFindLocations.cc1635 OBJECTTYPE const& in_hand = s.inv[HANDPOS]; in SearchForItems() local
1636 if (GCM->getItem(in_hand.usItem)->isWeapon()) in SearchForItems()
1638 const WeaponModel * cur_wpn = GCM->getWeapon(in_hand.usItem); in SearchForItems()
/dports/textproc/py-wordnet/WordNet-2.0/dict/
H A Dindex.adv1924 in_hand r 1 1 ! 1 1 00150520
H A Dcntlist18979 2 in_hand%5:00:00:accessible:00 1
30883 1 in_hand%4:02:00:: 1
H A Dcntlist.rev16829 in_hand%4:02:00:: 1 1
16830 in_hand%5:00:00:accessible:00 1 2
H A Dindex.adj9337 in_hand a 3 1 & 3 1 00021224 01912499 00355587
H A Dindex.sense92439 in_hand%4:02:00:: 00150520 1 1
92440 in_hand%5:00:00:accessible:00 00021224 1 2
92441 in_hand%5:00:00:owned:00 00355587 3 0
92442 in_hand%5:00:00:relevant:00 01912499 2 0
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/lib/WordNet/
H A Dwordvectors.dat5215 in_hand 10783 5 5
51310 in_hand 2263 1 10123 1 14899 1 10165 1 10783 5 10323 1 2802 1 7405 1 3568 1 1053 1 8393 1 11282 1 1…

12