Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c129 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) macro
4663 case 'x': ONOFF(option, ONIG_OPTION_EXTEND, neg); break; in parse_enclose()
4664 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
4667 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4675 ONOFF(option, ONIG_OPTION_SINGLELINE, (neg == 0 ? 1 : 0)); in parse_enclose()
4678 ONOFF(option, ONIG_OPTION_MULTILINE, neg); in parse_enclose()
4685 ONOFF(option, ONIG_OPTION_MULTILINE|ONIG_OPTION_SINGLELINE, neg); in parse_enclose()