Home
last modified time | relevance | path

Searched refs:GRABBED (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/legend-of-edgar/edgar-1.34/src/item/
H A Dspring.c72 if (!(self->flags & GRABBED)) in entityWait()
108 if (!(self->flags & GRABBED)) in spring()
/dports/games/legend-of-edgar/edgar-1.34/src/enemy/
H A Dbaby_slime.c186 other->flags |= GRABBED; in grab()
231 self->target->flags &= ~GRABBED; in stickToTarget()
316 self->target->flags &= ~GRABBED; in stickToTargetAndDrain()
339 self->target->flags &= ~GRABBED; in fallOffWait()
/dports/games/legend-of-edgar/edgar-1.34/src/boss/
H A Dmini_gargoyle.c141 other->flags |= GRABBED; in touch()
206 player.flags |= GRABBED; in raiseOffScreen()
258 player.flags &= ~GRABBED; in die()
H A Dblob_boss.c1412 other->flags |= GRABBED; in partGrab()
1481 player.flags &= ~GRABBED; in stickToPlayerAndDrain()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Dwindow_state.rs44 const GRABBED = 1 << 0; const
313 if self.contains(CursorFlags::GRABBED) { in refresh_os_cursor()
H A Dwindow.rs291 .set_cursor_flags(window.0, |f| f.set(CursorFlags::GRABBED, grab)) in grab_cursor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Dwindow_state.rs44 const GRABBED = 1 << 0; const
313 if self.contains(CursorFlags::GRABBED) { in refresh_os_cursor()
H A Dwindow.rs302 .set_cursor_flags(window.0, |f| f.set(CursorFlags::GRABBED, grab)) in grab_cursor()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Dwindow_state.rs55 const GRABBED = 1 << 0; const
339 let cursor_clip = match self.contains(CursorFlags::GRABBED) { in refresh_os_cursor()
H A Dwindow.rs310 .set_cursor_flags(window.0, |f| f.set(CursorFlags::GRABBED, grab)) in set_cursor_grab()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Dwindow_state.rs56 const GRABBED = 1 << 0; const
347 let cursor_clip = match self.contains(CursorFlags::GRABBED) { in refresh_os_cursor()
H A Dwindow.rs311 .set_cursor_flags(window.0, |f| f.set(CursorFlags::GRABBED, grab)) in set_cursor_grab()
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddefs.h270 GRABBED = 131072, enumerator
H A Dentity.c149 if (!(self->flags & (FLY|GRABBED))) in doEntities()
189 if (self->flags & GRABBED) in doEntities()
436 if (!(self->flags & GRABBED)) in doNothing()
1058 self->flags |= GRABBED; in pushEntity()
1143 self->flags |= GRABBED; in pushEntity()
H A Dplayer.c349 self->target->flags &= ~GRABBED; in doPlayer()
593 if (attack == 1 && !(self->flags & GRABBED)) in doPlayer()
648 self->target->flags &= ~GRABBED; in doPlayer()
656 …ND) && playerShield.inUse == TRUE && !(playerWeapon.flags & ATTACKING) && !(self->flags & GRABBED)) in doPlayer()
692 if (input.jump == 1 && !(self->flags & (BLOCKING|GRABBED))) in doPlayer()
733 self->target->flags &= ~GRABBED; in doPlayer()
H A Dcredits.c1331 if (!(self->flags & (FLY|GRABBED))) in doCreditsEntities()
/dports/audio/ganv/ganv-1.8.0/src/
H A Dnode.c220 SET_CASE(GRABBED, boolean, impl->grabbed) in ganv_node_set_property()
285 GET_CASE(GRABBED, boolean, impl->grabbed) in ganv_node_get_property()
/dports/japanese/xv/xv-3.10a/
H A Dxv.c2151 else if (filenum == GRABBED) {
2658 if (filenum==DFLTPIC || filenum==GRABBED || frompipe)
2949 else if (frompipe || filenum == LOADPIC || filenum == GRABBED ||
3816 else if (i>=0 || i==GRABBED || i==POLLED || i==RELOAD ||
H A Dxv.h731 #define GRABBED -9 /* just grabbed a pic. 'load' it up */ macro
H A Dxvevent.c1393 case BGRAB: if (Grab()) {done=1; retval = GRABBED;} break;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxv.c2151 else if (filenum == GRABBED) {
2658 if (filenum==DFLTPIC || filenum==GRABBED || frompipe)
2949 else if (frompipe || filenum == LOADPIC || filenum == GRABBED ||
3816 else if (i>=0 || i==GRABBED || i==POLLED || i==RELOAD ||
H A Dxv.h731 #define GRABBED -9 /* just grabbed a pic. 'load' it up */ macro
/dports/graphics/xv/xv-3.10a/
H A Dxv.c2151 else if (filenum == GRABBED) {
2658 if (filenum==DFLTPIC || filenum==GRABBED || frompipe)
2949 else if (frompipe || filenum == LOADPIC || filenum == GRABBED ||
3816 else if (i>=0 || i==GRABBED || i==POLLED || i==RELOAD ||
H A Dxv.h731 #define GRABBED -9 /* just grabbed a pic. 'load' it up */ macro
/dports/lang/vala/vala-0.48.18/vapi/
H A Dv4l2.vapi685 GRABBED,

12