Home
last modified time | relevance | path

Searched refs:IS_NVSPACE (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp) macro
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp) macro
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp) macro
/openbsd/gnu/gcc/libcpp/
H A Dinternal.h468 #define is_nvspace(x) IS_NVSPACE(x)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h476 #define is_nvspace(x) IS_NVSPACE(x)
/openbsd/gnu/lib/libiberty/src/
H A Dfunctions.texi519 @deffnx Extension IS_NVSPACE (@var{c})