HomeSort by: relevance | last modified time | path
    Searched defs:movers (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
array.c 93 unsigned movers; local in function:array_insert
98 movers = a->num - index_;
104 memmove(a->v + index_+1, a->v + index_, movers*sizeof(*a->v));
111 unsigned movers; local in function:array_remove
116 movers = a->num - (index_ + 1);
117 memmove(a->v + index_, a->v + index_+1, movers*sizeof(*a->v));
  /src/games/warp/
object.h 38 #define STATIC 4 /* we are not in the movers list at the moment */
57 EXT OBJECT *movers; variable in typeref:typename:EXT OBJECT *

Completed in 16 milliseconds