Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_tables.c76 CHAR_DOLLAR_SIGN, CHAR_LEFT_CURLY_BRACKET, 0 };
81 CHAR_DOLLAR_SIGN, CHAR_RIGHT_CURLY_BRACKET, 0 };
H A Dpcre2_xclass.c210 if ((c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in PRIV()
H A Dpcre2_substitute.c106 else if (*ptr == CHAR_DOLLAR_SIGN) in find_text_end()
536 if (*ptr == CHAR_DOLLAR_SIGN) in pcre2_substitute()
551 if ((next = *ptr) == CHAR_DOLLAR_SIGN) goto LOADLITERAL; in pcre2_substitute()
H A Dpcre2_dfa_match.c1260 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
1542 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
1807 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
2098 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
H A Dpcre2_internal.h707 #define CHAR_DOLLAR_SIGN '$' macro
1004 #define CHAR_DOLLAR_SIGN '\044' macro
H A Dpcre2_convert.c310 case CHAR_DOLLAR_SIGN: in convert_posix()
H A Dpcre2_match.c2587 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
2929 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
3752 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
4336 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
H A Dpcre2_compile.c3413 case CHAR_DOLLAR_SIGN: in parse_regex()
H A Dpcre2_jit_compile.c8322 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_DOLLAR_SIGN - charoffset)); in compile_xclass_matchingpath()

Completed in 113 milliseconds