OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curobj
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/warp/
play.c
36
OBJECT *
curobj
;
local in function:play
155
if ((
curobj
= isatorp[i][y][x]) != NULL) {
156
to = occupant[(
curobj
->posy+
curobj
->vely+YSIZE00)%YSIZE]
157
[(
curobj
->posx+
curobj
->velx+XSIZE00)%XSIZE];
159
unmake_object(
curobj
);
init.c
515
OBJECT *
curobj
;
local in function:initialize
517
for (
curobj
= root.next;
curobj
!= &root;
curobj
=
curobj
->next) {
518
mvaddch(
curobj
->posy+1,
curobj
->posx*2,
curobj
->image);
move.c
70
OBJECT *
curobj
;
local in function:move_universe
76
for (
curobj
= movers;
curobj
!= &root;
curobj
=
curobj
->next) {
77
x =
curobj
->posx;
78
y =
curobj
->posy;
79
if (
curobj
== occupant[y][x]) {
82
else if (
curobj
->type != Torp &&
curobj
->type != Web)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025