Searched refs:CHAR_MINUS (Results 1 – 5 of 5) sorted by relevance
533 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()540 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute()655 if (special == CHAR_MINUS) in pcre2_substitute()
687 else if (c == CHAR_MINUS && has_prev_c && in convert_glob_parse_range()690 convert_glob_write(out, CHAR_MINUS); in convert_glob_parse_range()734 c == CHAR_BACKSLASH || c == CHAR_MINUS) in convert_glob_parse_range()
691 #define CHAR_MINUS '-' macro963 #define CHAR_MINUS '\055' macro
1254 else if (*ptr == CHAR_MINUS) in read_number()3179 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()3231 else if (c == CHAR_MINUS && class_range_state >= RANGE_OK_ESCAPED) in parse_regex()3408 if (ptr < ptrend - 1 && *ptr == CHAR_MINUS && in parse_regex()3430 parsed_pattern[-1] = CHAR_MINUS; in parse_regex()3567 if (*ptr == CHAR_MINUS && ptrend - ptr > 1 && IS_DIGIT(ptr[1])) in parse_regex()3624 case CHAR_MINUS: in parse_regex()
7865 if (arg != NULL && arg[0] != CHAR_MINUS) in c_option()