Home
last modified time | relevance | path

Searched refs:RF_ICOMBINE (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c2422 regflags |= RF_ICOMBINE; in nfa_regconcat()
3708 if (regflags & RF_ICOMBINE) in post2nfa()
7380 if (prog->regflags & RF_ICOMBINE) in nfa_regexec_both()
H A Dregexp_bt.c2252 regflags |= RF_ICOMBINE; in regconcat()
4881 if (prog->regflags & RF_ICOMBINE) in bt_regexec_both()
H A Dregexp.c285 #define RF_ICOMBINE 8 // ignore combining characters macro