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

/freebsd-12-stable/contrib/gdb/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/binutils/include/
H A Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/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)
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dinternal.h479 #define is_vspace(x) IS_VSPACE(x)

Completed in 93 milliseconds