Searched refs:ESC_DU (Results 1 – 2 of 2) sorted by relevance
1479 escape += (ESC_DU - ESC_D); in check_escape()5166 case ESC_DU: /* when PCRE_UCP is set. We replace the */ in compile_branch()5172 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()8061 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()8064 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */ in compile_branch()
1858 ESC_DU, ESC_du, ESC_SU, ESC_su, ESC_WU, ESC_wu }; enumerator