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()969 out.out_str[1] = CHAR_PLUS; in convert_glob()
696 #define CHAR_PLUS '+' macro993 #define CHAR_PLUS '\053' macro
1331 if (*ptr == CHAR_PLUS) in read_number()1567 if (ptrend - p > 1 && *p == CHAR_U && p[1] == CHAR_PLUS) in PRIV()2914 if (c != CHAR_ASTERISK && c != CHAR_PLUS && c != CHAR_QUESTION_MARK && in parse_regex()2990 if (prev_meta_quantifier != 0 && (c == CHAR_QUESTION_MARK || c == CHAR_PLUS)) in parse_regex()3251 case CHAR_PLUS: in parse_regex()4194 case CHAR_PLUS: in parse_regex()
Completed in 36 milliseconds