Home
last modified time | relevance | path

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

/trueos/contrib/less/
HDless.h150 #define IS_SPACE(c) isspace((unsigned char)(c)) macro
152 #define IS_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\r' || (c) == '\f') macro
/trueos/contrib/libyaml/src/
HDyaml_private.h292 #define IS_SPACE(string) IS_SPACE_AT((string),0) macro