Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c152 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN,
1464 ptr[1] != CHAR_EQUALS_SIGN) || *ptr == CHAR_APOSTROPHE) in find_parens_sub()
2735 ptr[1] == CHAR_EQUALS_SIGN) && in check_posix_syntax()
4049 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
4171 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
5770 if (ptr[1] == CHAR_QUESTION_MARK && (ptr[2] == CHAR_EQUALS_SIGN || in compile_branch()
5955 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch()
5980 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch()
6040 if (*(++ptr) == CHAR_EQUALS_SIGN || in compile_branch()
H A Dpcre_internal.h1330 #define CHAR_EQUALS_SIGN '=' macro
1588 #define CHAR_EQUALS_SIGN '\075' macro

Completed in 72 milliseconds