Home
last modified time | relevance | path

Searched refs:shift_direction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/warp/
H A Dus.c134 shift_direction(int dy, int dx) in shift_direction() function
463 shift_direction(0, -1); in get_commands()
464 shift_direction(0, 1); in get_commands()
465 shift_direction(-1, 0); in get_commands()
466 shift_direction(1, 0); in get_commands()
467 shift_direction(-1, -1); in get_commands()
468 shift_direction(-1, 1); in get_commands()
469 shift_direction(1, -1); in get_commands()
470 shift_direction(1, 1); in get_commands()
473 shift_direction(1, -1); in get_commands()
[all …]
H A Dus.h60 void shift_direction(int, int);