OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lines
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/mail/
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
...]
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
));
fio.c
277
this.
m_lines
++;
cmd1.c
512
c = mp->
m_lines
;
support.c
274
if ((lc = (int)(mp->
m_lines
- 1)) < 0)
thread.c
1487
marray[i].key.lines = use_hlines ? mp->
m_lines
- mp->m_blines :
1488
use_blines ? mp->m_blines : mp->
m_lines
;
Completed in 16 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025