refsign          4557 ext/pcre/pcrelib/pcre_compile.c   int refsign;
refsign          6757 ext/pcre/pcrelib/pcre_compile.c         refsign = -1;     /* => not a number */
refsign          6789 ext/pcre/pcrelib/pcre_compile.c           if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++;
refsign          6790 ext/pcre/pcrelib/pcre_compile.c             else if (IS_DIGIT(*ptr)) refsign = 0;
refsign          6795 ext/pcre/pcrelib/pcre_compile.c         if (refsign >= 0)
refsign          6854 ext/pcre/pcrelib/pcre_compile.c         if (refsign >= 0)
refsign          6861 ext/pcre/pcrelib/pcre_compile.c           if (refsign != 0) recno = (refsign == CHAR_MINUS)?
refsign          7415 ext/pcre/pcrelib/pcre_compile.c           if ((refsign = *ptr) == CHAR_PLUS)
refsign          7424 ext/pcre/pcrelib/pcre_compile.c           else if (refsign == CHAR_MINUS)
refsign          7449 ext/pcre/pcrelib/pcre_compile.c           if (refsign == CHAR_MINUS)
refsign          7463 ext/pcre/pcrelib/pcre_compile.c           else if (refsign == CHAR_PLUS)