Home
last modified time | relevance | path

Searched defs:ISBLANK (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c99 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
101 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h14 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c192 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro
194 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c227 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro
229 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c239 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
241 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro