Home | History | Annotate | Download | only in adventure

Lines Matching defs:seekstart

296 	char   *seekstart, *maystart;
300 for (oldloc = -1, seekstart = seekhere;;) {
308 ltext[oldloc].txtlen = maystart - seekstart;
312 stext[oldloc].txtlen = maystart - seekstart;
316 ptext[oldloc].txtlen = maystart - seekstart;
322 rtext[oldloc].txtlen = maystart - seekstart;
326 ctext[classes].txtlen = maystart - seekstart;
333 mtext[oldloc].txtlen = maystart - seekstart;
338 seekhere += maystart - seekstart;
347 seekstart = maystart;