Lines Matching refs:prev
42 *prev == OP_ASSERTBACK || *prev == OP_ASSERTBACK_NOT ||
43 *prev == OP_ONCE)
333 const uschar *prev = ecode - (ecode[1] << 8) - ecode[2];
334 const uschar *prev = ecode;
381 eptrb = eptrb->prev; /* Back up the stack of bracket start pointers */
453 if (*prev != OP_COND)
454 if (*prev == OP_ASSERT || *prev == OP_ASSERT_NOT ||
501 if (match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup) ||
563 int number = *prev - OP_BRA;
603 match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup))
680 newptrb.prev = eptrb;
685 number = (prev[4] << 8) | prev[5];
801 struct eptrblock *prev;