Home
last modified time | relevance | path

Searched refs:IS_VSPACE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/include/
Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/gdb/include/
Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/binutils/include/
Dsafe-ctype.h109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) macro
/freebsd-12-stable/contrib/gcc/
Dgenflags.c220 if (IS_VSPACE (*p)) in gen_insn()
Dgenoutput.c351 if (IS_VSPACE (*p) && prev != '\\') in output_insn_data()
698 for (ep = sp = cp; !IS_VSPACE (*ep) && *ep != '\0'; ++ep) in process_template()
DChangeLog-200228906 * genflags.c (gen_insn): Use IS_VSPACE.
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dinternal.h479 #define is_vspace(x) IS_VSPACE(x)
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dfunctions.texi518 @deffnx Extension IS_VSPACE (@var{c})
/freebsd-12-stable/contrib/binutils/libiberty/
Dfunctions.texi534 @deffnx Extension IS_VSPACE (@var{c})