Searched refs:CHAR_EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 298 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 …]
|
D | pcre2_internal.h | 722 #define CHAR_EQUALS_SIGN '=' macro 991 #define CHAR_EQUALS_SIGN '\075' macro
|