Home
last modified time | relevance | path

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

/PHP-8.3/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.c206 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.c1243 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
1515 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
1770 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
2051 OK = c == CHAR_DOLLAR_SIGN || c == CHAR_COMMERCIAL_AT || in internal_dfa_match()
H A Dpcre2_internal.h689 #define CHAR_DOLLAR_SIGN '$' macro
986 #define CHAR_DOLLAR_SIGN '\044' macro
H A Dpcre2_convert.c310 case CHAR_DOLLAR_SIGN: in convert_posix()
H A Dpcre2_match.c2524 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
2858 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
3672 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
4243 if ((fc == CHAR_DOLLAR_SIGN || fc == CHAR_COMMERCIAL_AT || in match()
H A Dpcre2_compile.c3235 case CHAR_DOLLAR_SIGN: in parse_regex()
H A Dpcre2_jit_compile.c8146 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_DOLLAR_SIGN - charoffset)); in compile_xclass_matchingpath()

Completed in 133 milliseconds