Searched refs:CHAR_MINUS (Results 1 – 3 of 3) sorted by relevance
503 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()510 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute()625 if (special == CHAR_MINUS) in pcre2_substitute()
1957 if (*p != CHAR_MINUS && !IS_DIGIT(*p)) break; in PRIV()1968 if (ptr[1] == CHAR_MINUS) in PRIV()3460 (ptr[0] == CHAR_MINUS && IS_DIGIT(ptr[1]))) /* (?-n) */ in scan_for_captures()3503 case CHAR_MINUS: optset = &unset; break; in scan_for_captures()4716 if (!inescq && ptr[1] == CHAR_MINUS) in compile_branch()6272 if (*ptr == CHAR_MINUS || *ptr == CHAR_PLUS) refsign = *ptr++; in compile_branch()6343 if (refsign != 0) recno = (refsign == CHAR_MINUS)? in compile_branch()6817 case CHAR_MINUS: case CHAR_PLUS: /* Recursion or subroutine */ in compile_branch()6840 else if (refsign == CHAR_MINUS) in compile_branch()6865 if (refsign == CHAR_MINUS) in compile_branch()[all …]
706 #define CHAR_MINUS '-' macro975 #define CHAR_MINUS '\055' macro