Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c171 -ESC_b, 0,
198 /* 80 */ 0, 7, -ESC_b, 0, -ESC_d, ESC_e, ESC_f, 0,
4286 else if (escape == ESC_b) c = CHAR_BS; /* \b is backspace in a class */ in compile_branch()
4493 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()
6761 if (firstcharflags == REQ_UNSET && escape > ESC_b && escape < ESC_Z) in compile_branch()
6914 if ((escape == ESC_b || escape == ESC_B) && cd->max_lookbehind == 0) in compile_branch()
6928 previous = (escape > ESC_b && escape < ESC_Z)? code : NULL; in compile_branch()
H A Dpcre_internal.h1873 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator

Completed in 65 milliseconds