ISSPACE 257 regex.c #define ISSPACE(c) (ISASCII(c) && isspace(c)) ISSPACE 42 ruby.h #define ISSPACE(c) (ISASCII(c) && isspace((unsigned char)(c)))