Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c127 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) macro
4653 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_enclose()
4654 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
4657 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4665 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_enclose()
4668 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4675 ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); in parse_enclose()

Completed in 16 milliseconds