Searched defs:ri_upper (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dregexp.c551 # define ri_upper(c) (c < 0x100 && (class_tab[c] & RI_UPPER)) macro
561 # define ri_upper(c) (class_tab[c] & RI_UPPER) macro

Completed in 202 milliseconds