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

  /src/games/hack/
def.wseg.h 1 /* $NetBSD: def.wseg.h,v 1.6 2011/08/06 20:18:26 dholland Exp $ */
68 struct wseg { struct
69 struct wseg *nseg;
74 #define newseg() ((struct wseg *) alloc(sizeof(struct wseg)))
hack.worm.c 73 #include "def.wseg.h"
75 struct wseg *wsegs[32]; /* linked list, tail first */
76 struct wseg *wheads[32];
79 static void remseg(struct wseg *);
97 struct wseg *wtmp;
112 struct wseg *wtmp, *whd = NULL;
145 struct wseg *wtmp;
161 struct wseg *wtmp, *wtmp2;
176 struct wseg *wtmp;
186 struct wseg *wtmp = wsegs[tmp]
    [all...]
hack.lev.c 76 #include "def.wseg.h"
88 struct wseg *wtmp, *wtmp2;
125 bwrite(fd, wtmp, sizeof(struct wseg));
214 struct wseg *wtmp;
299 mread(fd, wtmp, sizeof(struct wseg));
hack.h 237 extern struct wseg *m_atseg;
238 extern struct wseg *wsegs[32], *wheads[32];
extern.h 513 struct wseg;
514 void pwseg(struct wseg *);
hack.invent.c 75 #include "def.wseg.h"
257 struct wseg *m_atseg;
264 struct wseg *wtmp;

Completed in 15 milliseconds