Home
last modified time | relevance | path

Searched refs:evcode (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/games/trek/
H A Dschedule.c60 if (e->evcode) in schedule()
68 e->evcode = type; in schedule()
100 e->evcode, e->x, e->y, e->systemname, date); in reschedule()
122 e->evcode, e->date, e->x, e->y, e->systemname); in unschedule()
124 Now.eventptr[e->evcode & E_EVENT] = 0; in unschedule()
126 e->evcode = 0; in unschedule()
H A Ddumpssradio.c52 if ((e->evcode & E_HIDDEN) == 0) in dumpssradio()
54 if (e->evcode & E_GHOST) in dumpssradio()
62 switch (e->evcode) in dumpssradio()
H A Devents.c94 if (e->evcode == 0 || (e->evcode & E_GHOST)) in events()
122 xdate, e->evcode, e->x, e->y, e->systemname); in events()
130 switch (e->evcode & E_EVENT) in events()
200 if ((e->evcode & E_EVENT) != E_KDESB) in events()
233 e->evcode |= E_HIDDEN; in events()
293 e->evcode |= E_HIDDEN; in events()
320 e->evcode |= E_HIDDEN; in events()
H A Ddock.c111 if (e->evcode != E_FIXDV) in dock()
143 if (e->evcode != E_FIXDV) in undock()
H A Dwarp.c158 percent = Event[i].evcode; in warp()
176 if (Event[i].evcode == E_FIXDV) in warp()
H A Dkill.c205 switch (e->evcode) in killd()
227 e->evcode |= E_GHOST; in killd()
H A Ddamaged.c54 if (e->evcode != E_FIXDV) in damaged()
H A Dcomputer.c263 if (e->evcode & E_HIDDEN) in computer()
265 switch (e->evcode & E_EVENT) in computer()
H A Ddamage.c82 if (e->evcode != E_FIXDV || e->systemname != dev) in damage()
H A Ddcrept.c75 if (e->evcode != E_FIXDV) in dcrept()
H A Ddumpme.c76 if (e->evcode != E_FIXDV) in dumpme()
H A Dabandon.c115 if (e->evcode != E_FIXDV) in abandon()
H A Dtrek.h141 char evcode; /* event type */ member
H A Dmove.c108 Now.eventptr[E_LRTB], Now.eventptr[E_LRTB]->evcode, in move()
H A Dsetup.c196 e->evcode = 0; in setup()