Home
last modified time | relevance | path

Searched refs:moveplayer (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/games/battlestar/
H A Dcommand7.c197 moveplayer(back, BACK); in fight()
199 moveplayer(ahead, AHEAD); in fight()
201 moveplayer(left, LEFT); in fight()
203 moveplayer(right, RIGHT); in fight()
205 moveplayer(location[position].down, AHEAD); in fight()
H A Dcypher.c112 if (!moveplayer(location[position].up, AHEAD)) in cypher()
122 if (!moveplayer(location[position].down, AHEAD)) in cypher()
128 if (!moveplayer(left, LEFT)) in cypher()
134 if (!moveplayer(right, RIGHT)) in cypher()
140 if (!moveplayer(ahead, AHEAD)) in cypher()
146 if (!moveplayer(back, BACK)) in cypher()
H A Dextern.h344 int moveplayer(int, int);
H A Dcommand1.c40 moveplayer(int thataway, int token) in moveplayer() function