Home | History | Annotate | Download | only in dist

Lines Matching refs:tempptr

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