OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift_direction
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/warp/
us.c
134
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
(1, -1)
[
all
...]
us.h
60
void
shift_direction
(int, int);
Completed in 53 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026