Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c190 NFA_LOWER_IC, // Match [a-z] enumerator
679 return extra_newl + NFA_LOWER_IC; in nfa_recognize_char_class()
2814 case NFA_LOWER_IC: STRCPY(code, "NFA_LOWER_IC"); break; in nfa_set_code()
3249 case NFA_LOWER_IC: in nfa_max_width()
4447 case NFA_LOWER_IC: in match_follows()
6669 case NFA_LOWER_IC: // [a-z] in nfa_regmatch()