Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c524 CHAR_CR, -ESC_s,
553 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0,
2815 case ESC_s: in parse_regex()
2827 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
2836 case ESC_s: in parse_regex()
3346 case ESC_s: in parse_regex()
3357 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3366 case ESC_s: in parse_regex()
5422 case ESC_s: in compile_branch()
Dpcre2_internal.h1268 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator