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, 274 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' }; 278 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, 4843 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch() 4973 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch() 5364 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch() 6744 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch() 6747 (tempptr[3] == CHAR_EQUALS_SIGN || in compile_branch() 6973 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch() 7005 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch() [all …]
|
D | pcre_internal.h | 1283 #define CHAR_EQUALS_SIGN '=' macro 1546 #define CHAR_EQUALS_SIGN '\075' macro
|