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
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))
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;