Searched refs:wtmp (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/games/hack/
H A Dhack.worm.c91 struct wseg *wtmp; local
95 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
97 wtmp->wx = mtmp->mx;
98 wtmp->wy = mtmp->my;
99 /* wtmp->wdispl = 0; */
100 wtmp->nseg = 0;
106 struct wseg *wtmp, *whd; local
109 wtmp = newseg();
110 wtmp->wx = mtmp->mx;
111 wtmp
137 struct wseg *wtmp; local
152 struct wseg *wtmp, *wtmp2; local
167 struct wseg *wtmp; local
177 struct wseg *wtmp = wsegs[tmp]; local
188 pwseg(struct wseg *wtmp) argument
200 struct wseg *wtmp, *wtmp2; local
264 remseg(struct wseg *wtmp) argument
[all...]
H A Dhack.lev.c86 struct wseg *wtmp, *wtmp2; local
121 for(wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2){
122 wtmp2 = wtmp->nseg;
123 bwrite(fd, wtmp,sizeof(struct wseg));
210 struct wseg *wtmp; local
295 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
297 mread(fd, (char *)wtmp, sizeof(struct wseg));
298 if(!wtmp
[all...]
H A Dhack.invent.c248 struct wseg *wtmp; local
257 for(wtmp = wsegs[mtmp->wormno]; wtmp; wtmp = wtmp->nseg)
258 if(wtmp->wx == x && wtmp->wy == y){
259 m_atseg = wtmp;
/openbsd-current/etc/
H A Dnewsyslog.conf13 /var/log/wtmp 644 7 * $M1D4 B ""
H A DMakefile213 ${DESTDIR}/var/log/wtmp
/openbsd-current/usr.bin/last/
H A Dlast.c72 static char *file = _PATH_WTMP; /* wtmp file */
85 void wtmp(void);
173 wtmp();
243 * read through the wtmp file
246 wtmp(void) function

Completed in 87 milliseconds