Searched defs:ISBLANK (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/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-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h14 #define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/netbsd-current/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-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c239 # define ISBLANK macro
241 # define ISBLANK macro
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c219 # define ISBLANK macro
221 # define ISBLANK macro
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c223 # define ISBLANK macro
225 # define ISBLANK macro
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c219 # define ISBLANK macro
221 # define ISBLANK macro
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c219 # define ISBLANK macro
221 # define ISBLANK macro
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c223 # define ISBLANK macro
225 # define ISBLANK macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c223 # define ISBLANK macro
225 # define ISBLANK macro
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c227 # define ISBLANK macro
229 # define ISBLANK macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c192 # define ISBLANK macro
194 # define ISBLANK macro

Completed in 677 milliseconds