Lines Matching full:prev
411 *prev == OP_ASSERTBACK || *prev == OP_ASSERTBACK_NOT ||
412 *prev == OP_ONCE)
850 const uschar *prev = ecode - (ecode[1] << 8) - ecode[2];
851 const uschar *prev = ecode;
1005 eptrb = eptrb->prev; /* Back up the stack of bracket start pointers */
1126 if (*prev != OP_COND)
1127 if (*prev == OP_ASSERT || *prev == OP_ASSERT_NOT ||
1199 if (match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup) ||
1200 if (match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup) ||
1293 int number = *prev - OP_BRA;
1337 match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup))
1338 match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup))
1447 newptrb.prev = eptrb;
1453 number = (prev[4] << 8) | prev[5];
1693 struct eptrblock *prev;