Home
last modified time | relevance | path

Searched refs:lowoff (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/mmh/mmh-0.4/sbr/
H A Dseq_msgstats.c13 if (msgnum < mp->lowoff || msgnum > mp->hghoff) { in assert_msg_range()
30 mp->msgstats[msgnum - mp->lowoff] = 0; in clear_msg_flags()
45 mp->msgstats[dstmsg - mp->lowoff] = mp->msgstats[srcmsg - mp->lowoff]; in copy_msg_flags()
52 return mp->msgstats[msgnum - mp->lowoff] & EXISTS; in does_exist()
59 *dst = mp->msgstats[msgnum - mp->lowoff]; in get_msg_flags()
73 return mp->msgstats[msgnum - mp->lowoff] & SELECTED; in is_selected()
87 mp->msgstats[msgnum - mp->lowoff] |= EXISTS; in set_exists()
94 mp->msgstats[msgnum - mp->lowoff] = *src; in set_msg_flags()
106 mp->msgstats[msgnum - mp->lowoff] |= SELECTED; in set_selected()
127 mp->msgstats[msgnum - mp->lowoff] &= ~EXISTS; in unset_exists()
[all …]
H A Dfolder_realloc.c39 if (lo == mp->lowoff && hi == mp->hghoff) in folder_realloc()
42 if (lo == mp->lowoff) { in folder_realloc()
62 tmpstats[msgnum - lo] = mp->msgstats[msgnum - mp->lowoff]; in folder_realloc()
69 mp->lowoff = lo; in folder_realloc()
77 for (msgnum = mp->lowoff; msgnum < mp->lowmsg; msgnum++) in folder_realloc()
83 for (msgnum = mp->lowoff; msgnum <= mp->hghoff; msgnum++) in folder_realloc()
H A Dfolder_read.c121 mp->lowoff = max(mp->lowmsg, 1); in folder_read()
131 mp->msgstats = mh_xcalloc(MSGSTATSIZE(mp, mp->lowoff, mp->hghoff), 1); in folder_read()
138 for (msgnum = mp->lowoff; msgnum <= mp->hghoff; msgnum++) in folder_read()
H A Dfolder_addmsg.c56 if ((mp = folder_realloc(mp, mp->lowoff, msgnum + 100))) in folder_addmsg()
62 } else if (msgnum < mp->lowoff) { in folder_addmsg()
H A Dm_draft.c42 } else if (mp->lowoff > 1) { in m_draft()
/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dos_flock.c49 DWORD lowoff, highoff;
93 lowoff = (DWORD)offset;
98 lowoff, highoff, lowcount, highcount), ret);
106 over.Offset = lowoff;
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfolder_read.c116 mp->lowoff = max (mp->lowmsg, 1); in folder_read()
129 if (mp->hghoff < mp->lowoff) { in folder_read()
137 mp->num_msgstats = MSGSTATNUM (mp->lowoff, mp->hghoff); in folder_read()
H A Dfolder_realloc.c39 if (lo == mp->lowoff && hi == mp->hghoff) in folder_realloc()
56 mp->lowoff = lo; in folder_realloc()
H A Dfolder_addmsg.c52 if (!(mp = folder_realloc (mp, mp->lowoff, msgnum + 100))) { in folder_addmsg()
57 } else if (msgnum < mp->lowoff) { in folder_addmsg()
H A Dm_draft.c53 } else if (mp->lowoff > 1) { in m_draft()
H A Dfolder_pack.c35 if (mp->lowoff > 1) { in folder_pack()
H A Dm_convert.c204 if (first < mp->lowoff || first > mp->hghoff) in m_convert()
205 mp = folder_realloc(mp, min(first, mp->lowoff), in m_convert()
/dports/mail/mmh/mmh-0.4/uip/
H A Dmark.c270 printf("lowoff=%d hghoff=%d\n\n", mp->lowoff, mp->hghoff); in print_debug()
287 …R, msgnum, snprintb(buf, sizeof(buf), (unsigned) mp->msgstats[msgnum - mp->lowoff], seq_bits(mp))); in seq_printdebug()
H A Dmhpath.c103 } else if (mp->lowoff > 1) { in main()
H A Dburst.c240 mp->lowoff, mp->hghmsg + numburst))) in burst()
H A Dinc.c393 if (msgnum >= mp->hghoff && !(mp = folder_realloc(mp, mp->lowoff, mp->hghoff + 100))) { in main()
H A Dfolder.c673 if (mp->lowoff > 1) { in folder_pack()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmh.h266 int lowoff; member
303 #define msgstat(mp,n) ((mp)->msgstats + (n) - mp->lowoff)
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhpath.c99 } else if (mp->lowoff > 1) { in main()
H A Dmark.c241 printf ("lowoff=%d hghoff=%d\n\n", mp->lowoff, mp->hghoff); in print_debug()
H A Dburst.c387 !(mp = folder_realloc (mp, mp->lowoff, mp->hghmsg + numburst))) in burst()
H A Dinc.c878 && !(mp2 = folder_realloc (mp2, mp2->lowoff, msgnum + 1))) { in main()
/dports/mail/mmh/mmh-0.4/h/
H A Dmh.h169 int lowoff; member
/dports/mail/mmh/mmh-0.4/docs/
H A DChangeLog_nmh2859 * Changed folder_read.c and folder_realloc.c so that mp->lowoff
/dports/mail/mmh/mmh-0.4/
H A DChangeLog11359 In this case mp->lowoff is 1 but mp->lowmsg equal mp->hghmsg equal 0.
18724 'folder_read()' will initialize 'mp->lowmsg' to 0, and 'mp->lowoff'

12