Searched refs:CHAR_PLUS (Results 1 – 4 of 4) sorted by relevance
624 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()635 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
302 case CHAR_PLUS: in convert_posix()977 out.out_str[1] = CHAR_PLUS; in convert_glob()
714 #define CHAR_PLUS '+' macro1011 #define CHAR_PLUS '\053' macro
1337 if (*ptr == CHAR_PLUS) in read_number()1620 if (ptrend - p > 1 && *p == CHAR_U && p[1] == CHAR_PLUS) in PRIV()3106 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()3185 if (prev_meta_quantifier != 0 && (c == CHAR_QUESTION_MARK || c == CHAR_PLUS)) in parse_regex()3429 case CHAR_PLUS: in parse_regex()4405 case CHAR_PLUS: in parse_regex()
Completed in 56 milliseconds