Home
last modified time | relevance | path

Searched refs:RI_LOWER (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp.c224 #define RI_LOWER 0x40 macro
244 class_tab[i] = RI_HEX + RI_WORD + RI_HEAD + RI_ALPHA + RI_LOWER; in init_class_tab()
251 class_tab[i] = RI_WORD + RI_HEAD + RI_ALPHA + RI_LOWER; in init_class_tab()
277 #define ri_lower(c) (c < 0x100 && (class_tab[c] & RI_LOWER))
H A Dregexp_bt.c2992 testval = mask = RI_LOWER; in regrepeat()
2996 mask = RI_LOWER; in regrepeat()