Home
last modified time | relevance | path

Searched refs:parse_regex (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
H A Dgrep.c367 static void parse_regex(void) in parse_regex() function
485 parse_regex(); in grep_main()
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c2356 /* This function is called from parse_regex() below whenever it needs to read
2489 /* At the start of a new item in parse_regex() we are able to record the
2600 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex() function
5548 Checking for the legality of quantifiers happens in parse_regex(), except for in compile_branch()
6270 one code unit. This check happens in parse_regex(). In the first pass, in compile_branch()
6548 done in parse_regex(). Assertion and DEFINE groups come to GROUP_PROCESS; in compile_branch()
7793 could do this in parse_regex() for numerical back references, but not in compile_branch()
7913 converted into Unicode property tests in parse_regex(). Note that \b and \B in compile_branch()
10158 errorcode = parse_regex(ptr, cb.external_options, &has_lookbehind, &cb); in pcre2_compile()
10606 /* Errors discovered in parse_regex() se in pcre2_compile()
[all...]

Completed in 13 milliseconds