Lines Matching refs:previous

4483 pcre_uchar *previous = NULL;  in compile_branch()  local
4628 if (previous != NULL) in compile_branch()
4630 if (previous > orig_code) in compile_branch()
4632 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
4633 code -= previous - orig_code; in compile_branch()
4634 previous = orig_code; in compile_branch()
4797 previous = NULL; in compile_branch()
4808 previous = NULL; in compile_branch()
4821 previous = code; in compile_branch()
4873 previous = code; in compile_branch()
5633 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5688 if (previous == NULL) in compile_branch()
5712 tempcode = previous; in compile_branch()
5782 if (*previous == OP_RECURSE) in compile_branch()
5784 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5785 *previous = OP_ONCE; in compile_branch()
5786 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
5787 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
5788 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5798 if (offset == previous + 1 - cd->start_code) in compile_branch()
5811 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5812 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5814 switch (*previous) in compile_branch()
5844 if (*previous <= OP_CHARI && repeat_min > 1) in compile_branch()
5861 else if (*previous < OP_EODN) in compile_branch()
5866 c = *previous; in compile_branch()
5869 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5871 prop_type = previous[1]; in compile_branch()
5872 prop_value = previous[2]; in compile_branch()
5877 code = previous; /* Usually overwrite previous item */ in compile_branch()
6016 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
6018 *previous == OP_XCLASS || in compile_branch()
6020 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
6021 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
6025 code = previous; in compile_branch()
6053 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
6056 int len = (int)(code - previous); in compile_branch()
6064 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6072 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
6112 adjust_recurse(previous, 1, utf, cd, item_hwm_offset); in compile_branch()
6113 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
6117 *previous++ = OP_SKIPZERO; in compile_branch()
6120 brazeroptr = previous; /* Save for possessive optimizing */ in compile_branch()
6121 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6136 adjust_recurse(previous, 2 + LINK_SIZE, utf, cd, item_hwm_offset); in compile_branch()
6137 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
6139 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6140 *previous++ = OP_BRA; in compile_branch()
6145 offset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
6146 bralink = previous; in compile_branch()
6147 PUTINC(previous, 0, offset); in compile_branch()
6200 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6278 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6437 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6601 previous = NULL; in compile_branch()
6624 previous = NULL; in compile_branch()
7083 previous = NULL; in compile_branch()
7149 previous = NULL; in compile_branch()
7447 previous = code; in compile_branch()
7574 previous = code; in compile_branch()
7697 previous = NULL; /* This item can't be repeated */ in compile_branch()
7750 previous = NULL; in compile_branch()
7755 previous = code; in compile_branch()
8064 previous = code; in compile_branch()
8094 previous = code; in compile_branch()
8135 previous = (escape > ESC_b && escape < ESC_Z)? code : NULL; in compile_branch()
8179 previous = code; in compile_branch()