Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3608 if (!ri_word(c)) in regmatch()
3615 if (c == NUL || ri_word(c)) in regmatch()
H A Dregexp.c274 #define ri_word(c) (c < 0x100 && (class_tab[c] & RI_WORD)) macro
H A Dregexp_nfa.c6620 result = ri_word(curc); in nfa_regmatch()
6625 result = curc != NUL && !ri_word(curc); in nfa_regmatch()