Home | History | Annotate | Download | only in adventure

Lines Matching refs:oldloc

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)
321 rtext[oldloc].seekadr = seekhere;
322 rtext[oldloc].txtlen = maystart - seekstart;
327 cval[classes++] = oldloc;
330 if (oldloc >= MAGSIZE)
332 mtext[oldloc].seekadr = seekhere;
333 mtext[oldloc].txtlen = maystart - seekstart;
346 if (oldloc != locc) /* starting a new message */
348 oldloc = locc;
364 for (oldloc = -1;;) { /* get another line */
366 if ((locc = rnum()) != oldloc && oldloc >= 0 && t) {
368 /* printf("%d:%d entries\n",oldloc,entries); */
369 /* twrite(oldloc); */
373 if (locc != oldloc) { /* getting a new entry */
379 oldloc = locc;