Home
last modified time | relevance | path

Searched refs:CHAR_MINUS (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1132 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break; in check_escape()
1143 if (ptr[1] == CHAR_MINUS) in check_escape()
5295 if (!inescq && ptr[1] == CHAR_MINUS) in compile_branch()
6791 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()
6863 if (refsign != 0) recno = (refsign == CHAR_MINUS)? in compile_branch()
7402 case CHAR_MINUS: case CHAR_PLUS: /* Recursion or subroutine */ in compile_branch()
7426 else if (refsign == CHAR_MINUS) in compile_branch()
7451 if (refsign == CHAR_MINUS) in compile_branch()
7563 case CHAR_MINUS: optset = &unset; break; in compile_branch()
7949 if (cf != CHAR_PLUS && cf != CHAR_MINUS && !IS_DIGIT(cf)) in compile_branch()
H A Dpcre_internal.h1271 #define CHAR_MINUS '-' macro
1534 #define CHAR_MINUS '\055' macro

Completed in 37 milliseconds