Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c902 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break; in check_escape()
913 if (ptr[1] == CHAR_MINUS) in check_escape()
4441 if (!inescq && ptr[1] == CHAR_MINUS) in compile_branch()
5806 if (ptr[1] == CHAR_MINUS || ptr[1] == CHAR_PLUS) refsign = *(++ptr); in compile_branch()
5853 recno = (refsign == CHAR_MINUS)? in compile_branch()
6283 case CHAR_MINUS: case CHAR_PLUS: /* Recursion or subroutine */ in compile_branch()
6307 else if (refsign == CHAR_MINUS) in compile_branch()
6324 if (refsign == CHAR_MINUS) in compile_branch()
6436 case CHAR_MINUS: optset = &unset; break; in compile_branch()
6795 if (ptr[1] != CHAR_PLUS && ptr[1] != CHAR_MINUS) in compile_branch()
H A Dpcre_internal.h1314 #define CHAR_MINUS '-' macro
1572 #define CHAR_MINUS '\055' macro

Completed in 36 milliseconds