OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/trek/
move.c
91
double
sectsize
;
local in function:move
100
sectsize
= NSECTS;
156
if (x < 0.0 || y < 0.0 || x >=
sectsize
|| y >=
sectsize
) {
torped.c
78
double
sectsize
;
local in function:torped
124
sectsize
= NSECTS;
154
if (x < 0.0 || x >=
sectsize
||
155
y < 0.0 || y >=
sectsize
) {
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025