Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c123 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) macro
4517 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_effect()
4518 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_effect()
4521 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_effect()
4529 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_effect()
4532 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_effect()
4539 ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); in parse_effect()

Completed in 14 milliseconds