Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c3919 c == CHAR_ASTERISK || c == CHAR_PLUS || c == CHAR_QUESTION_MARK || in compile_branch()
4726 case CHAR_PLUS: in compile_branch()
4768 if (ptr[1] == CHAR_PLUS) in compile_branch()
5806 if (ptr[1] == CHAR_MINUS || ptr[1] == CHAR_PLUS) refsign = *(++ptr); in compile_branch()
6283 case CHAR_MINUS: case CHAR_PLUS: /* Recursion or subroutine */ in compile_branch()
6298 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()
6338 else if (refsign == CHAR_PLUS) in compile_branch()
6795 if (ptr[1] != CHAR_PLUS && ptr[1] != CHAR_MINUS) in compile_branch()
H A Dpcre_internal.h1312 #define CHAR_PLUS '+' macro
1570 #define CHAR_PLUS '\053' macro

Completed in 38 milliseconds