Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3566 if (!ri_digit(c)) in regmatch()
3573 if (c == NUL || ri_digit(c)) in regmatch()
H A Dregexp.c271 #define ri_digit(c) (c < 0x100 && (class_tab[c] & RI_DIGIT)) macro
H A Dregexp_nfa.c6590 result = ri_digit(curc); in nfa_regmatch()
6595 result = curc != NUL && !ri_digit(curc); in nfa_regmatch()