Searched refs:IS_SPACE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/less/
H A Dtags.c711 for (*tag = p; *p && !IS_SPACE(*p); p++) /* tag name */
716 for ( ; *p && IS_SPACE(*p); p++) /* (skip blanks) */
726 for ( ; *p && !IS_SPACE(*p); p++) /* (skip tag type) */
728 for (; *p && IS_SPACE(*p); p++) /* (skip blanks) */
734 for (*line = p; *p && !IS_SPACE(*p); p++)
739 for ( ; *p && IS_SPACE(*p); p++) /* (skip blanks) */
744 for (*file = p; *p && !IS_SPACE(*p); p++)
H A Dless.h127 #undef IS_SPACE macro
150 #define IS_SPACE(c) isspace((unsigned char)(c)) macro
152 #define IS_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\r' || (c) == '\f') macro
/freebsd-10.2-release/contrib/libyaml/src/
H A Demitter.c1588 if (IS_SPACE(string))
1913 if (IS_SPACE(string))
1972 if (IS_SPACE(string))
2143 else if (IS_SPACE(string))
2183 if (IS_SPACE(string) || IS_BREAK(string))
2314 if (!breaks && IS_SPACE(string) && !IS_SPACE_AT(string, 1)
H A Dyaml_private.h292 #define IS_SPACE(string) IS_SPACE_AT((string),0) macro

Completed in 103 milliseconds