Home
last modified time | relevance | path

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

/dflybsd-src/games/trek/
H A Dschedule.c59 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 Devents.c92 if (e->evcode == 0 || (e->evcode & E_GHOST)) in events()
119 xdate, e->evcode, e->x, e->y, e->systemname); in events()
127 switch (e->evcode & E_EVENT) { in events()
194 if ((e->evcode & E_EVENT) != E_KDESB) in events()
234 e->evcode |= E_HIDDEN; in events()
299 e->evcode |= E_HIDDEN; in events()
326 e->evcode |= E_HIDDEN; in events()
H A Ddumpssradio.c51 if ((e->evcode & E_HIDDEN) == 0) in dumpssradio()
53 if (e->evcode & E_GHOST) { in dumpssradio()
61 switch (e->evcode) { in dumpssradio()
H A Ddock.c106 if (e->evcode != E_FIXDV) in dock()
138 if (e->evcode != E_FIXDV) in undock()
H A Dwarp.c159 percent = Event[i].evcode; in warp()
178 if (Event[i].evcode == E_FIXDV) in warp()
H A Dkill.c195 switch (e->evcode) { in killd()
214 e->evcode |= E_GHOST; in killd()
H A Dcomputer.c256 if (e->evcode & E_HIDDEN) in computer()
258 switch (e->evcode & E_EVENT) { in computer()
H A Ddamaged.c53 if (e->evcode != E_FIXDV) in damaged()
H A Ddamage.c81 if (e->evcode != E_FIXDV || e->systemname != dev) in damage()
H A Ddcrept.c71 if (e->evcode != E_FIXDV) in dcrept()
H A Ddumpme.c74 if (e->evcode != E_FIXDV) in dumpme()
H A Dabandon.c110 if (e->evcode != E_FIXDV) in abandon()
H A Dtrek.h156 char evcode; /* event type */ member
H A Dmove.c116 Now.eventptr[E_LRTB], Now.eventptr[E_LRTB]->evcode, in move()
H A Dsetup.c202 e->evcode = 0; in setup()