Symbol: coord
games/hack/def.eshk.h
77
coord shk; /* usual position shopkeeper */
games/hack/def.eshk.h
78
coord shd; /* position shop door */
games/hack/def.mkroom.h
74
extern coord doors[DOORMAX];
games/hack/def.monst.h
72
coord mtrack[MTSZ]; /* monster track */
games/hack/hack.Decl.c
101
coord bhitpos;
games/hack/hack.Decl.c
75
coord doors[DOORMAX];
games/hack/hack.apply.c
316
static coord dig_pos;
games/hack/hack.do_name.c
118
coord cc;
games/hack/hack.do_name.c
74
coord
games/hack/hack.do_name.c
80
coord cc;
games/hack/hack.dog.c
198
coord poss[9];
games/hack/hack.dog.c
335
coord *cp;
games/hack/hack.h
195
extern coord bhitpos; /* place where thrown weapon falls to the ground */
games/hack/hack.h
280
coord getpos(int, char *);
games/hack/hack.h
415
coord enexto(xchar, xchar);
games/hack/hack.h
431
coord mazexy(void);
games/hack/hack.h
456
int mfndpos(struct monst *, coord pos[9], int info[9], int);
games/hack/hack.h
644
coord *gettrack(int, int);
games/hack/hack.makemon.c
152
coord mm;
games/hack/hack.makemon.c
165
coord
games/hack/hack.makemon.c
169
coord foo[15], *tfoo;
games/hack/hack.mklev.c
358
static coord
games/hack/hack.mklev.c
361
coord ff;
games/hack/hack.mklev.c
538
coord cc,tt;
games/hack/hack.mklev.c
695
coord dd;
games/hack/hack.mklev.c
776
coord mm;
games/hack/hack.mklev.c
798
extern coord mazexy();
games/hack/hack.mklev.c
799
coord mm;
games/hack/hack.mklev.c
93
static coord finddpos(int, int, int, int);
games/hack/hack.mkmaze.c
194
coord
games/hack/hack.mkmaze.c
197
coord mm;
games/hack/hack.mkmaze.c
80
coord mm;
games/hack/hack.mon.c
308
coord poss[9];
games/hack/hack.mon.c
389
coord *cp;
games/hack/hack.mon.c
543
mfndpos(struct monst *mon, coord poss[9],int info[9], int flag)
games/hack/hack.mon.c
897
coord mm;
games/hack/hack.pri.c
189
static coord tc[COLNO]; /* but watch reflecting beams! */
games/hack/hack.shk.c
944
coord poss[9];
games/hack/hack.track.c
68
coord utrack[UTSZ];
games/hack/hack.track.c
89
coord *
games/hack/hack.track.c
93
coord tc;
games/hack/hack.trap.c
363
coord cc;
lib/libcurses/tinfo/lib_win32con.c
533
COORD coord;
lib/libcurses/tinfo/lib_win32con.c
552
coord = info->dwSize;
lib/libcurses/tinfo/lib_win32con.c
577
coord.X = (SHORT) wide;
lib/libcurses/tinfo/lib_win32con.c
578
coord.Y = (SHORT) high;
lib/libcurses/tinfo/lib_win32con.c
590
T(("... coord %d,%d", coord.Y, coord.X));
lib/libcurses/tinfo/lib_win32con.c
594
SetConsoleScreenBufferSize(WINCONSOLE.hdl, coord); /* dwSize */