Home
last modified time | relevance | path

Searched refs:CHAR_COLON (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c103 else if (*ptr == CHAR_COLON && !last && nestlevel == 0) goto EXIT; in find_text_end()
500 !star && ptr < repend - 2 && next == CHAR_COLON) in pcre2_substitute()
514 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
Dpcre2_compile.c297 CHAR_COLON, CHAR_SEMICOLON,
3396 (ptr[1] == CHAR_COLON || ptr[1] == CHAR_DOT || in scan_for_captures()
3436 if (*ptr == CHAR_COLON && (options & PCRE2_ALT_VERBNAMES) != 0) in scan_for_captures()
3499 while (*ptr != CHAR_RIGHT_PARENTHESIS && *ptr != CHAR_COLON) in scan_for_captures()
3629 case CHAR_COLON: in scan_for_captures()
4269 if ((ptr[1] == CHAR_COLON || ptr[1] == CHAR_DOT || in compile_branch()
4273 *errorcodeptr = (ptr[1] == CHAR_COLON)? ERR12 : ERR13; in compile_branch()
4395 (ptr[1] == CHAR_COLON || ptr[1] == CHAR_DOT || in compile_branch()
4403 if (ptr[1] != CHAR_COLON) in compile_branch()
4787 (ptr[1] == CHAR_COLON || ptr[1] == CHAR_DOT || in compile_branch()
[all …]
Dpcre2_internal.h719 #define CHAR_COLON ':' macro
988 #define CHAR_COLON '\072' macro