Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c159 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN,
268 CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w, CHAR_RIGHT_PARENTHESIS, '\0' };
272 CHAR_LESS_THAN_SIGN, CHAR_EQUALS_SIGN, CHAR_BACKSLASH, CHAR_w,
3932 ptr[1] == CHAR_EQUALS_SIGN) && in check_posix_syntax()
4826 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
5327 ptr[1] == CHAR_EQUALS_SIGN) && in compile_branch()
6687 (tempptr[2] == CHAR_EQUALS_SIGN || in compile_branch()
6690 (tempptr[3] == CHAR_EQUALS_SIGN || in compile_branch()
6905 case CHAR_EQUALS_SIGN: /* Positive lookahead */ in compile_branch()
6937 case CHAR_EQUALS_SIGN: /* Positive lookbehind */ in compile_branch()
[all …]
H A Dpcre_internal.h1284 #define CHAR_EQUALS_SIGN '=' macro
1547 #define CHAR_EQUALS_SIGN '\075' macro

Completed in 66 milliseconds