Home
last modified time | relevance | path

Searched refs:CHAR_EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c298 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN,
419 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' };
423 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w,
3397 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in scan_for_captures()
3611 if (ptr[5] != CHAR_EXCLAMATION_MARK && ptr[5] != CHAR_EQUALS_SIGN) in scan_for_captures()
3617 case CHAR_EQUALS_SIGN: in scan_for_captures()
3631 case CHAR_EQUALS_SIGN: in scan_for_captures()
3649 if (ptr[3] == CHAR_EQUALS_SIGN || ptr[3] == CHAR_EXCLAMATION_MARK) in scan_for_captures()
4270 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
4396 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
[all …]
Dpcre2_internal.h722 #define CHAR_EQUALS_SIGN '=' macro
991 #define CHAR_EQUALS_SIGN '\075' macro