Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c171 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) macro
4676 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_enclose()
4677 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
4680 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4688 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_enclose()
4691 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4698 ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); in parse_enclose()

Completed in 16 milliseconds