Searched refs:REGEX_ICASE (Results 1 – 3 of 3) sorted by relevance
432 #define REGEX_ICASE(m) (((m)->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0) macro
2161 REGEX_ICASE(m)); in alloc_regex()
2905 REG_EXTENDED | REGEX_ICASE(m)); in getvalue()