Home | History | Annotate | Download | only in adventure

Lines Matching defs:seekhere

289 static char *seekhere;
298 seekhere = inptr; /* Where are we in virtual file? */
300 for (oldloc = -1, seekstart = seekhere;;) {
307 ltext[oldloc].seekadr = seekhere;
311 stext[oldloc].seekadr = seekhere;
315 ptext[oldloc].seekadr = seekhere;
321 rtext[oldloc].seekadr = seekhere;
325 ctext[classes].seekadr = seekhere;
332 mtext[oldloc].seekadr = seekhere;
338 seekhere += maystart - seekstart;
342 seekhere += 3; /* -1<delimiter> */