Lines Matching refs:Event
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
67 struct event *ev = NULL;
70 struct event *e;
90 /* scan the event list */
94 /* xdate is the date of the current event */
97 /* find the first event that has happened */
99 e = &Event[i];
201 e = &Event[j];
251 * Klingon got tired and went home, ignore this event
297 q->qsystemname = (e - Event) | Q_DISTRESSED;
405 memcpy(p, Event, sizeof (Event));
406 p += sizeof(Event);