Lines Matching defs:this
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
16 * may be used to endorse or promote products derived from this software
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
185 struct message this;
214 * If any messages have been edited, this will be
223 message_init(&this, (off_t)0, MUSED|MNEW);
227 if (append(&this, mestmp))
235 * This allows mail to be able to read Eudora mailboxes
250 if (append(&this, mestmp))
252 message_init(&this, offset, MUSED|MNEW);
265 this.m_flag |= MREAD;
267 this.m_flag &= ~MNEW;
276 this.m_size += len;
277 this.m_lines++;
287 this.m_blines += lines_plus_wraps;
443 * This way, we make no recursive expansion.