Lines Matching refs:txtlen
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;
546 while (s - msg->seekadr < msg->txtlen) { /* read a line at a time */
577 if ((tbuf = (char *) malloc(msg->txtlen + 1)) == NULL)
579 memcpy(tbuf, msg->seekadr, msg->txtlen + 1); /* Room to null */
583 while (s - tbuf < msg->txtlen) { /* read line at a time */