Home
last modified time | relevance | path

Searched refs:pball_queue (Results 1 – 3 of 3) sorted by relevance

/dports/games/flying/flying-6.20/
H A Dpball.C30 PBallTop *PBallTop::pball_queue=0l;
37 next = pball_queue; in PBallTop()
38 pball_queue = this; in PBallTop()
57 if (pball_queue==this) pball_queue = next; in ~PBallTop()
59 last = pball_queue; in ~PBallTop()
132 for (PBallTop *pball=pball_queue; pball; pball=pball->next) (pball->*fun)(); in ForAll()
H A Dpball.h144 static class PBallTop *pball_queue; variable
H A Dxpball.C108 for (current=pball_queue;current;current=current->next) { in WaitForEvents()
150 for (current=pball_queue;current;current=current->next) { in WaitForEvents()