Searched refs:m_lines (Results 1 – 8 of 8) sorted by relevance
90 mip->mp->m_lines, mip->mp->m_blines);289 mp->m_lines = 0; in salloc_message()346 beg_pos, top_mp->m_lines, top_mp->m_blines); in split_multipart()348 for (lines_left = top_mp->m_lines - 1; lines_left >= 0; lines_left--) { in split_multipart()354 this_mp->m_lines++; /* count the message lines */ in split_multipart()371 this_mp->m_lines -= 1; in split_multipart()377 end_pos, this_mp->m_lines, this_mp->m_blines); in split_multipart()398 this_mp->m_lines = 1; /* already read the first line in the header! */ in split_multipart()429 for (lines_left = top_mp->m_lines; lines_left > 0; lines_left--) { in split_message()434 this_mp->m_lines++; /* count the message lines */ in split_message()[all …]
195 mp->m_lines = 0; in edit1()209 mp->m_lines++; in edit1()
144 long m_lines; /* Lines in the message */ member
323 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines))); in subformat() 327 return MP(sfmtint(src, p, (int)mp->m_lines)); in subformat()
277 this.m_lines++; in setptr()
512 c = mp->m_lines; in top_core()
274 if ((lc = (int)(mp->m_lines - 1)) < 0) in hfield()
1487 marray[i].key.lines = use_hlines ? mp->m_lines - mp->m_blines : in lines_load()1488 use_blines ? mp->m_blines : mp->m_lines; in lines_load()