OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YSIZE99
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/warp/
move.c
619
if ((obj=occupant[y=(y+
YSIZE99
)%YSIZE][xp])&&obj->type == what) /* -1, 1 */
643
((obj=occupant[y=(y+
YSIZE99
)%YSIZE][xp])&&obj->type == what)||/* -1, 1 */
662
((obj=occupant[y=(y+
YSIZE99
)%YSIZE][xp])&&obj->image==what)||/* -1, 1 */
warp.h
89
#define
YSIZE99
2299
them.c
398
y = (y + rand_mod(3) +
YSIZE99
) % YSIZE;
init.c
343
y = (y + rand_mod(3) +
YSIZE99
) % YSIZE;
Completed in 13 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025