Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c988 if (meta_arg == ESC_g) cc = CHAR_g; in show_parsed()
1791 escape = ESC_g; in PRIV()
3354 case ESC_g: in parse_regex()
3359 errorcode = (escape == ESC_g)? ERR57 : ERR69; in parse_regex()
3368 if (escape == ESC_g && terminator != CHAR_RIGHT_CURLY_BRACKET) in parse_regex()
9283 case ESC_g: in parsed_skip()
H A Dpcre2_internal.h1364 ESC_E, ESC_Q, ESC_g, ESC_k, ESC_ub }; enumerator

Completed in 43 milliseconds