Home
last modified time | relevance | path

Searched refs:seekhere (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/games/adventure/
Dio.c289 static char *seekhere; variable
298 seekhere = inptr; /* Where are we in virtual file? */ in rdesc()
300 for (oldloc = -1, seekstart = seekhere;;) { in rdesc()
307 ltext[oldloc].seekadr = seekhere; in rdesc()
311 stext[oldloc].seekadr = seekhere; in rdesc()
315 ptext[oldloc].seekadr = seekhere; in rdesc()
321 rtext[oldloc].seekadr = seekhere; in rdesc()
325 ctext[classes].seekadr = seekhere; in rdesc()
332 mtext[oldloc].seekadr = seekhere; in rdesc()
338 seekhere += maystart - seekstart; in rdesc()
[all …]