HomeSort by: relevance | last modified time | path
    Searched refs:COORD (Results 1 - 9 of 9) sorted by relevancy

  /src/games/robots/
extern.c 79 COORD Max; /* Max area robots take up */
80 COORD Min; /* Min area robots take up */
81 COORD My_pos; /* Player's current position */
82 COORD Robots[MAXROBOTS]; /* Robots' current positions */
83 COORD Scrap[MAXROBOTS]; /* ScrapHeap' current position */
auto.c 67 static COORD *closest_robot(int *);
68 static COORD *closest_heap(int *);
70 static char move_away(COORD *);
71 static char move_between(COORD *, COORD *);
72 static int between(COORD *, COORD *);
134 COORD test;
170 static COORD *
173 COORD *rob, *end, *minrob = NULL
    [all...]
rnd_pos.c 51 COORD *
54 static COORD pos;
robots.h 75 } COORD;
104 extern COORD Max, Min, My_pos, Robots[], Scrap[];
124 COORD *rnd_pos(void);
move.c 51 static bool eaten(const COORD *);
223 static COORD newpos;
254 static COORD newpos;
288 eaten(const COORD *pos)
make_level.c 53 COORD *cp;
play_level.c 52 COORD *cp;
move_robs.c 53 COORD *rp;
  /src/sys/dev/sun/
cgsix.c 885 #define COORD(f) (sc->sc_cursor.cc_pos.f - sc->sc_cursor.cc_hot.f)
887 ((COORD(x) << 16) | (COORD(y) & 0xffff)) :
889 #undef COORD

Completed in 14 milliseconds