Lines Matching refs:tempptr
4480 const pcre_uchar *tempptr; in compile_branch() local
4844 check_posix_syntax(ptr, &tempptr)) in compile_branch()
4973 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
4994 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
5024 nestptr = tempptr + 1; in compile_branch()
5046 ptr = tempptr + 1; in compile_branch()
5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5114 ptr = tempptr + 1; in compile_branch()
5365 check_posix_syntax(ptr, &tempptr)) in compile_branch()
6713 tempptr = ptr; in compile_branch()
6736 tempptr += i + 1; in compile_branch()
6743 if (tempptr[1] == CHAR_QUESTION_MARK && in compile_branch()
6744 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch()
6745 tempptr[2] == CHAR_EXCLAMATION_MARK || in compile_branch()
6746 (tempptr[2] == CHAR_LESS_THAN_SIGN && in compile_branch()
6747 (tempptr[3] == CHAR_EQUALS_SIGN || in compile_branch()
6748 tempptr[3] == CHAR_EXCLAMATION_MARK)))) in compile_branch()
7891 tempptr = ptr; in compile_branch()