Home
last modified time | relevance | path

Searched refs:PFTRACT (Results 1 – 8 of 8) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dinput.c1254 if (me->p_flags & (PFTRACT | PFPRESS)) in buttonaction()
1265 if (me->p_flags & (PFTRACT | PFPRESS)) in buttonaction()
2024 if (me->p_flags & (PFTRACT | PFPRESS)) in Key84()
2108 if (me->p_flags & (PFTRACT | PFPRESS)) in Key94()
2117 if (me->p_flags & (PFTRACT | PFPRESS)) in Key95()
2386 if (me->p_flags & (PFTRACT | PFPRESS)) in Key121()
H A Dstruct.h146 #define PFTRACT 0x400000 /* tractor beam activated */ macro
H A Dredraw.c189 else if (me->p_flags & PFTRACT) in stline()
H A Ddashboard3.c296 else if (me->p_flags & PFTRACT) in db_flags()
H A Ddashboard.c172 else if (me->p_flags & PFTRACT) in db_flags()
H A Dlocal.c699 isAlive(j) && (j->p_flags & PFTRACT || j->p_flags & PFPRESS)) { in DrawShips()
765 } else if (!(me->p_flags & PFPRESS || me->p_flags & PFTRACT)) in DrawShips()
H A Dshort.c488 PFTRACT | PFPRESS); in handleSelfShip()
496 ((packet->pad1 & (PFTRACT << 15)) >> 15) | in handleSelfShip()
H A Dsocket.c673 FCHECK_TRACT(PFTRACT, fTractor, CP_TRACTOR); in checkForce()