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

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

Completed in 175 milliseconds