Home
last modified time | relevance | path

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

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