Searched refs:ONIG_OPTION_IGNORECASE (Results 1 – 6 of 6) sorted by relevance
48 #define RE_OPTION_IGNORECASE ONIG_OPTION_IGNORECASE
147 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); in regcomp()
381 #define ONIG_OPTION_IGNORECASE 1U macro382 #define ONIG_OPTION_EXTEND (ONIG_OPTION_IGNORECASE << 1)
292 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE)
4664 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
1677 r = add_option(reg, (reg->options & ONIG_OPTION_IGNORECASE)); in compile_tree()