Searched refs:toggleutf (Results 1 – 1 of 1) sorted by relevance
2919 int toggleutf; in S_regmatch() local2978 toggleutf = ((PL_reg_flags & RF_utf8) != 0) ^ in S_regmatch()2980 if (toggleutf) PL_reg_flags ^= RF_utf8; in S_regmatch()2995 if (toggleutf) PL_reg_flags ^= RF_utf8; in S_regmatch()3012 if (toggleutf) PL_reg_flags ^= RF_utf8; in S_regmatch()