Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c982 if (meta_arg == ESC_g) cc = CHAR_g; in show_parsed()
1734 escape = ESC_g; in PRIV()
3177 case ESC_g: in parse_regex()
3182 errorcode = (escape == ESC_g)? ERR57 : ERR69; in parse_regex()
3191 if (escape == ESC_g && terminator != CHAR_RIGHT_CURLY_BRACKET) in parse_regex()
8986 case ESC_g: in parsed_skip()
Dpcre2_internal.h1339 ESC_E, ESC_Q, ESC_g, ESC_k }; enumerator
/third_party/pcre2/pcre2/
DHACKING244 ESC_g and ESC_k are used only for named references - numerical ones are turned
245 into META_RECURSE or META_BACKREF as appropriate. ESC_g and ESC_k are followed