Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dedit.c114 mp->m_lines = 0; in edit1()
119 mp->m_lines++; in edit1()
127 mp->m_lines++; in edit1()
Dfio.c100 this.m_lines = 0; in setptr()
134 this.m_lines = 0; in setptr()
161 this.m_lines++; in setptr()
293 message[msgCount].m_lines = 0; in makemessage()
Dcmd1.c237 hl.l_date, mp->m_lines, mp->m_size, vissub); in printhead()
361 nlines += message[*ip - 1].m_lines; in type1()
425 c = mp->m_lines; in top()
Ddef.h77 int m_lines; /* Lines in the message */ member
Dutil.c133 if ((lc = mp->m_lines - 1) < 0) in hfield()
Dcmd3.c341 printf("%d: %d/%d\n", mesg, mp->m_lines, mp->m_size); in messize()