Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c165 NFA_SIDENT, // Match identifier char but no digit enumerator
237 NFA_ANY, NFA_IDENT, NFA_SIDENT, NFA_KWORD,NFA_SKWORD,
2789 case NFA_SIDENT:STRCPY(code, "NFA_SIDENT"); break; in nfa_set_code()
3228 case NFA_SIDENT: in nfa_max_width()
4422 case NFA_SIDENT: in match_follows()
6543 case NFA_SIDENT: // \I in nfa_regmatch()