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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c106 # define IS_CHAR_CLASS(string) __wctype (string) macro
108 # define IS_CHAR_CLASS(string) wctype (string) macro
125 # define IS_CHAR_CLASS(string) \ macro
203 # undef IS_CHAR_CLASS macro
268 # define IS_CHAR_CLASS(string) is_char_class (string) macro

Completed in 21 milliseconds