Searched refs:permonst (Results 1 - 25 of 112) sorted by relevance

12345

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h1 /* SCCS Id: @(#)permonst.h 3.4 1999/07/02 */
41 struct permonst { struct
66 extern NEARDATA struct permonst
H A Dextern.h685 E boolean FDECL(bad_rock, (struct permonst *,XCHAR_P,XCHAR_P));
921 E boolean FDECL(is_home_elemental, (struct permonst *));
923 E struct monst *FDECL(makemon, (struct permonst *,int,int,int));
924 E boolean FDECL(create_critters, (int,struct permonst *));
925 E struct permonst *NDECL(rndmonst);
927 E struct permonst *FDECL(mkclass, (CHAR_P,int));
928 E int FDECL(adj_lev, (struct permonst *));
929 E struct permonst *FDECL(grow_up, (struct monst *,struct monst *));
932 E boolean FDECL(peace_minded, (struct permonst *));
956 E int FDECL(noattacks, (struct permonst *));
[all...]
H A Dmonst.h42 struct permonst *data;
45 short movement; /* movement points (derived from permonst definition and added effects */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h1 /* SCCS Id: @(#)permonst.h 3.4 1999/07/02 */
41 struct permonst { struct
66 extern NEARDATA struct permonst
H A Dextern.h685 E boolean FDECL(bad_rock, (struct permonst *,XCHAR_P,XCHAR_P));
921 E boolean FDECL(is_home_elemental, (struct permonst *));
923 E struct monst *FDECL(makemon, (struct permonst *,int,int,int));
924 E boolean FDECL(create_critters, (int,struct permonst *));
925 E struct permonst *NDECL(rndmonst);
927 E struct permonst *FDECL(mkclass, (CHAR_P,int));
928 E int FDECL(adj_lev, (struct permonst *));
929 E struct permonst *FDECL(grow_up, (struct monst *,struct monst *));
932 E boolean FDECL(peace_minded, (struct permonst *));
956 E int FDECL(noattacks, (struct permonst *));
[all...]
H A Dmonst.h42 struct permonst *data;
45 short movement; /* movement points (derived from permonst definition and added effects */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c16 struct permonst *ptr;
34 struct permonst *ptr;
48 struct permonst *ptr;
59 struct permonst *ptr;
70 struct permonst *ptr = mon->data;
82 struct permonst *ptr = mon->data;
107 struct permonst *ptr = mon->data;
220 struct permonst *ptr;
242 register struct permonst *ptr;
253 struct permonst *mpt
[all...]
H A Dmakemon.c24 STATIC_DCL int FDECL(align_shift, (struct permonst *));
26 STATIC_DCL boolean FDECL(wrong_elem_type, (struct permonst *));
44 register struct permonst *ptr;
61 register struct permonst *ptr;
167 register struct permonst *ptr = mtmp->data;
493 register struct permonst *ptr = mtmp->data;
825 register struct permonst *ptr;
1113 struct permonst *mptr; /* usually null; used for confused reading */
1167 register struct permonst *ptr;
1197 struct permonst *
[all...]
H A Dminion.c13 register struct permonst *ptr;
113 struct permonst *pm = &mons[mnum];
294 struct permonst *ptr;
310 struct permonst *ptr;
H A Dmkroom.c24 STATIC_DCL struct permonst * NDECL(morguemon);
25 STATIC_DCL struct permonst * NDECL(antholemon);
26 STATIC_DCL struct permonst * NDECL(squadmon);
302 (struct permonst *) 0,
401 struct permonst *mdat;
416 STATIC_OVL struct permonst *
431 STATIC_OVL struct permonst *
443 (struct permonst *)0 : &mons[mtyp]);
662 struct permonst *
686 STATIC_OVL struct permonst *
[all...]
H A Dpager.c13 STATIC_DCL struct permonst * FDECL(lookat, (int, int, char *, char *));
15 (char *,struct permonst *,BOOLEAN_P,BOOLEAN_P));
57 STATIC_OVL struct permonst *
63 struct permonst *pm = (struct permonst *) 0;
288 return ((pm && !Hallucination) ? pm : (struct permonst *) 0);
304 struct permonst *pm;
324 if (pm != (struct permonst *) 0 && !user_typed_name)
463 struct permonst *pm = 0;
508 pm = (struct permonst *)
[all...]
H A Dmon.c52 STATIC_DCL void FDECL(m_detach, (struct monst *, struct permonst *));
116 struct permonst *ptr = &mons[mndx];
172 register struct permonst *mdat = mtmp->data;
538 (void) newcham(mtmp, (struct permonst *)0, FALSE, FALSE);
665 struct permonst *ptr;
718 if (newcham(mtmp, (struct permonst *)0,
731 ptr = (struct permonst *)0;
754 struct permonst *ptr;
804 if (newcham(mtmp, (struct permonst *)0, FALSE, FALSE))
962 struct permonst *mda
[all...]
H A Dmail.c146 if (!enexto(startp, u.ux, u.uy, (struct permonst *) 0))
189 (struct permonst *) 0) &&
204 (struct permonst *) 0) &&
H A Dsteed.c31 struct permonst *ptr = mtmp->data;
45 struct permonst *ptr;
197 struct permonst *ptr;
546 struct permonst *mdat = mtmp->data;
H A Dwere.c91 register struct permonst *ptr;
H A Ddbridge.c229 struct permonst *edata; /* must be non-zero for record to be valid */
272 etmp->edata = (struct permonst *)0;
295 etmp->edata = (struct permonst *)0;
424 etmp->edata = (struct permonst *)0;
430 occupants[entitycnt].edata = (struct permonst *)0;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c16 struct permonst *ptr;
34 struct permonst *ptr;
48 struct permonst *ptr;
59 struct permonst *ptr;
70 struct permonst *ptr = mon->data;
82 struct permonst *ptr = mon->data;
107 struct permonst *ptr = mon->data;
220 struct permonst *ptr;
242 register struct permonst *ptr;
253 struct permonst *mpt
[all...]
H A Dmakemon.c24 STATIC_DCL int FDECL(align_shift, (struct permonst *));
26 STATIC_DCL boolean FDECL(wrong_elem_type, (struct permonst *));
44 register struct permonst *ptr;
61 register struct permonst *ptr;
167 register struct permonst *ptr = mtmp->data;
493 register struct permonst *ptr = mtmp->data;
825 register struct permonst *ptr;
1113 struct permonst *mptr; /* usually null; used for confused reading */
1167 register struct permonst *ptr;
1197 struct permonst *
[all...]
H A Dminion.c13 register struct permonst *ptr;
113 struct permonst *pm = &mons[mnum];
294 struct permonst *ptr;
310 struct permonst *ptr;
H A Dmkroom.c24 STATIC_DCL struct permonst * NDECL(morguemon);
25 STATIC_DCL struct permonst * NDECL(antholemon);
26 STATIC_DCL struct permonst * NDECL(squadmon);
302 (struct permonst *) 0,
401 struct permonst *mdat;
416 STATIC_OVL struct permonst *
431 STATIC_OVL struct permonst *
443 (struct permonst *)0 : &mons[mtyp]);
662 struct permonst *
686 STATIC_OVL struct permonst *
[all...]
H A Dpager.c13 STATIC_DCL struct permonst * FDECL(lookat, (int, int, char *, char *));
15 (char *,struct permonst *,BOOLEAN_P,BOOLEAN_P));
57 STATIC_OVL struct permonst *
63 struct permonst *pm = (struct permonst *) 0;
288 return ((pm && !Hallucination) ? pm : (struct permonst *) 0);
304 struct permonst *pm;
324 if (pm != (struct permonst *) 0 && !user_typed_name)
463 struct permonst *pm = 0;
508 pm = (struct permonst *)
[all...]
H A Dmon.c52 STATIC_DCL void FDECL(m_detach, (struct monst *, struct permonst *));
116 struct permonst *ptr = &mons[mndx];
172 register struct permonst *mdat = mtmp->data;
538 (void) newcham(mtmp, (struct permonst *)0, FALSE, FALSE);
665 struct permonst *ptr;
718 if (newcham(mtmp, (struct permonst *)0,
731 ptr = (struct permonst *)0;
754 struct permonst *ptr;
804 if (newcham(mtmp, (struct permonst *)0, FALSE, FALSE))
962 struct permonst *mda
[all...]
H A Dmail.c146 if (!enexto(startp, u.ux, u.uy, (struct permonst *) 0))
189 (struct permonst *) 0) &&
204 (struct permonst *) 0) &&
H A Dsteed.c31 struct permonst *ptr = mtmp->data;
45 struct permonst *ptr;
197 struct permonst *ptr;
546 struct permonst *mdat = mtmp->data;
H A Dwere.c91 register struct permonst *ptr;

Completed in 93 milliseconds

12345