Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c2184 # define IS_CHAR_CLASS(string) __wctype (string) macro
2186 # define IS_CHAR_CLASS(string) wctype (string) macro
2191 # define IS_CHAR_CLASS(string) \ macro