Searched refs:is_caseless (Results 1 – 2 of 2) sorted by relevance
17 extern int is_caseless;48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2() 68 (is_caseless ? PCRE_CASELESS : 0), in compile_pattern2() 84 (is_caseless ? PCRE2_CASELESS : 0), in compile_pattern2()
146 public int is_caseless;188 is_caseless = (info->is_ucase_pattern && caseless != OPT_ONPLUS) ? 0 : caseless; in set_pattern() 234 if (is_caseless && (!re_handles_caseless || (search_type & SRCH_NO_REGEX))) in prev_pattern() 2028 is_caseless = caseless;128 public int is_caseless; global() variable