/src/usr.bin/mail/ |
edit.c | 195 mp->m_lines = 0; 209 mp->m_lines++;
|
edit.c | 195 mp->m_lines = 0; 209 mp->m_lines++;
|
edit.c | 195 mp->m_lines = 0; 209 mp->m_lines++;
|
edit.c | 195 mp->m_lines = 0; 209 mp->m_lines++;
|
mime_decode.c | 90 mip->mp->m_lines, mip->mp->m_blines); 289 mp->m_lines = 0; 327 long lines_left; /* must be signed and same size as m_lines */ 345 warnx("beg_pos: %lld, m_lines: %ld, m_blines: %ld", 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--) { 354 this_mp->m_lines++; /* count the message lines */ 371 this_mp->m_lines -= 1; 376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld", 377 end_pos, this_mp->m_lines, this_mp->m_blines) [all...] |
mime_decode.c | 90 mip->mp->m_lines, mip->mp->m_blines); 289 mp->m_lines = 0; 327 long lines_left; /* must be signed and same size as m_lines */ 345 warnx("beg_pos: %lld, m_lines: %ld, m_blines: %ld", 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--) { 354 this_mp->m_lines++; /* count the message lines */ 371 this_mp->m_lines -= 1; 376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld", 377 end_pos, this_mp->m_lines, this_mp->m_blines) [all...] |
mime_decode.c | 90 mip->mp->m_lines, mip->mp->m_blines); 289 mp->m_lines = 0; 327 long lines_left; /* must be signed and same size as m_lines */ 345 warnx("beg_pos: %lld, m_lines: %ld, m_blines: %ld", 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--) { 354 this_mp->m_lines++; /* count the message lines */ 371 this_mp->m_lines -= 1; 376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld", 377 end_pos, this_mp->m_lines, this_mp->m_blines) [all...] |
mime_decode.c | 90 mip->mp->m_lines, mip->mp->m_blines); 289 mp->m_lines = 0; 327 long lines_left; /* must be signed and same size as m_lines */ 345 warnx("beg_pos: %lld, m_lines: %ld, m_blines: %ld", 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--) { 354 this_mp->m_lines++; /* count the message lines */ 371 this_mp->m_lines -= 1; 376 warnx("end_pos: %lld, m_lines: %ld, m_blines: %ld", 377 end_pos, this_mp->m_lines, this_mp->m_blines) [all...] |
def.h | 144 long m_lines; /* Lines in the message */ member in struct:message
|
def.h | 144 long m_lines; /* Lines in the message */ member in struct:message
|
def.h | 144 long m_lines; /* Lines in the message */ member in struct:message
|
def.h | 144 long m_lines; /* Lines in the message */ member in struct:message
|
format.c | 308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines))); 312 return MP(sfmtint(src, p, (int)mp->m_lines));
|
format.c | 308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines))); 312 return MP(sfmtint(src, p, (int)mp->m_lines));
|
format.c | 308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines))); 312 return MP(sfmtint(src, p, (int)mp->m_lines));
|
format.c | 308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines))); 312 return MP(sfmtint(src, p, (int)mp->m_lines));
|
fio.c | 277 this.m_lines++;
|
fio.c | 277 this.m_lines++;
|
fio.c | 277 this.m_lines++;
|
fio.c | 277 this.m_lines++;
|
cmd1.c | 512 c = mp->m_lines;
|
support.c | 274 if ((lc = (int)(mp->m_lines - 1)) < 0)
|
cmd1.c | 512 c = mp->m_lines;
|
support.c | 274 if ((lc = (int)(mp->m_lines - 1)) < 0)
|
cmd1.c | 512 c = mp->m_lines;
|