Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4557 int refsign; in compile_branch() local
6766 refsign = -1; /* => not a number */ in compile_branch()
6798 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()
6799 else if (IS_DIGIT(*ptr)) refsign = 0; in compile_branch()
6804 if (refsign >= 0) in compile_branch()
6863 if (refsign >= 0) in compile_branch()
6870 if (refsign != 0) recno = (refsign == CHAR_MINUS)? in compile_branch()
7429 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()
7438 else if (refsign == CHAR_MINUS) in compile_branch()
7463 if (refsign == CHAR_MINUS) in compile_branch()
[all …]

Completed in 25 milliseconds