Searched refs:CHAR_EQUALS_SIGN (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 159 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, 268 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' }; 272 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, 3883 ptr[1] == CHAR_EQUALS_SIGN) && in check_posix_syntax() 4772 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch() 4901 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch() 5273 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch() 6621 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch() 6833 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch() 6865 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch() [all …]
|
D | pcre_internal.h | 1280 #define CHAR_EQUALS_SIGN '=' macro 1543 #define CHAR_EQUALS_SIGN '\075' macro
|