Searched refs:ONOFF (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regparse.c | 127 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) macro 4666 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_enclose() 4667 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose() 4670 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose() 4678 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_enclose() 4681 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose() 4688 ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); in parse_enclose()
|
Completed in 15 milliseconds