OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:movers
(Results
1 - 7
of
7
) sorted by relevancy
/src/games/sail/
array.c
93
unsigned
movers
;
local
98
movers
= a->num - index_;
104
memmove(a->v + index_+1, a->v + index_,
movers
*sizeof(*a->v));
111
unsigned
movers
;
local
116
movers
= a->num - (index_ + 1);
117
memmove(a->v + index_, a->v + index_+1,
movers
*sizeof(*a->v));
/src/external/bsd/tradcpp/dist/
array.c
92
unsigned
movers
;
local
97
movers
= a->num - index_;
101
memmove(a->v + index_+1, a->v + index_,
movers
*sizeof(*a->v));
107
unsigned
movers
;
local
112
movers
= a->num - (index_ + 1);
113
memmove(a->v + index_, a->v + index_+1,
movers
*sizeof(*a->v));
/src/games/warp/
object.c
63
if (curobj ==
movers
) {
64
movers
= curobj->next;
object.h
38
#define STATIC 4 /* we are not in the
movers
list at the moment */
57
EXT OBJECT *
movers
;
variable
init.c
85
enemies =
movers
= NULL;
362
movers
= make_object(Crusher,'<',y,x,0,1,32767L,32768L,&root);
373
if (!
movers
)
374
movers
= ent;
385
if (!
movers
)
386
movers
= base;
410
if (!
movers
)
411
movers
= nuke;
473
if (!
movers
)
474
movers
= obj
[
all
...]
move.c
76
for (curobj =
movers
; curobj != &root; curobj = curobj->next) {
87
for (curobj =
movers
; curobj != &root; curobj = thenext) {
124
curobj->prev =
movers
->prev;
125
curobj->next =
movers
;
126
movers
->prev->next = curobj;
127
movers
->prev = curobj;
374
if (curobj ==
movers
)
375
movers
= curobj->next;
547
if (numcrushes &&
movers
->type == Crusher)
548
movers
->vely = 0
[
all
...]
them.c
53
if (numcrushes && (obj=
movers
)->type == Crusher) {
Completed in 78 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026