Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c5046 check_char_class(int class, int c) in check_char_class() function
6491 else if (state->c < 0 ? check_char_class(state->c, curc) in nfa_regmatch()