Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_internal.h794 #define CHAR_VERTICAL_LINE '|' macro
1054 #define CHAR_VERTICAL_LINE '\174' macro
Dpcre_compile.c1166 else if (ptr[2] == CHAR_VERTICAL_LINE) in find_parens_sub()
1329 else if (*ptr == CHAR_VERTICAL_LINE && dup_parens) in find_parens_sub()
3201 case CHAR_VERTICAL_LINE: /* or | or ) */ in compile_branch()
4936 case CHAR_VERTICAL_LINE: /* Reset capture count for each branch */ in compile_branch()
6415 if (*ptr != CHAR_VERTICAL_LINE) in compile_regex()