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

  /src/games/adventure/
io.c 300 for (oldloc = -1, seekstart = seekhere;;) {
302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
307 ltext[oldloc].seekadr = seekhere;
308 ltext[oldloc].txtlen = maystart - seekstart;
311 stext[oldloc].seekadr = seekhere;
312 stext[oldloc].txtlen = maystart - seekstart;
315 ptext[oldloc].seekadr = seekhere;
316 ptext[oldloc].txtlen = maystart - seekstart;
319 if (oldloc >= RTXSIZE
    [all...]
done.c 171 oldloc = loc;
hdr.h 68 extern int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
subr.c 332 oldloc2 = oldloc;
333 oldloc = loc;
389 if (forced(k = oldloc))
391 oldloc2 = oldloc;
392 oldloc = loc;
531 if (atloc[loc] == 0 && atloc[oldloc] == 0
1039 oldloc = 115;
save.c 496 {&oldloc, sizeof(oldloc)},
609 &oldloc,
init.c 68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable in typeref:typename:int
  /src/sbin/gpt/
resizedisk.c 88 off_t last, oldloc, newloc, lastdata, gpt_size; local in function:resizedisk
122 oldloc = (off_t)le64toh((uint64_t)hdr->hdr_lba_alt);
131 if (sector == oldloc) {
137 if (sector == 0 && last == oldloc) {
164 if (sector > oldloc)
166 if (sector > 0 && sector < oldloc && last >= oldloc)
168 if (sector == 0 && last > oldloc)

Completed in 16 milliseconds