Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c179 ESC_r, -ESC_s,
202 /* A0 */ 0, '~', -ESC_s, ESC_tee, 0,-ESC_v, -ESC_w, 0,
3292 case ESC_s: in check_auto_possessive()
3383 return escape == ESC_D || escape == ESC_s || escape == ESC_W || in check_auto_possessive()
3393 return escape == ESC_s || escape == ESC_h || escape == ESC_v || escape == ESC_R; in check_auto_possessive()
3411 return escape == ESC_W || escape == ESC_s || escape == ESC_h || in check_auto_possessive()
4348 case ESC_s: 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 90 milliseconds