Searched refs:moveplayer (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/games/battlestar/ |
| H A D | command7.c | 197 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 D | cypher.c | 112 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 D | extern.h | 344 int moveplayer(int, int);
|
| H A D | command1.c | 40 moveplayer(int thataway, int token) in moveplayer() function
|