OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookx
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/trek/
klmove.c
60
** equivalent to Ship.sectx and Ship.secty for the starship.
Lookx
and
74
int
lookx
, looky;
local in function:klmove
115
lookx
= nextx + dx;
117
if (
lookx
< 0 ||
lookx
>= NSECTS ||
122
if (
lookx
< 0)
125
if (
lookx
>= NSECTS)
158
if (Sect[
lookx
][looky] != EMPTY) {
159
lookx
= nextx + fudgex;
160
if (
lookx
< 0 || lookx >= NSECTS
[
all
...]
klmove.c
60
** equivalent to Ship.sectx and Ship.secty for the starship.
Lookx
and
74
int
lookx
, looky;
local in function:klmove
115
lookx
= nextx + dx;
117
if (
lookx
< 0 ||
lookx
>= NSECTS ||
122
if (
lookx
< 0)
125
if (
lookx
>= NSECTS)
158
if (Sect[
lookx
][looky] != EMPTY) {
159
lookx
= nextx + fudgex;
160
if (
lookx
< 0 || lookx >= NSECTS
[
all
...]
klmove.c
60
** equivalent to Ship.sectx and Ship.secty for the starship.
Lookx
and
74
int
lookx
, looky;
local in function:klmove
115
lookx
= nextx + dx;
117
if (
lookx
< 0 ||
lookx
>= NSECTS ||
122
if (
lookx
< 0)
125
if (
lookx
>= NSECTS)
158
if (Sect[
lookx
][looky] != EMPTY) {
159
lookx
= nextx + fudgex;
160
if (
lookx
< 0 || lookx >= NSECTS
[
all
...]
klmove.c
60
** equivalent to Ship.sectx and Ship.secty for the starship.
Lookx
and
74
int
lookx
, looky;
local in function:klmove
115
lookx
= nextx + dx;
117
if (
lookx
< 0 ||
lookx
>= NSECTS ||
122
if (
lookx
< 0)
125
if (
lookx
>= NSECTS)
158
if (Sect[
lookx
][looky] != EMPTY) {
159
lookx
= nextx + fudgex;
160
if (
lookx
< 0 || lookx >= NSECTS
[
all
...]
Completed in 319 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025