Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3622 if (!ri_head(c)) in regmatch()
3629 if (c == NUL || ri_head(c)) in regmatch()
H A Dregexp.c275 #define ri_head(c) (c < 0x100 && (class_tab[c] & RI_HEAD)) macro
H A Dregexp_nfa.c6630 result = ri_head(curc); in nfa_regmatch()
6635 result = curc != NUL && !ri_head(curc); in nfa_regmatch()