Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c218 #define RI_DIGIT 0x01 macro
240 class_tab[i] = RI_DIGIT + RI_HEX + RI_OCTAL + RI_WORD; in init_class_tab()
242 class_tab[i] = RI_DIGIT + RI_HEX + RI_WORD; in init_class_tab()
271 #define ri_digit(c) (c < 0x100 && (class_tab[c] & RI_DIGIT))
H A Dregexp_bt.c2944 testval = mask = RI_DIGIT; in regrepeat()
2948 mask = RI_DIGIT; in regrepeat()