Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4764 int descape; in compile_branch() local
4765 descape = PRIV(check_escape)(&ptr, cb->end_pattern, &d, in compile_branch()
4774 if (descape != 0) in compile_branch()
4776 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()