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

/freebsd-10-stable/contrib/libyaml/src/
H A Dyaml_private.h292 #define IS_SPACE(string) IS_SPACE_AT((string),0) macro
/freebsd-10-stable/contrib/less/
H A Dless.h134 #undef IS_SPACE macro
157 #define IS_SPACE(c) isspace((unsigned char)(c)) macro
159 #define IS_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\r' || (c) == '\f') macro

Completed in 180 milliseconds