Home
last modified time | relevance | path

Searched refs:GRABBING (Results 1 – 23 of 23) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/boss/
H A Dmini_gargoyle.c122 else if (other->type == PLAYER && !(self->flags & GRABBING)) in touch()
143 self->flags |= GRABBING; in touch()
260 self->flags &= ~(FLY|GRABBING); in die()
H A Dsewer_boss.c1079 self->flags &= ~GRABBING; in punchReturnToNormal()
1124 if (self->flags & GRABBING) in grabAttack()
1162 self->flags |= GRABBING; in grabTouch()
1215 self->flags &= ~GRABBING; in dropPlayer()
1237 if (self->flags & GRABBING) in dropPlayer()
1988 if (self->flags & GRABBING) in finalGrabPlayer()
2144 self->flags |= GRABBING; in maggotTouch()
2152 if (self->flags & GRABBING) in grabMaggot()
H A Dchaos.c534 if (self->flags & GRABBING) in eatAttack()
565 if (self->flags & GRABBING) in eatAttack()
591 if (!(self->flags & GRABBING) && player.weight != 0) in eatTouch()
593 self->flags |= GRABBING; in eatTouch()
669 self->flags &= ~GRABBING; in eatAttackWait()
1749 if (self->head->flags & GRABBING) in blindSpellWait()
2331 if (self->flags & GRABBING) in die()
H A Dblob_boss.c1396 else if (other->type == PLAYER && !(self->flags & GRABBING)) in partGrab()
1408 self->flags |= GRABBING; in partGrab()
1483 self->flags &= ~GRABBING; in stickToPlayerAndDrain()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dnzbqueue.py264 status=Status.GRABBING,
702 … if nzo.priority == FORCE_PRIORITY and nzo.status not in (Status.PAUSED, Status.GRABBING):
714 if nzo.status not in (Status.PAUSED, Status.GRABBING) or nzo.priority == FORCE_PRIORITY:
801 if grabs and nzo.status == Status.GRABBING:
803 elif nzo.status not in (Status.PAUSED, Status.GRABBING):
868 … if not nzo.futuretype and not nzo.files and nzo.status not in (Status.PAUSED, Status.GRABBING):
H A Dconstants.py154 GRABBING = "Grabbing" # Q: Getting an NZB from an external site variable in Status
H A Dapi.py1297 … not sabnzbd.Downloader.paused and status not in (Status.PAUSED, Status.FETCHING, Status.GRABBING):
/dports/games/legend-of-edgar/edgar-1.34/src/enemy/
H A Dbaby_slime.c160 else if (self->target == other && !(self->flags & GRABBING)) in grab()
180 self->flags |= GRABBING; in grab()
H A Dzombie.c207 else if (other->type == PLAYER && !(self->flags & GRABBING)) in touch()
223 self->flags |= GRABBING; in touch()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/res/stories/holotzcastle/script/sr/
H A Dlevel007.hcs48 # EXPLAIN WHY YBELLE IS GRABBING STONES AFTER HE TOLD LUDAR NOT TO
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/wayland/
H A Dzcr_cursor_shapes.cc71 ADD_CASE(GRABBING, kGrabbing); in GetCursorType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/wayland/
H A Dzcr_cursor_shapes.cc71 ADD_CASE(GRABBING, kGrabbing); in GetCursorType()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/res/stories/holotzcastle/script/en/
H A Dlevel007.hcs48 # EXPLAIN WHY YBELLE IS GRABBING STONES AFTER HE TOLD LUDAR NOT TO
/dports/games/holotz-castle/holotz-castle-1.3.14-src/res/stories/holotzcastle/script/nl/
H A Dlevel007.hcs48 # EXPLAIN WHY YBELLE IS GRABBING STONES AFTER HE TOLD LUDAR NOT TO
/dports/games/holotz-castle/holotz-castle-1.3.14-src/res/stories/holotzcastle/script/sv/
H A Dlevel007.hcs48 # EXPLAIN WHY YBELLE IS GRABBING STONES AFTER HE TOLD LUDAR NOT TO
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h262 GRABBING = 512, enumerator
H A Dcollisions.c554 if ((e->flags & GRABBING) && e->target != NULL) in checkToMap()
674 if ((e->flags & GRABBING) && e->target != NULL) in checkToMap()
930 if ((e->flags & GRABBING) && e->target != NULL) in checkToMap()
948 if ((e->flags & GRABBING) && e->target != NULL) in checkToMap()
H A Dplayer.c345 self->flags &= ~GRABBING; in doPlayer()
416 if ((self->flags & GRABBING) && self->target != NULL) in doPlayer()
491 if ((self->flags & GRABBING) && self->target != NULL) in doPlayer()
526 if ((self->flags & GRABBING) && self->target != NULL) in doPlayer()
639 self->flags |= GRABBING; in doPlayer()
644 self->flags &= ~GRABBING; in doPlayer()
729 self->flags &= ~GRABBING; in doPlayer()
H A Dentity.c1047 if ((other->flags & GRABBING) && other->target != NULL) in pushEntity()
1054 if ((other->flags & GRABBING) && other->target == NULL && (self->flags & PUSHABLE)) in pushEntity()
1132 if ((other->flags & GRABBING) && other->target != NULL) in pushEntity()
1139 if ((other->flags & GRABBING) && other->target == NULL && (self->flags & PUSHABLE)) in pushEntity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/base/
H A DViewAndroidDelegate.java266 case CursorType.GRABBING: in onCursorChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss.proto2354 GRABBING = 733; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss.proto2356 GRABBING = 733; enumerator
/dports/games/connectagram/connectagram-1.2.11/data/en/
H A Dwords27741 GRABBING