Searched refs:ISBLANK (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dargv.c182 while (ISBLANK (*input))
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c))
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3294 || (is_blank && ISBLANK (ch))
218 # define ISBLANK macro
220 # define ISBLANK macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h97 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro
99 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/haiku-buildtools/gcc/gcc/
H A Dpretty-print.c188 while (p != end && !ISBLANK (*p) && *p != '\n')
197 if (start != end && ISBLANK (*start))
/haiku-buildtools/gcc/libcpp/
H A Dinternal.h586 #define is_hspace(x) ISBLANK(x)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m32c.c255 && (ISBLANK (s[0]) || s[0] == ','))
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffilep.y1006 if (ISBLANK (c) ) /* '@' followed by whitespace. */
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32c.c258 && (ISBLANK (s[0]) || s[0] == ','))
/haiku-buildtools/binutils/ld/
H A Ddeffilep.y1370 if (ISBLANK (c) ) /* '@' followed by whitespace. */
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c228 # define ISBLANK(c) (ISASCII (c) && isblank (c))
230 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
2295 || (is_blank && ISBLANK (ch))
227 # define ISBLANK macro
229 # define ISBLANK macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c221 # define ISBLANK(c) (ISASCII (c) && isblank (c))
223 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3296 || (is_blank && ISBLANK (ch))
220 # define ISBLANK macro
222 # define ISBLANK macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c221 # define ISBLANK(c) (ISASCII (c) && isblank (c))
223 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3297 || (is_blank && ISBLANK (ch))
220 # define ISBLANK macro
222 # define ISBLANK macro

Completed in 251 milliseconds