Home
last modified time | relevance | path

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

/minix/games/adventure/
H A Dio.c308 ltext[oldloc].txtlen = maystart - seekstart; in rdesc()
312 stext[oldloc].txtlen = maystart - seekstart; in rdesc()
316 ptext[oldloc].txtlen = maystart - seekstart; in rdesc()
322 rtext[oldloc].txtlen = maystart - seekstart; in rdesc()
326 ctext[classes].txtlen = maystart - seekstart; in rdesc()
333 mtext[oldloc].txtlen = maystart - seekstart; in rdesc()
546 while (s - msg->seekadr < msg->txtlen) { /* read a line at a time */ in speak()
577 if ((tbuf = (char *) malloc(msg->txtlen + 1)) == NULL) in pspeak()
579 memcpy(tbuf, msg->seekadr, msg->txtlen + 1); /* Room to null */ in pspeak()
583 while (s - tbuf < msg->txtlen) { /* read line at a time */ in pspeak()
H A Ddone.c60 if (ptext[i].txtlen == 0) in score()
H A Dhdr.h87 int txtlen; /* length of msg starting here */ member