lastchar         5747 ext/pcre/pcrelib/pcre_compile.c         pcre_uchar *lastchar = code - 1;
lastchar         5748 ext/pcre/pcrelib/pcre_compile.c         BACKCHAR(lastchar);
lastchar         5749 ext/pcre/pcrelib/pcre_compile.c         c = (int)(code - lastchar);     /* Length of UTF-8 character */
lastchar         5750 ext/pcre/pcrelib/pcre_compile.c         memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */
lastchar         3878 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *lastchar;
lastchar         3894 ext/pcre/pcrelib/pcre_jit_compile.c   lastchar = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0);
lastchar         3918 ext/pcre/pcrelib/pcre_jit_compile.c   JUMPHERE(lastchar);
lastchar         3934 ext/pcre/pcrelib/pcre_jit_compile.c lastchar = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0);
lastchar         3955 ext/pcre/pcrelib/pcre_jit_compile.c JUMPHERE(lastchar);