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

/barrelfish-master/lib/pcre/
H A Dpcre_compile.c1482 escape += (ESC_DU - ESC_D);
5207 case ESC_DU: /* when PCRE_UCP is set. We replace the */
5213 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */
8080 if (escape >= ESC_DU && escape <= ESC_wu)
8083 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */

Completed in 86 milliseconds