Searched refs:ri_hex (Results 1 – 3 of 3) sorted by relevance
3580 if (!ri_hex(c)) in regmatch()3587 if (c == NUL || ri_hex(c)) in regmatch()
272 #define ri_hex(c) (c < 0x100 && (class_tab[c] & RI_HEX)) macro
6600 result = ri_hex(curc); in nfa_regmatch()6605 result = curc != NUL && !ri_hex(curc); in nfa_regmatch()