Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h43 #define ISBLANK iswblank macro
77 #define ISBLANK isblank macro
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1599 #define ISBLANK(ch) ((ch).chars[0] == L' ' && (ch).chars[1] == L'\0') macro
1644 #define ISBLANK(ch) (CharOf(ch) == ' ') macro