Home
last modified time | relevance | path

Searched refs:m_lines (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dmime_decode.c90 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 …]
H A Dedit.c195 mp->m_lines = 0; in edit1()
209 mp->m_lines++; in edit1()
H A Ddef.h144 long m_lines; /* Lines in the message */ member
H A Dformat.c323 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()
H A Dfio.c277 this.m_lines++; in setptr()
H A Dcmd1.c512 c = mp->m_lines; in top_core()
H A Dsupport.c274 if ((lc = (int)(mp->m_lines - 1)) < 0) in hfield()
H A Dthread.c1487 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()