Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c1672 # define IS_CHAR_CLASS(string) __wctype (string) macro
1674 # define IS_CHAR_CLASS(string) wctype (string) macro
1679 # define IS_CHAR_CLASS(string) \ macro
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c2182 # define IS_CHAR_CLASS(string) __wctype (string) macro
2184 # define IS_CHAR_CLASS(string) wctype (string) macro
2189 # define IS_CHAR_CLASS(string) \ macro
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c1777 #define IS_CHAR_CLASS(string) \ macro