Home | History | Annotate | Download | only in battlestar

Lines Matching defs:deposit

215 	int     deposit = 0;
223 deposit = ahead;
227 deposit = back;
231 deposit = left;
235 deposit = right;
239 deposit = location[position].up *
244 deposit = location[position].down;
250 if (deposit &&
254 setbit(location[deposit].objects,
261 location[deposit].objects[n] =
263 setbit(location[deposit].objects, CHAR);
267 switch (deposit) {