Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3956 int refsign; /* Must be signed */ in compile_branch() local
6183 refsign = -1; /* => not a number */ in compile_branch()
6272 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()
6273 else if (IS_DIGIT(*ptr)) refsign = 0; in compile_branch()
6278 if (refsign >= 0) in compile_branch()
6336 if (refsign >= 0) in compile_branch()
6343 if (refsign != 0) recno = (refsign == CHAR_MINUS)? in compile_branch()
6831 if ((refsign = *ptr) == CHAR_PLUS) in compile_branch()
6840 else if (refsign == CHAR_MINUS) in compile_branch()
6865 if (refsign == CHAR_MINUS) in compile_branch()
[all …]