Home | History | Annotate | Download | only in mail

Lines Matching defs:this_mp

322 	struct message *this_mp;
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
334 this_mip->mp = this_mp;
354 this_mp->m_lines++; /* count the message lines */
357 this_mp->m_blines++; /* count the body lines */
371 this_mp->m_lines -= 1;
372 this_mp->m_blines -= 1;
374 this_mp->m_size = end_pos - beg_pos;
377 end_pos, this_mp->m_lines, this_mp->m_blines);
397 this_mp = this_mip->mp;
398 this_mp->m_lines = 1; /* already read the first line in the header! */
413 struct message *this_mp;
420 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
422 this_mip->mp = this_mp;
434 this_mp->m_lines++; /* count the message lines */
436 this_mp->m_blines++; /* count the body lines */
441 this_mp->m_size = end_pos - beg_pos;
443 this_mp = this_mip->mp;
444 this_mp->m_lines = 1; /* we already counted one line in the header! */
451 this_mp->m_size = ftello(fp) - beg_pos;