Lines Matching defs:tempptr
3367 PCRE2_SPTR tempptr;
3397 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr))
3399 ptr = tempptr + 1;
3883 PCRE2_SPTR tempptr;
4271 check_posix_syntax(ptr, &tempptr))
4396 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr))
4417 posix_class = check_posix_name(ptr, (int)(tempptr - ptr));
4449 cb->nestptr[0] = tempptr + 1;
4471 ptr = tempptr + 1;
4536 ptr = tempptr + 1;
4789 check_posix_syntax(ptr, &tempptr))
6096 tempptr = ptr;
6121 tempptr += i + 1;
6143 if (ptr[i+1] == CHAR_RIGHT_PARENTHESIS) tempptr += i + 2;
6151 /* tempptr should now be pointing to the opening parenthesis of the
6154 if (*tempptr != CHAR_LEFT_PARENTHESIS)
6167 if (tempptr[1] == CHAR_QUESTION_MARK &&
6168 (tempptr[2] == CHAR_EQUALS_SIGN ||
6169 tempptr[2] == CHAR_EXCLAMATION_MARK ||
6170 (tempptr[2] == CHAR_LESS_THAN_SIGN &&
6171 (tempptr[3] == CHAR_EQUALS_SIGN ||
6172 tempptr[3] == CHAR_EXCLAMATION_MARK))))
7235 tempptr = ptr;