Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3014 if (rex.reg_ic) in regrepeat()
3044 if (rex.reg_ic && enc_utf8) in regrepeat()
3051 if (i < len && (!rex.reg_ic || !enc_utf8 in regrepeat()
3685 && (!rex.reg_ic in regmatch()
4171 if (rex.reg_ic) in regmatch()
4876 rex.reg_ic = TRUE; in bt_regexec_both()
4878 rex.reg_ic = FALSE; in bt_regexec_both()
4897 if (!rex.reg_ic && !has_mbyte) in bt_regexec_both()
4937 || (rex.reg_ic in bt_regexec_both()
4957 if (!rex.reg_ic && !has_mbyte) in bt_regexec_both()
[all …]
H A Dregexp.c1143 int reg_ic; member
1599 if (!rex.reg_ic) in cstrncmp()
1623 if (c1 != c2 && (!rex.reg_ic || utf_fold(c1) != utf_fold(c2))) in cstrncmp()
1631 && (!rex.reg_ic || utf_fold(c11) != utf_fold(c12))) in cstrncmp()
1652 if (!rex.reg_ic || (!enc_utf8 && mb_char2len(c) > 1)) in cstrchr()
2575 rex.reg_ic = rmp->rmm_ic; in init_regexec_multi()
H A Dregexp_nfa.c5631 if (!rex.reg_ic && !has_mbyte) in skip_to_start()
6475 if (rex.reg_ic) in nfa_regmatch()
6493 || (rex.reg_ic && MB_CASEFOLD(curc) in nfa_regmatch()
6670 result = ri_lower(curc) || (rex.reg_ic && ri_upper(curc)); in nfa_regmatch()
6676 && !(ri_lower(curc) || (rex.reg_ic && ri_upper(curc))); in nfa_regmatch()
6687 && !(ri_upper(curc) || (rex.reg_ic && ri_lower(curc))); in nfa_regmatch()
6934 if (!result && rex.reg_ic) in nfa_regmatch()
7103 if (c != prog->regstart && (!rex.reg_ic in nfa_regmatch()
7375 rex.reg_ic = TRUE; in nfa_regexec_both()
7377 rex.reg_ic = FALSE; in nfa_regexec_both()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt7719 Solution: Restore the reg_ic variable when 'n' was hit.
H A Dversion6.txt1849 - No longer use the global reg_ic flag. It caused trouble and in a few places