Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h1393 #define CHAR_VERTICAL_LINE '|' macro
1651 #define CHAR_VERTICAL_LINE '\174' macro
H A Dpcre_compile.c1425 else if (ptr[2] == CHAR_VERTICAL_LINE) in find_parens_sub()
1589 else if (*ptr == CHAR_VERTICAL_LINE && dup_parens) in find_parens_sub()
3965 case CHAR_VERTICAL_LINE: /* or | or ) */ in compile_branch()
5738 case CHAR_VERTICAL_LINE: /* Reset capture count for each branch */ in compile_branch()
7295 if (*ptr != CHAR_VERTICAL_LINE) in compile_regex()

Completed in 49 milliseconds