CHAR_RIGHT_SQUARE_BRACKET  168 ext/pcre/pcrelib/pcre_compile.c      CHAR_BACKSLASH,          CHAR_RIGHT_SQUARE_BRACKET,
CHAR_RIGHT_SQUARE_BRACKET 1535 ext/pcre/pcrelib/pcre_compile.c     if (ptr[1] == CHAR_RIGHT_SQUARE_BRACKET &&
CHAR_RIGHT_SQUARE_BRACKET 1539 ext/pcre/pcrelib/pcre_compile.c     while (*(++ptr) != CHAR_RIGHT_SQUARE_BRACKET)
CHAR_RIGHT_SQUARE_BRACKET 2723 ext/pcre/pcrelib/pcre_compile.c   if (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
CHAR_RIGHT_SQUARE_BRACKET 2725 ext/pcre/pcrelib/pcre_compile.c   else if (*ptr == CHAR_RIGHT_SQUARE_BRACKET) return FALSE;
CHAR_RIGHT_SQUARE_BRACKET 2728 ext/pcre/pcrelib/pcre_compile.c     if (*ptr == terminator && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
CHAR_RIGHT_SQUARE_BRACKET 4034 ext/pcre/pcrelib/pcre_compile.c     case CHAR_RIGHT_SQUARE_BRACKET:
CHAR_RIGHT_SQUARE_BRACKET 4083 ext/pcre/pcrelib/pcre_compile.c     if (c == CHAR_RIGHT_SQUARE_BRACKET &&
CHAR_RIGHT_SQUARE_BRACKET 4462 ext/pcre/pcrelib/pcre_compile.c         if (*ptr == CHAR_NULL || (!inescq && *ptr == CHAR_RIGHT_SQUARE_BRACKET))
CHAR_RIGHT_SQUARE_BRACKET 4545 ext/pcre/pcrelib/pcre_compile.c       if (class_one_char == 1 && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
CHAR_RIGHT_SQUARE_BRACKET 4620 ext/pcre/pcrelib/pcre_compile.c            (c != CHAR_RIGHT_SQUARE_BRACKET || inescq));