Searched refs:ctrl_direction (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/games/warp/ |
H A D | us.c | 109 ctrl_direction(int dy, int dx) in ctrl_direction() function 215 ctrl_direction(1, -1); in get_commands() 218 ctrl_direction(1, 0); in get_commands() 221 ctrl_direction(1, 1); in get_commands() 224 ctrl_direction(0, -1); in get_commands() 227 ctrl_direction(0, 1); in get_commands() 230 ctrl_direction(-1, -1); in get_commands() 233 ctrl_direction(-1, 0); in get_commands() 236 ctrl_direction(-1, 1); in get_commands()
|
H A D | us.h | 59 void ctrl_direction(int, int);
|