Symbol: COORD
games/robots/auto.c
134
COORD test;
games/robots/auto.c
170
static COORD *
games/robots/auto.c
173
COORD *rob, *end, *minrob = NULL;
games/robots/auto.c
193
static COORD *
games/robots/auto.c
196
COORD *hp, *end, *minhp = NULL;
games/robots/auto.c
247
move_away(COORD *rob)
games/robots/auto.c
261
move_between(COORD *rob, COORD *hp)
games/robots/auto.c
316
between(COORD *rob, COORD *hp)
games/robots/auto.c
347
COORD *robot_close;
games/robots/auto.c
348
COORD *heap_close;
games/robots/auto.c
67
static COORD *closest_robot(int *);
games/robots/auto.c
68
static COORD *closest_heap(int *);
games/robots/auto.c
70
static char move_away(COORD *);
games/robots/auto.c
71
static char move_between(COORD *, COORD *);
games/robots/auto.c
72
static int between(COORD *, COORD *);
games/robots/extern.c
79
COORD Max; /* Max area robots take up */
games/robots/extern.c
80
COORD Min; /* Min area robots take up */
games/robots/extern.c
81
COORD My_pos; /* Player's current position */
games/robots/extern.c
82
COORD Robots[MAXROBOTS]; /* Robots' current positions */
games/robots/extern.c
83
COORD Scrap[MAXROBOTS]; /* ScrapHeap' current position */
games/robots/make_level.c
53
COORD *cp;
games/robots/move.c
223
static COORD newpos;
games/robots/move.c
254
static COORD newpos;
games/robots/move.c
288
eaten(const COORD *pos)
games/robots/move.c
51
static bool eaten(const COORD *);
games/robots/move_robs.c
53
COORD *rp;
games/robots/play_level.c
52
COORD *cp;
games/robots/rnd_pos.c
51
COORD *
games/robots/rnd_pos.c
54
static COORD pos;
games/robots/robots.h
104
extern COORD Max, Min, My_pos, Robots[], Scrap[];
games/robots/robots.h
124
COORD *rnd_pos(void);
sys/dev/sun/cgsix.c
887
((COORD(x) << 16) | (COORD(y) & 0xffff)) :