Home
last modified time | relevance | path

Searched refs:Q_DISTRESSED (Results 1 – 5 of 5) sorted by relevance

/openbsd/games/trek/
H A Dsystemname.c55 if (i & Q_DISTRESSED) in systemname()
H A Dsrscan.c175 if (q->qsystemname & Q_DISTRESSED) in srscan()
H A Devents.c271 (q->qsystemname & Q_DISTRESSED) || in events()
282 q->qsystemname = (e - Event) | Q_DISTRESSED; in events()
H A Dkill.c171 if (q->qsystemname & Q_DISTRESSED) in kills()
H A Dtrek.h52 #define Q_DISTRESSED 0200 macro