Searched refs:IS_VSPACE (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/haiku-buildtools/gcc/gcc/
H A Dgenflags.c238 if (IS_VSPACE (*p))
H A Dgenoutput.c385 if (IS_VSPACE (*p) && prev != '\\')
690 while (!IS_VSPACE (*cp) && *cp != '\0')
732 for (ep = sp = cp; !IS_VSPACE (*ep) && *ep != '\0'; ++ep)
H A Dgensupport.c2337 for (ep = sp = cp; !IS_VSPACE (*ep) && *ep != '\0'; ++ep)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/haiku-buildtools/gcc/libcpp/
H A Dinternal.h587 #define is_vspace(x) IS_VSPACE(x)

Completed in 70 milliseconds