Home | History | Annotate | Download | only in mail

Lines Matching defs:top_mp

298     struct message *top_mp, off_t end_pos, int partnum)
311 new_mip->mi_parent.mp = top_mp;
321 struct message *top_mp;
331 top_mp = top_mip->mp;
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
342 fp = setinput(top_mp);
346 beg_pos, top_mp->m_lines, top_mp->m_blines);
348 for (lines_left = top_mp->m_lines - 1; lines_left >= 0; lines_left--) {
396 this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos, partnum++);
412 struct message *top_mp;
419 top_mp = top_mip->mp;
420 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset);
426 fp = setinput(top_mp);
429 for (lines_left = top_mp->m_lines; lines_left > 0; lines_left--) {
442 this_mip = insert_new_mip(this_mip, top_mip,top_mp, end_pos, 0);