Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c5252 int descape; in compile_branch() local
5253 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE); in compile_branch()
5259 if (descape != 0) in compile_branch()
5261 if (descape == ESC_b) d = CHAR_BS; else in compile_branch()