Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_bt.c3580 if (!ri_hex(c)) in regmatch()
3587 if (c == NUL || ri_hex(c)) in regmatch()
H A Dregexp.c272 #define ri_hex(c) (c < 0x100 && (class_tab[c] & RI_HEX)) macro
H A Dregexp_nfa.c6600 result = ri_hex(curc); in nfa_regmatch()
6605 result = curc != NUL && !ri_hex(curc); in nfa_regmatch()