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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/openbsd-current/gnu/gcc/gcc/
H A Dgenflags.c220 if (IS_VSPACE (*p))
H A Dgenoutput.c354 if (IS_VSPACE (*p) && prev != '\\')
703 for (ep = sp = cp; !IS_VSPACE (*ep) && *ep != '\0'; ++ep)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenflags.c228 if (IS_VSPACE (*p))
H A Dgenoutput.c372 if (IS_VSPACE (*p) && prev != '\\')
711 while (!IS_VSPACE (*cp) && *cp != '\0')
H A Dcpphash.h475 #define is_vspace(x) IS_VSPACE(x)
/openbsd-current/gnu/gcc/libcpp/
H A Dinternal.h467 #define is_vspace(x) IS_VSPACE(x)

Completed in 227 milliseconds