Home
last modified time | relevance | path

Searched refs:PFRED (Results 1 – 6 of 6) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dlocal.c441 switch (me->p_flags & (PFGREEN | PFYELLOW | PFRED)) { in DrawShips()
451 case PFRED: in DrawShips()
490 switch (me->p_flags & (PFGREEN | PFYELLOW | PFRED)) { in DrawShips()
500 case PFRED: in DrawShips()
1178 if (oldalert != (me->p_flags & (PFGREEN | PFYELLOW | PFRED))) in DrawMisc()
1180 oldalert = (me->p_flags & (PFGREEN | PFYELLOW | PFRED)); in DrawMisc()
1205 case PFRED: in DrawMisc()
H A Dstruct.h133 #define PFRED 0x2000 macro
H A Dredraw.c174 else if (me->p_flags & PFRED) in stline()
H A Dcowmain.c963 me->p_flags &= ~(PFYELLOW | PFRED | PFENG); /* Reset flags to avoid sounds */ in cowmain()
H A Dshort.c487 PFGREEN | PFYELLOW | PFRED | in handleSelfShip()
495 ((packet->pad1 & (PFRED << 7)) >> 7) | in handleSelfShip()
H A Dsocket.c1614 if (((pl->p_flags & PFGREEN) && (ntohl(packet->flags) & PFRED)) || in handleSelf()
1615 ((pl->p_flags & PFRED) && (ntohl(packet->flags) & PFGREEN))) in handleSelf()