USPTR             143 pcre/pcre_exec.cpp match_ref(int offset, register USPTR eptr, int length, match_data *md,
USPTR             151 pcre/pcre_exec.cpp USPTR p = md->start_subject + md->offset_vector[offset];
USPTR             415 pcre/pcre_exec.cpp match(REGISTER USPTR eptr, REGISTER const uschar *ecode, const uschar *mstart,
USPTR             530 pcre/pcre_exec.cpp USPTR         pp;                  /* external "stack" implemented on the    */
USPTR             532 pcre/pcre_exec.cpp USPTR         saved_eptr;          /* here, so the declarations can be cut   */
USPTR            4531 pcre/pcre_exec.cpp USPTR start_match = (USPTR)subject + start_offset;
USPTR            4532 pcre/pcre_exec.cpp USPTR end_subject;
USPTR            4533 pcre/pcre_exec.cpp USPTR req_byte_ptr = start_match - 1;
USPTR            4604 pcre/pcre_exec.cpp md->start_subject = (USPTR)subject;
USPTR            4777 pcre/pcre_exec.cpp   USPTR save_end_subject = end_subject;
USPTR            4778 pcre/pcre_exec.cpp   USPTR new_start_match;
USPTR            4797 pcre/pcre_exec.cpp     USPTR t = start_match;
USPTR            4877 pcre/pcre_exec.cpp     register USPTR p = start_match + ((first_byte >= 0)? 1 : 0);
USPTR             958 pcre/pcre_internal.h   USPTR save_start;             /* Old value of mstart */
USPTR             969 pcre/pcre_internal.h   USPTR epb_saved_eptr;
USPTR             997 pcre/pcre_internal.h   USPTR  start_subject;         /* Start of the subject string */
USPTR             998 pcre/pcre_internal.h   USPTR  end_subject;           /* End of the subject string */
USPTR             999 pcre/pcre_internal.h   USPTR  start_match_ptr;       /* Start of matched string */
USPTR            1000 pcre/pcre_internal.h   USPTR  end_match_ptr;         /* Subject position at end match */