Home
last modified time | relevance | path

Searched refs:rm_ic (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dtag.c1794 orgpat.regmatch.rm_ic = ((p_ic || !noic) in find_tags()
1800 orgpat.regmatch.rm_ic = (p_ic || !noic); in find_tags()
2186 orgpat.regmatch.rm_ic = (p_ic || !noic); in find_tags()
2191 if (state == TS_BINARY && orgpat.regmatch.rm_ic && !sortic) in find_tags()
2423 if (orgpat.regmatch.rm_ic) in find_tags()
2448 if (orgpat.regmatch.rm_ic) in find_tags()
2450 orgpat.regmatch.rm_ic = FALSE; in find_tags()
2453 orgpat.regmatch.rm_ic = TRUE; in find_tags()
2505 if (orgpat.regmatch.rm_ic && !match_no_ic) in find_tags()
2749 if (stop_searching || linear || (!p_ic && noic) || orgpat.regmatch.rm_ic) in find_tags()
[all …]
H A Dregexp.h136 int rm_ic; member
H A Dindent.c837 regmatch.rm_ic = FALSE; in get_number_indent()
967 regmatch.rm_ic = FALSE; in get_breakindent_win()
H A Dcmdhist.c461 regmatch.rm_ic = FALSE; // always match case in del_history_entry()
H A Dfilepath.c3436 regmatch.rm_ic = TRUE; // Always ignore case in dos_expandpath()
3680 regmatch.rm_ic = TRUE; // 'wildignorecase' set in unix_expandpath()
3682 regmatch.rm_ic = p_fic; // ignore case when 'fileignorecase' is set in unix_expandpath()
H A Dsearch.c3388 regmatch.rm_ic = ignorecase(pat); in find_pattern_in_path()
3401 incl_regmatch.rm_ic = FALSE; // don't ignore case in incl. pat. in find_pattern_in_path()
3410 def_regmatch.rm_ic = FALSE; // don't ignore case in define pat. in find_pattern_in_path()
H A Dcmdexpand.c2092 regmatch.rm_ic = ignorecase(pat); in ExpandFromContext()
2169 regmatch.rm_ic = TRUE; in ExpandFromContext()
H A Darglist.c431 regmatch.rm_ic = p_fic; // ignore case when 'fileignorecase' is set in do_arglist()
H A Dinsexpand.c1245 regmatch.rm_ic = ignorecase(pat); in ins_compl_dictionaries()
1280 spell_dump_compl(ptr, regmatch.rm_ic, &dir, 0); in ins_compl_dictionaries()
H A Dspell.c326 regmatch.rm_ic = FALSE; in spell_check()
2845 regmatch.rm_ic = FALSE; in check_need_cap()
H A Dex_eval.c1786 regmatch.rm_ic = FALSE; in ex_catch()
H A Doption.c6433 int ic = regmatch->rm_ic; // remember the ignore-case flag in ExpandSettings()
6440 regmatch->rm_ic = ic; in ExpandSettings()
6541 regmatch->rm_ic = TRUE; // ignore case here in ExpandSettings()
H A Dfindfile.c2454 regmatch.rm_ic = TRUE; // always ignore case in uniquefy_paths()
H A Dregexp.c2852 regmatch.rm_ic = ignore_case; in vim_regexec_prog()
H A Deval.c1962 regmatch.rm_ic = ic; in pattern_match()
6371 regmatch.rm_ic = p_ic; in do_string_sub()
H A Dquickfix.c1253 regmatch.rm_ic = TRUE; in qf_parse_get_fields()
8230 regmatch.rm_ic = FALSE; in ex_helpgrep()
H A Dfileio.c5355 regmatch.rm_ic = p_fic; // ignore case if 'fileignorecase' is set in match_file_pat()
H A Dex_cmds.c479 regmatch.rm_ic = p_ic; in ex_sort()
H A Dgui.c5394 regmatch.rm_ic = 0; in gui_do_findrepl()
H A Dregexp_bt.c5062 rex.reg_ic = rmp->rm_ic; in bt_regexec_nl()
H A Devalfunc.c6968 regmatch.rm_ic = p_ic; in find_some_match()
9466 regmatch.rm_ic = FALSE; in f_split()
H A Dbuffer.c2873 rmp->rm_ic = p_fic || ignore_case; in fname_match()
H A Duserfunc.c3913 regmatch.rm_ic = p_ic; in define_function()
H A Dsyntax.c6034 regmatch.rm_ic = TRUE; in get_id_list()
H A Dregexp_nfa.c7617 rex.reg_ic = rmp->rm_ic; in nfa_regexec_nl()

12