OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permonst
(Results
1 - 21
of
21
) sorted by relevancy
/src/games/hack/
hack.monst.c
73
const struct
permonst
mons[CMNUM + 2] = {
137
const struct
permonst
pm_ghost = {"ghost", ' ', 10, 3, -5, 1, 1, sizeof(plname)};
138
const struct
permonst
pm_wizard = {
142
const struct
permonst
pm_mail_daemon = {"mail daemon", '2', 100, 1, 10, 0, 0, 0};
144
const struct
permonst
pm_eel = {"giant eel", ';', 15, 6, -3, 3, 6, 0};
def.permonst.h
1
/* $NetBSD: def.
permonst
.h,v 1.6 2003/04/02 18:36:34 jsm Exp $ */
66
struct
permonst
{
struct
73
extern const struct
permonst
mons[];
hack.h
92
#include "def.
permonst
.h"
230
extern const struct
permonst
li_dog, dog, la_dog;
231
extern const struct
permonst
pm_eel;
232
extern const struct
permonst
pm_ghost;
233
extern const struct
permonst
pm_mail_daemon;
234
extern const struct
permonst
pm_wizard;
def.monst.h
68
const struct
permonst
*data;
hack.mkmaze.c
73
static const struct
permonst
hell_hound =
145
(void) makemon((struct
permonst
*) 0, mm.x, mm.y);
hack.mkshop.c
81
static const struct
permonst
*morguemon(void);
257
(type == BEEHIVE) ? PM_KILLER_BEE : (struct
permonst
*) 0,
287
static const struct
permonst
*
hack.dog.c
75
const struct
permonst
li_dog =
77
const struct
permonst
dog =
79
const struct
permonst
la_dog =
195
const struct
permonst
*mdat = mtmp->data;
hack.makemon.c
83
makemon(const struct
permonst
*ptr, int x, int y)
269
const struct
permonst
*ptr;
hack.save.c
277
struct
permonst
*monbegin;
299
mtmp->data = (const struct
permonst
*)
hack.fight.c
81
const struct
permonst
*pa = magr->data, *pd = mdef->data;
150
const struct
permonst
*pd = mdef->data;
350
const struct
permonst
*mdat;
hack.wizard.c
218
(void) makemon((struct
permonst
*) 0, u.ux, u.uy);
extern.h
215
struct monst *makemon(const struct
permonst
*, int, int);
265
int newcham(struct monst *, const struct
permonst
*);
hack.main.c
294
const struct
permonst
*pm = mons;
378
(void) makemon((struct
permonst
*) 0, 0, 0);
hack.read.c
223
(struct
permonst
*) 0, u.ux, u.uy);
633
const struct
permonst
*mp;
hack.lev.c
165
const struct
permonst
*monbegin = &mons[0];
hack.mhitu.c
79
const struct
permonst
*mdat = mtmp->data;
hack.vault.c
114
static const struct
permonst
pm_guard =
hack.mon.c
235
const struct
permonst
*mdat;
794
const struct
permonst
*mdat;
941
newcham(struct monst *mtmp, const struct
permonst
*mdat)
hack.zap.c
244
(void) makemon((struct
permonst
*) 0, u.ux, u.uy);
hack.mklev.c
170
makemon((struct
permonst
*) 0, somex(), somey());
hack.shk.c
941
const struct
permonst
*mdat = shkp->data;
Completed in 23 milliseconds
Indexes created Tue Oct 21 07:10:13 GMT 2025