Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h752 #define CHAR_LEFT_SQUARE_BRACKET '[' macro
1021 #define CHAR_LEFT_SQUARE_BRACKET '\133' macro
Dpcre2_compile.c313 -ESC_Z, CHAR_LEFT_SQUARE_BRACKET,
2665 else if ((*ptr == CHAR_LEFT_SQUARE_BRACKET && ptr[1] == terminator) || in check_posix_syntax()
3328 case CHAR_LEFT_SQUARE_BRACKET: in scan_for_captures()
3395 if (c == CHAR_LEFT_SQUARE_BRACKET && in scan_for_captures()
4247 case CHAR_LEFT_SQUARE_BRACKET: in compile_branch()
4394 if (c == CHAR_LEFT_SQUARE_BRACKET && in compile_branch()
4786 else if (d == CHAR_LEFT_SQUARE_BRACKET && in compile_branch()