Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h694 #define CHAR_EXCLAMATION_MARK '!' macro
963 #define CHAR_EXCLAMATION_MARK '\041' macro
Dpcre2_compile.c3611 if (ptr[5] != CHAR_EXCLAMATION_MARK && ptr[5] != CHAR_EQUALS_SIGN) in scan_for_captures()
3616 case CHAR_EXCLAMATION_MARK: in scan_for_captures()
3632 case CHAR_EXCLAMATION_MARK: in scan_for_captures()
3649 if (ptr[3] == CHAR_EQUALS_SIGN || ptr[3] == CHAR_EXCLAMATION_MARK) in scan_for_captures()
6169 tempptr[2] == CHAR_EXCLAMATION_MARK || in compile_branch()
6172 tempptr[3] == CHAR_EXCLAMATION_MARK)))) in compile_branch()
6470 case CHAR_EXCLAMATION_MARK: /* Negative lookahead */ in compile_branch()
6495 case CHAR_EXCLAMATION_MARK: /* Negative lookbehind */ in compile_branch()