Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c2919 int toggleutf; in S_regmatch() local
2978 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()